@charset "utf-8";


@font-face{ 
  font-family:'bahnschrift';
  src:url(bahnschrift.ttf);
}

.fl{
 float:left;
 }
.fr{
 float:right
 }
.clear{
	clear:both;
	}
.pageNav{
 clear:both; margin-top:30px; text-align:right; padding-top:30px;
}
.pageNav{}
.pageNav a{
 padding:8px 10px; font-size:14px; background:#EBEBEB;
}

.pageNav a.prev, .pageNav a.next, .pageNav a.cur{
 background-color:#007fcb;  color:#ffffff; padding:8px 10px;
}
.pageNav a:hover{
	background:#007fcb;
	color:#fff;
	}


input[type="button"], input[type="submit"], input[type="reset"] {
     -webkit-appearance: none;
}
textarea {  
    -webkit-appearance: none;
}

body{font-family:"微软雅黑";overflow-x: hidden; overflow-y: auto;}

a{ margin:0px; padding:0px; border:0px; text-decoration:none; color:#555555; font-size:13px;transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;  -webkit-tap-highlight-color: transparent; outline: none;}
a:hover{ text-decoration:none;
       transition: all 0.3s ease 0s; -webkit-transform: all 0.3s ease 0s;}
*{ padding:0px; margin:0px; border:0px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; outline: none;}
/* background:rgba(0,0,0,0);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);*/
li{ list-style:none;}
.clear:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
.clear{zoom: 1;}/* 触发 hasLayout */ 
img{ vertical-align: middle;}
input:focus{ outline: none;}/*去除按钮选中的高亮标签*/
textarea:focus{ outline: none;}/*去除文本框选中的高亮标签*/
button:focus{ outline: none;}/*去除按钮选中的高亮标签*/
select:focus{ outline: none;}/*去除下拉框选中的高亮标签*/
img{vertical-align: middle;}
div,p,table,td,ul,li,span,a,ol,input,label{ padding:0px; margin:0px; border:0px;}
input[type="submit"]{ cursor: pointer;}
input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#bcbcbc; font-size:14px;}
input::-webkit-input-placeholder{ /* WebKit browsers */ color:#bcbcbc; font-size:14px;}
input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#bcbcbc; font-size:14px;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#bcbcbc; font-size:14px;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#bcbcbc; font-size:14px;}
textarea::-webkit-input-placeholder{color:#bcbcbc; font-size:14px; font-family:"微软雅黑","14px";}
textarea{ font-family:"微软雅黑";}



.search input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#89a4d5; font-size:13px;}
.search input::-webkit-input-placeholder{ /* WebKit browsers */ color:#89a4d5; font-size:13px;}
.search input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#89a4d5; font-size:13px;}
.search input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#89a4d5; font-size:13px;}
.search input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#89a4d5; font-size:13px;}

.pdt20{ padding-top:20px;}
.pdt30{ padding-top:30px;}
.pdt50{ padding-top:50px;}
.pdt100{ padding-top:100px;}

video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}

::-webkit-scrollbar-track {
		  background-color: #fff;
	} /* 滚动条的滑轨背景颜色 */

::-webkit-scrollbar-thumb {
		  background:#1a7ec8; 
	} /* 滑块颜色 */

::-webkit-scrollbar-button {
		  background-color: #fff;
	} /* 滑轨两头的监听按钮颜色 */

::-webkit-scrollbar-corner {
		  background-color: #fff;
	} /* 横向滚动条和纵向滚动条相交处尖角的颜色 */
::-webkit-scrollbar {
    width: 0px;
    height: 0px;
	border-radius:3px;
} /* 这是针对缺省样式 (必须的)*/


input:-webkit-autofill { 
-webkit-box-shadow: 0 0 0px 1000px white inset; 
}


.fl{ float:left;}
.fr{ float:right;}
/*渐变从左向右*/
.jianbian2{
    height: 200px;
    background: -webkit-linear-gradient(to right,blue, yellow); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(to right,blue, yellow); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(to right,blue, yellow); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,white, yellow); /* 标准的语法（必须放在最后） */
}

/*黑白照片*/
.gray { 
-webkit-filter: grayscale(100%); 
   -moz-filter: grayscale(100%); 
    -ms-filter: grayscale(100%); 
     -o-filter: grayscale(100%); 
        filter: grayscale(100%); 
        filter: gray; 
}

.gray:hover { 
-webkit-filter: grayscale(0%); 
   -moz-filter: grayscale(0%); 
    -ms-filter: grayscale(0%); 
     -o-filter: grayscale(0%); 
        filter: grayscale(0%); 
        filter: gray; 
}
/*图片变大*/
.tra{
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
           filter: scale(1);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
	cursor:pointer;
	
}
.tra:hover{
-webkit-transform: scale(1.15);
   -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
     -o-transform: scale(1.15);
           filter: scale(1.15);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
	cursor:pointer;

	
}

/*图片翻转*/
.flip{
	-webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
           transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
 }
.flip:hover{
	-webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
           transition: all 0.5s ease; -webkit-transform: all 0.5s ease;  
	cursor:pointer;
}


.pc_all .pc_all_content{ max-width:1500px; margin:0 auto;}


/*顶部广告*/
.advbox{position:absolute; z-index:1000;top:expression(eval(document.documentElement.scrollTop));}
.advbox{width:800px;position:fixed;display:none;left:50%;top:0;margin:-215px 0 0 -400px;}
.advbox .advpic{position:relative;height:490px;overflow:hidden;}
.advbox .advpic .closebtn{display:block;width:70px;height:35px; text-align:center; background:#F00; border-radius:5px;line-height:35px; letter-spacing:2px;font-size:18px;color:#fff;overflow:hidden;position:absolute;right:12px;top:5px;z-index:99; font-weight:bold;}


.header{ display:flex; align-items:center; justify-content:space-between; padding:0px 3%; height:80px; width:100%;  transition: all 0.5s ease; -webkit-transform: all 0.5s ease; background:#fff; position:fixed; z-index:16;}
.header .header_logo{ display:flex; align-items:center;}
.header .header_logo .header_logo_dd{ margin-right:30px;}
.header .header_logo .header_logo_dt{ cursor:pointer; display:none;}
.header .header_nav{ display:flex; align-items:center;}
.header .header_nav .header_nav_left{ display:flex; align-items:center;}
.header .header_nav .header_nav_left .nav_left_list{ margin-right:46px; position:relative;}
.header .header_nav .header_nav_left .nav_left_list:nth-child(2){ position:static;}
.header .header_nav .header_nav_left .nav_left_list:nth-child(3){ position:static;}
.header .header_nav .header_nav_left .nav_left_list:before{ content: ""; position: absolute; display: inline-block; width: 0px; height: 3px; background: #fff; bottom: 0px; left: 0; transition: all 0.3s ease;  right: 0; margin: 0 auto;}
.header .header_nav .header_nav_left .nav_left_list:hover:before{ width:100%; transition: all 0.3s ease; }
.header:hover .header_nav .header_nav_left .nav_left_list:before{ background: #e71e24;}
.header .header_nav .header_nav_left .nav_left_list:last-child{ margin-right:35px;}
.header .header_nav .header_nav_left .nav_left_list .left_list_title{ font-size:20px; color:#333333; display:flex; align-items:center; height:80px;}
.header .header_nav .header_nav_left .nav_left_list .left_list_title.on{ color:#fff; background:#e71e24; padding:0 8px;}
.header .header_nav .header_nav_left .nav_left_list .left_list_title:hover{ color:#fff; background:#e71e24; padding:0 8px;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down{ width:94%; position:absolute; left:0; top:100%; background:#fff; overflow:hidden; height:0px; padding:0px; overflow:hidden; transition:all ease 0.6s; border-top:0px solid #dcdcdc; right:0; margin:0 auto;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down:before{ content:""; display:inline-block; width:50%; height:100%; background:#fff; left:0; top:0; position:absolute; display:none;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .list_down_li{ float:left; margin-right:95px; position:relative;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .list_down_li:before{ content:""; position:absolute; right:-50px; height:100%; width:1px; background:#dcdcdc;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .list_down_li:last-child:before{ display:none;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .list_down_li:last-child{ margin-right:0px;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .list_down_li .down_li_dd{ margin-bottom:20px;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .list_down_li .down_li_dd a{ font-weight:bolder; font-size:18px; color:#333;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .list_down_li .down_li_dt{ position:relative;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .list_down_li .down_li_dt p{ margin-bottom:15px;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .list_down_li .down_li_dt p:last-child{ margin-bottom:0px;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .list_down_li .down_li_dt p a{ font-size:16px; color:#666;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .list_down_li .down_li_dt p a:hover{ color:#004a91;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .list_down_li .down_li_dt .li_dt_l .dt_l_title a:hover{ color:#004a91;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .list_down_li .down_li_dt .li_dt_l{ margin-bottom:25px; position:relative; width:335px;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .list_down_li .down_li_dt .li_dt_l .dt_l_title a{ font-size:16px; color:#333;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .list_down_li .down_li_dt .li_dt_l .dt_l_down{ position:absolute; right:0px; top:0; display:none; width:165px; z-index:20;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .list_down_li .down_li_dt .li_dt_l:hover .dt_l_down{ display:block;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .list_down_li .down_li_dt .li_dt_l .dt_l_down p a{ font-size:14px; color:#666;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .list_down_li .down_li_dt .li_dt_l .dt_l_down p a:hover{ color:#004a91;}
.header .header_nav .header_nav_left .nav_left_list:nth-child(1) .left_list_down{}
.header .header_nav .header_nav_left .nav_left_list:nth-child(2) .left_list_down{  background: url(../images/down10.jpg) no-repeat 50% 50%;}
.header .header_nav .header_nav_left .nav_left_list:nth-child(3) .left_list_down{  background: url(../images/down10.jpg) no-repeat 50% 50%;}
.header .header_nav .header_nav_left .nav_left_list:nth-child(4) .left_list_down{  }
.header .header_nav .header_nav_left .nav_left_list:nth-child(5) .left_list_down{}
.header .header_nav .header_nav_left .nav_left_list:nth-child(6) .left_list_down{}
.header .header_nav .header_nav_left .nav_left_list:nth-child(7) .left_list_down{}
.header .header_nav .header_nav_left .nav_left_list:nth-child(8) .left_list_down{  background: url(../images/down10.jpg) no-repeat 50% 50%;}
.header .header_nav .header_nav_left .nav_left_list:nth-child(9) .left_list_down{}
.header .header_nav .header_nav_left .nav_left_list:nth-child(10) .left_list_down{}
.header .header_nav .header_nav_left .nav_left_list:hover .left_list_down{ height:240px; padding:45px; transition:all ease 0.6s; border-top:1px solid #dcdcdc; padding-left:145px;}
.header .header_nav .header_nav_left .nav_left_list:nth-child(2):hover .left_list_down{height:390px;}
.header .header_nav .header_nav_left .nav_left_list:nth-child(3):hover .left_list_down{height:440px;}
.header .header_nav .header_nav_left .nav_left_list:nth-child(4):hover .left_list_down{height:440px;}


.header .header_nav .header_nav_left .nav_left_list .left_list_down .nav-prolist{width: calc(100% - 600px);}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .nav-prolist .prolist-l{ width:48%; margin-right:2%; margin-bottom:2%; background:#edf2f6; display:inline-block;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .nav-prolist .prolist-l:nth-child(2n){ margin-right:0;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .nav-prolist .prolist-img{ width:90px; height:90px; display:inline-block; vertical-align:top;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .nav-prolist .prolist-img img{ width:100%; height:100%;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .nav-prolist .prolist-txt{ width: calc(100% - 95px);display:inline-block; vertical-align:top; text-align:left;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .nav-prolist .prolist-txt .prolist-tit{ font-size:16px; padding:15px 0 10px; text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .nav-prolist .prolist-txt .prolist-des{ font-size:14px; color:#777;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}


.header .header_nav .header_nav_left .nav_left_list .left_list_down .snav-mainpro{width:31%; position:relative; float:left; margin:0 1%;background-image:linear-gradient(#edf2f6,transparent); padding:15px;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .snav-mainpro .pro-pic{ position:absolute; width:50%; right:0; bottom:0;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .snav-mainpro .pro-pic img{ width:100%;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .snav-mainpro .pro-tt{ width:80%;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .snav-mainpro .pro-tt h3{ display:block; font-size:20px; font-weight:bold; padding:15px 0;} 
.header .header_nav .header_nav_left .nav_left_list .left_list_down .snav-mainpro .pro-jj{ width:85%;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .snav-mainpro .pro-jj p{ line-height:160%; font-size:13px; text-align:justify; color:#666;}

.header .header_nav .header_nav_left .nav_left_list .left_list_down .navfangan{ width:100%;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .navfangan .navfangan_list{width: 19%;background: #fff;border: #D8D8D8 solid 1px;border-radius: 5px;margin-bottom: 1.5%;margin-right:1%;position: relative;float: left;transition: all 0.5s ease;-webkit-transform: all 0.5s ease;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .navfangan .bottom_list_title{ display:flex; align-items:center; justify-content:space-between; height:40px; line-height:40px; padding:25px 15px; overflow:hidden;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .navfangan .bottom_list_title .list_title_left{ width:calc(100% - 30px);}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .navfangan .bottom_list_title .list_title_left .title_left_dd{font-size:16px; color:#333333; margin-bottom:0px;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}

.header .header_nav .header_nav_left .nav_left_list .left_list_down .navfangan .bottom_list_title .list_title_right{ width:30px; height:30px; border-radius:100%; display:flex; align-items:center; justify-content:center; border:1px solid #dadada; color:#dadada; font-size:18px;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .navfangan .bottom_list_down{ position:absolute; top:100%; left:0; width:100%; background:#fff; padding:45px 32px; padding-top:0px; z-index:5; display:none;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .navfangan .navfangan_list:hover{border: #D8D8D8 solid 1px;background:#e71e24;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .navfangan .navfangan_list:hover .bottom_list_title .list_title_left .title_left_dd{ color:#fff;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .navfangan .navfangan_list:hover .bottom_list_title .list_title_left .title_left_dt{ color:#fff;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .navfangan .navfangan_list:hover .bottom_list_title .list_title_right{ border:1px solid #fff; color:#fff;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}


.header .header_nav .header_nav_left .nav_left_list .left_list_down .snav-mainpro .list_txt_btn{ display:flex; align-items:center; height:44px; width:146px; justify-content:center; font-size:16px; color:#333; display:none; background: url(../images/bn311.png) no-repeat 50% 50%; position:relative; overflow:hidden; margin-top: 60px; }
.header .header_nav .header_nav_left .nav_left_list .left_list_down .snav-mainpro .list_txt_btn b{ font-weight:normal; position:relative; z-index:2;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .snav-mainpro .list_txt_btn:before{ content:""; display:inline-block; width:0%; position:absolute; left:0; height:100%; border-radius:100px 0px 0px 100px;transition: all 0.5s ease; -webkit-transform: all 0.5s ease; background:#e71e24; opacity:0}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .snav-mainpro .list_txt_btn:hover:before{ width:100%;transition: all 0.5s ease; -webkit-transform: all 0.5s ease; opacity:1}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .snav-mainpro .list_txt_btn:hover{ border-radius:100px 0px 0px 100px;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .snav-mainpro .list_txt_btn{ display:flex;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .snav-mainpro .list_txt_btn img{ margin-left:6px; position:relative; z-index:2;}


.header .header_nav .header_nav_left .nav_left_list .left_list_down .abouts{ position:relative; width:calc(100% - 200px);}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .abouts_li{ width:30%; margin:0 1%; display:inline-block;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .abouts_li h2{ font-size:18px; font-weight:normal; text-align:left; padding:10px 0;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down .abouts_li p img{ width:100%;}


.header .header_nav .header_nav_right{ display:flex; align-items:center;}
.header .header_nav .header_nav_right a:last-child{ margin-left:25px;}

.header .header_nav .header_nav_lang{ display:flex; align-items:center;}
.header .header_nav .header_nav_lang .en{
    color: #404040;
    line-height: 88px;
    margin-left: 22px;
    font-size: 15px;
    text-transform: uppercase;
    padding-left: 28px;
    background: url(../images/pic9.jpg) no-repeat left center;
}

.ProDown{ display:flex;}
.ProDown .ProDown_left{ position:relative; width:215px; margin-right:80px;}
.ProDown .ProDown_left:before{ content:""; display:inline-block; width:1px; background:#dcdcdc; height:320px; position:absolute; right:0; top:0;}
.ProDown .ProDown_left a{ font-size:16px; color:#222222; display: flex; align-items:center;transition: all 0.5s ease 0s; line-height: 40px;}
.ProDown .ProDown_left a:before{ content:""; display:inline-block; width:0px; height:1px; background:#c41146; margin-right:13px;transition: all 0.5s ease 0s;}
.ProDown .ProDown_left ul li{ transition: all 0.5s ease 0s;}
.ProDown .ProDown_left ul li:last-child{ margin-bottom:0px;}
.ProDown .ProDown_left ul li a{ border-radius: 100px 0px 0px 100px;}
.ProDown .ProDown_left ul li a.on{ color:#fff;transition: all 0.5s ease 0s; background:#e71e24;}
.ProDown .ProDown_left ul li a.on:before{ width:0px;transition: all 0.5s ease 0s;}
.ProDown .ProDown_right{ position: relative; width:280px;}
.ProDown .ProDown_right .ProDown_right_list{ opacity:0;transition: all 0.5s ease 0s; position:absolute; top:0; z-index:-1;}
.ProDown .ProDown_right .ProDown_right_list.on{ opacity:1;transition: all 0.5s ease 0s; z-index:5;}
.ProDown .ProDown_right .ProDown_right_list a{ font-size:16px; color:#222; margin-bottom:25px; display:block; height:21px; line-height:21px;}
.ProDown .ProDown_right .ProDown_right_list a:last-child{ margin-bottom:0px;}
.ProDown .ProDown_right .ProDown_right_list a:hover{ color:#c41146;}
.ProDown .ProDown_left ul li:last-child a{ cursor: pointer;}


.header .header_nav .header_nav_left .nav_left_list:nth-child(1) .ProDown .ProDown_left a{ cursor:default;}
.header .header_nav .header_nav_left .nav_left_list:nth-child(2) .ProDown .ProDown_left a{ cursor:default;}
.header .header_nav .header_nav_left .nav_left_list:nth-child(3) .ProDown .ProDown_left a{ cursor:default;}



.header .header_nav .header_nav_left .nav_left_list .left_list_down_nopic{ position:absolute;width:140px; left:-28px; top:100%; background:#fff; overflow:hidden; height:0px; padding:0px; overflow:hidden; transition:all ease 0.6s; border-top:0px solid #dcdcdc; right:0; margin:0 auto;}
.header .header_nav .header_nav_left .nav_left_list .left_list_down_nopic:before{ content:""; display:inline-block; width:50%; height:100%; background:#fff; left:0; top:0; position:absolute; display:none;}


.header .header_nav .header_nav_left .nav_left_list:nth-child(4){ position:relative;}
.header .header_nav .header_nav_left .nav_left_list:nth-child(5){ position:relative;}
.header .header_nav .header_nav_left .nav_left_list:nth-child(6){ position:relative;}
.header .header_nav .header_nav_left .nav_left_list:nth-child(7){ position:relative;}
.header .header_nav .header_nav_left .nav_left_list:nth-child(8){ position:relative;}
.header .header_nav .header_nav_left .nav_left_list:nth-child(9){ position:relative;}
.header .header_nav .header_nav_left .nav_left_list:nth-child(10){ position:relative;}
.header .header_nav .header_nav_left .nav_left_list:nth-child(4):hover{ position:relative;}
.header .header_nav .header_nav_left .nav_left_list:nth-child(5):hover{ position:relative;}
.header .header_nav .header_nav_left .nav_left_list:nth-child(6):hover{ position:relative;}
.header .header_nav .header_nav_left .nav_left_list:nth-child(7):hover{ position:relative;}
.header .header_nav .header_nav_left .nav_left_list:nth-child(8):hover{ position:relative;}
.header .header_nav .header_nav_left .nav_left_list:nth-child(9):hover{ position:relative;}
.header .header_nav .header_nav_left .nav_left_list:nth-child(10):hover{ position:relative;}

.header .header_nav .header_nav_left .nav_left_list:hover .left_list_down_nopic{ width:140px;height:200px; padding:10px 5px; left:-28px;transition: all ease 0.6s;border-top: 1px solid #dcdcdc;}


.ProDown_nopic{ display:flex;}
.ProDown_nopic .ProDown_left_nopic{ position:relative; width:140px;}
.ProDown_nopic .ProDown_left_nopic a{ display:block; font-size:16px; color:#222222; display: flex; align-items:center;transition: all 0.5s ease 0s; line-height: 40px; text-align:center;}
.ProDown_nopic .ProDown_left_nopic ul li{ transition: all 0.5s ease 0s;}
.ProDown_nopic .ProDown_left_nopic ul li:last-child{ margin-bottom:0px;}
.ProDown_nopic .ProDown_left_nopic ul li a{display:block;}
.ProDown_nopic .ProDown_left_nopic ul li a.on{ color:#fff;transition: all 0.5s ease 0s; background:#e71e24;}
.ProDown_nopic .ProDown_left_nopic ul li a.on:before{ width:0px;transition: all 0.5s ease 0s;}
.ProDown_nopic .ProDown_left_nopic ul li:last-child a{ cursor: pointer;}





.banner{ position:relative; z-index:5;}
.banner .banner_txt{ position:absolute; max-width:1500px; margin:0 auto; left:0; right:0; bottom:45px; z-index:5;}
.banner .banner_txt .banner_txt_video{ display:flex; align-items:center; font-size:15px; color:#fff; width:195px; height:72px; border:1px solid rgba(255,255,255,.2); border-radius:4px; justify-content:center; cursor:pointer;transition: all 0.5s ease; -webkit-transform: all 0.5s ease; }
.banner .banner_txt .banner_txt_video:hover{ background:rgba(255,255,255,.2);transition: all 0.5s ease; -webkit-transform: all 0.5s ease; }
.banner .banner_txt .banner_txt_video span{ width:46px; height:46px; border-radius:100%; background:rgba(255,255,255,.3); display:flex; align-items:center; justify-content: center; margin-right:14px;}
.banner .banner_list{ position: relative;}
.banner .banner_list .banner_list_img img{ width: 100%; height: 960px; object-fit: cover;}
.banner .banner_list .banner_list_txt{ position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; max-width: 1500px; height: 90%; display: flex; flex-direction: column; justify-content: center;}
.banner .banner_list .banner_list_txt .list_txt_dd{ font-size: 48px; color: #fff; margin-bottom: 15px; display:none; max-width:60%;}
.banner .banner_list .banner_list_txt .list_txt_dt{ font-size: 20px; color: #fff;display:none; letter-spacing:.8px; max-width:60%;}
.banner .banner_list .banner_list_txt .list_txt_btn{ display:flex; align-items:center; height:44px; width:146px; justify-content:center; font-size:16px; color:#fff; display:none; background: url(../images/bn3.png) no-repeat 50% 50%; position:relative; overflow:hidden; margin-top: 120px; }
.banner .banner_list .banner_list_txt .list_txt_btn b{ font-weight:normal; position:relative; z-index:2;}
.banner .banner_list .banner_list_txt .list_txt_btn:before{ content:""; display:inline-block; width:0%; position:absolute; left:0; height:100%; border-radius:100px 0px 0px 100px;transition: all 0.5s ease; -webkit-transform: all 0.5s ease; background:#e71e24; opacity:0}
.banner .banner_list .banner_list_txt .list_txt_btn:hover:before{ width:100%;transition: all 0.5s ease; -webkit-transform: all 0.5s ease; opacity:1}
.banner .banner_list .banner_list_txt .list_txt_btn:hover{ border-radius:100px 0px 0px 100px;}
.banner .banner_list.swiper-slide-active .banner_list_txt .list_txt_dd{ display: block;}
.banner .banner_list.swiper-slide-active .banner_list_txt .list_txt_dt{ display:block;}
.banner .banner_list.swiper-slide-active .banner_list_txt .list_txt_btn{ display:flex;}
.banner .banner_list .banner_list_txt .list_txt_btn img{ margin-left:6px; position:relative; z-index:2;}

.banner .swiper-pagination{ bottom:45px; z-index:60; display:flex; align-items:center; justify-content:center; width:30%; left:0; right:0; margin:0 auto;}
.banner .swiper-pagination span{ display:flex; align-items:center; justify-content:center; width:22px; height:22px; border-radius:100%; background:rgba(255,255,255,0); opacity:1; transition: all 0.3s ease 0s; -webkit-transform: all 0.3s ease 0s; border:1px solid rgba(255,255,255,0);}
.banner .swiper-pagination span:before{ content:""; display:inline-block; width:8px; height:8px; background:#fff; border-radius:100%; transition: all 0.3s ease 0s; -webkit-transform: all 0.3s ease 0s;}
.banner .swiper-pagination span.swiper-pagination-bullet-active{  transition: all 0.3s ease 0s; -webkit-transform: all 0.3s ease 0s;border:1px solid rgba(255,255,255,1);}


.Scroll{ position:absolute; left:3%; bottom:45px; display:flex; align-items:center; flex-direction:column; z-index:55; cursor:pointer; overflow: hidden;  color:#fff; font-size:13px;}
.Scroll span{ width:1px; height:62px; display:inline-block; background:rgba(255,255,255,.2); margin-top:10px; position:relative;}
.Scroll span:before{ content:""; width:3px; height:15px; background:#fff; position:absolute; top:0; left:-1px; animation:mymove 2s infinite;}
@keyframes mymove
{
from {top:0px;}
to {top:100%;}
}



.search{ position:fixed; width:100%; height:100%; left:0; top: 0; right:0; background:rgba(0 119 191 / 90%); display:none; align-items:center; justify-content:center; z-index:50;}
.search .search_bg{ position:absolute; left:0; top:0; width:100%; height:100%; display:flex; align-items:center; justify-content:center;}
.search .search_bg .search_content{ width:50%;
	-webkit-transform: scale(0);
   -moz-transform: scale(0);
    -ms-transform: scale(0);
     -o-transform: scale(0);
           filter: scale(0);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
opacity:1;
}
.search .search_bg.on .search_content{
	-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
           filter: scale(1);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
opacity:1;
}
.search .search_content .search_content_top{ position:relative; }
.search .search_content .search_content_top .search_close{ position:absolute; right:0; top:-50px; color:#fff; font-size:30px;}
.search .search_content .search_content_bottom{ display:flex; align-items:center; justify-content: space-between; position: relative; }
.search .search_content input[type="search"]{ width:calc(100% - 100px); background:inherit; height:80px; font-size:16px; color:#333; padding:0px 20px; z-index: 1; position: relative;}
.search .search_content input[type="submit"]{ width:100px; background:#f8f8f8 url(../images/search.png) no-repeat 50%; height:80px; font-size:16px; z-index: 1; position: relative; color:#111; cursor:pointer; border-radius:0px 10px 10px 0px;}
.search_content_bottom_bg{ pointer-events: none; width: 100%; height:100%; background:#fff; position: absolute; left:0; top:0; transition:; z-index: 0; border-radius:10px;}

.chanpintj{padding:20px 0 50px;}
.chanpintj .supplier_title{ text-align: center;}
.chanpintj .supplier_title dd{ font-size: 38px; font-weight:bold; color: #222222;}
.chanpintj .supplier_title dt{ color: #666666; font-size: 16px; margin-top: 15px;}

.tabBar_pro .con ul {width:100%;max-width:1600px;height:auto;margin:0 auto;padding:0;position:relative;min-height:300px;}
.tabBar_pro .con ul li {width:23%;height:auto;margin:0 2.666666% 40px 0;padding:10px;background-color:#fff;box-shadow:0 10px 20px rgba(20,49,49,0.1);float:left;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
.tabBar_pro .con ul li:nth-child(4n+4) {margin:0 0 40px;}

.tabBar_pro .con ul li .idxPro_con {width:100%;height:290px;overflow:hidden;margin:0 auto;padding:9px;border:1px solid rgba(13,81,152,0.2);position:relative;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
.tabBar_pro .con ul li .idxPro_con .product_tip{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: right;
	z-index:30;
  }
.tabBar_pro .con ul li .idxPro_con .product_tip .txt1{
    font-size: 8px;
    color: #fff;
    transform: rotate(45deg);
    position: relative;
    top:-2px;
    right:-2px;
  }
.tabBar_pro .con ul li .idxPro_con .product_tip .product_tip_bg{
    width: 40px;
    height: 40px;
    background-color: #4ba501;
    clip-path: polygon(0 0, 100% 0, 100% 100%); /*三角*/
    position: absolute;
    top: 0;
    right:0;
  }
.tabBar_pro .con ul li .idxPro_con .idxPro_img {width:100%;height:230px;overflow:hidden;margin:0 auto;padding:0;}
.tabBar_pro .con ul li .idxPro_con .idxPro_img a {display:block;width:100%;height:100%;overflow:hidden;margin:0 auto;padding:0;position:relative;}
.tabBar_pro .con ul li .idxPro_con .idxPro_img a img {display:block;max-width:100%;max-height:100%;margin:auto;padding:0;position:absolute;left:0;top:0;right:0;bottom:0;transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;}
.tabBar_pro .con ul li:hover .idxPro_con .idxPro_img a img {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1);}
.tabBar_pro .con ul li .idxPro_con .idxPro_name {width:100%;height:auto;overflow:hidden;margin:0 auto;padding:0;transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
.tabBar_pro .con ul li .idxPro_con .idxPro_name a {display:block;width:100%;height:30px;overflow:hidden;line-height:30px;color:#333;font-size:16px;text-align:center;white-space:nowrap;text-overflow:ellipsis;margin:0 auto;padding:0;}
.tabBar_pro .con ul li .idxPro_con .idxPro_name a i {display:none;}
.tabBar_pro .con ul li .idxPro_con .idxPro_name em {display:block;width:30px;height:2px;overflow:hidden;background-color:#0d5198;margin:0 auto 8px;padding:0;}
.tabBar_pro .con ul li:hover .idxPro_con {padding:10px;border:1px solid rgba(13,81,152,0.9);}
.tabBar_pro .con ul li:hover .idxPro_con .idxPro_name {height:100%;padding:80px 10px 10px;position:absolute;left:0;top:0;background-color:rgba(13,81,152,0.9);}
.tabBar_pro .con ul li:hover .idxPro_con .idxPro_name a {height:auto;color:#fff;}
.tabBar_pro .con ul li:hover .idxPro_con .idxPro_name a i {display:block;width:60px;height:60px;overflow:hidden;margin:0 auto 40px;padding:0;background:url(../images/more1.png) center center no-repeat;background-size:60px 60px;}
.tabBar_pro .con ul li:hover .idxPro_con .idxPro_name em {background-color:#fff;}

	.tabBar_pro{ width:100%; font-family:"Microsoft YaHei";}
	.tabBar_pro .hd ul{ z-index:5; position:relative;  zoom:1; width:60%; margin:0 auto;}
	.tabBar_pro .hd li{ display:inline-block; vertical-align:bottom; width:30%;height:34px; line-height:34px; margin-top:4px; padding:0px 16px 0px 16px; margin-right:5px; color:#333333;border:1px solid #c8d1d5; border-bottom:0px; cursor:pointer; text-align:center; font-size:18px;}
	.tabBar_pro .hd li.on{ height:43px; line-height:40px; font-weight:bold; overflow:hidden; margin-top:0px; position:relative;border-top:2px solid #004ea2; background: -webkit-linear-gradient(bottom, #fff, #f7f7f7 55%);}
	.tabBar_pro .hd li.on span{ font-weight:bold; color:#c00;  }
	.tabBar_pro .bd{padding:0px; clear:both; position:relative;overflow:hidden;   }
	.tabBar_pro .bd .conWrap{ width:100%;  }
	.tabBar_pro .bd .conWrap .con{ padding-top:30px; text-align:center;}
	.tabBar_pro .bd .conWrap .con a.view_more{ font-size:18px; color: #1c69d9;margin-top: 33px;}
	.tabBar_pro .bd .conWrap .con a.view_more img{ margin-left:10px;}
	.tabBar_pro .prev,.tabBar .next{ position:absolute; left:10px; top:80px; }
	.tabBar_pro .next{ left:auto; right:10px; }
	.tabBar_pro .prevStop,.tabBar .nextStop{ display:none;  }
	.tabBar_pro .bd p{ padding-bottom:10px  }


.IAbout{ background: url(../images/bg2.jpg) no-repeat 50%/cover; padding-bottom: 50px; padding-top:50px;}

.IAbout .IAbout_content .IAbout_content_top{}
.IAbout .IAbout_content .IAbout_content_top dd{ font-size: 18px; color: #1c69d9; text-transform: uppercase; display: flex; align-items: flex-start; justify-content: flex-start; flex-direction: column; margin-bottom: 20px;}
.IAbout .IAbout_content .IAbout_content_top dd::after{ content: ""; display: inline-block; width: 60px; height: 4px; background: #1c69d9; margin-top: 15px;
transform: skewX(-45deg); }
.IAbout .IAbout_content .IAbout_content_top dt{ font-size: 28px; color: #333333; margin-bottom: 25px;}
.IAbout .IAbout_content .IAbout_content_top .content_top_txt{ line-height: 29px; color: #111; font-size: 16px; display: flex; justify-content: space-between;}
.IAbout .IAbout_content .IAbout_content_top .content_top_txt .top_txt_list{ width: 42%; text-align: justify;}
.IAbout .IAbout_content .IAbout_content_top .content_top_txt .top_txt_list p{ font-size: 24px; font-weight:bold; color: #333333; margin-bottom: 30px;}
.IAbout .IAbout_content .IAbout_content_top a{ font-size: 16px; color: #1c69d9; display: flex; align-items: center; margin-top: 33px;}
.IAbout .IAbout_content .IAbout_content_top a img{ margin-left: 15px;}
.IAbout .IAbout_content .IAbout_content_bottom{ display: flex; align-items: center; margin-top: 90px;}
.IAbout .IAbout_content .IAbout_content_bottom .content_bottom_list{ background: #fff; width: 250px; height: 117px; display: flex; align-items: center; padding: 0px 22px; margin-right: 35px; border-radius: 3px; box-shadow: 0px 5px 23px rgba(0,43,100,.15); transition:all ease 0.3s;}
.IAbout .IAbout_content .IAbout_content_bottom .content_bottom_list .bottom_list_icon{ width: 52px; height: 52px; position: relative;}
.IAbout .IAbout_content .IAbout_content_bottom .content_bottom_list .bottom_list_icon img{ position: absolute; left: 0; top: 0; transition:all ease 0.3s;}
.IAbout .IAbout_content .IAbout_content_bottom .content_bottom_list .bottom_list_icon .list_icon_im2{ opacity: 0;}
.IAbout .IAbout_content .IAbout_content_bottom .content_bottom_list:hover .bottom_list_icon .list_icon_im2{ opacity: 1; transition:all ease 0.3s;}
.IAbout .IAbout_content .IAbout_content_bottom .content_bottom_list:hover .bottom_list_icon .list_icon_im1{ opacity: 0; transition:all ease 0.3s;}
.IAbout .IAbout_content .IAbout_content_bottom .content_bottom_list .bottom_list_right{ margin-left: 20px;}
.IAbout .IAbout_content .IAbout_content_bottom .content_bottom_list .bottom_list_right dd{ font-size: 20px; color: #1c69d9; margin-bottom: 10px;}
.IAbout .IAbout_content .IAbout_content_bottom .content_bottom_list .bottom_list_right dt{ font-size: 16px; color: #333333;}
.IAbout .IAbout_content .IAbout_content_bottom .content_bottom_list:hover{ background: #1c69d9; transition:all ease 0.3s;}
.IAbout .IAbout_content .IAbout_content_bottom .content_bottom_list:hover .bottom_list_right dd{ color: #fff; transition:all ease 0.3s;}
.IAbout .IAbout_content .IAbout_content_bottom .content_bottom_list:hover .bottom_list_right dt{ color: #fff; transition:all ease 0.3s;}



.video{ position: relative;}
.video .video_img img{ width: 100%; height: 430px; object-fit: cover;}
.video .video_txt{ position: absolute; transform: translateX(-50%) translateY(-50%); left: 50%; top: 50%;}
.video .video_txt_icon{ cursor: pointer;}
.video .video_txt_list{ position:absolute; width:100%; top:55%;}

@-webkit-keyframes warn{
0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}
100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}
}
@-moz-keyframes warn{
0%{-moz-transform:scale(0);transform:scale(0);opacity:1}
100%{-moz-transform:scale(1);transform:scale(1);opacity:0}
}
@-o-keyframes warn{
0%{-o-transform:scale(0);transform:scale(0);opacity:1}
100%{-o-transform:scale(1);transform:scale(1);opacity:0}
}
@keyframes warn{
0%{-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0);opacity:1}
100%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:0}
}
.dot{width:60px;height:60px;background: rgba(255,255,255,.85) url(../images/bn21.png) no-repeat 55% 50%;opacity:1; z-index:50; text-align:center; border-radius: 100%; position: absolute; transform: translateX(-50%) translateY(-50%); left: 50%; top: 40%;}

.pulse{
	height:156px;
	width:156px;
	z-index: 30;
	border-radius:100%;
    background: #fff;
	 position: absolute; transform: translateX(-50%) translateY(-50%); left: 43.6%; top: 25%;
	-webkit-animation:warn 2s ease-out both;
	-moz-animation:warn 2s ease-out both;
	-o-animation:warn 2s ease-out both;
	animation:warn 2s ease-out both;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	-o-animation-iteration-count:infinite;
	animation-iteration-count:infinite;}

.delay-04{-webkit-animation-delay:1s;-moz-animation-delay:1s;-o-animation-delay:1s;animation-delay:1s}
.delay-05{-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s;-o-animation-delay:1.5s;animation-delay:1.5s}
.delay-06{-webkit-animation-delay:2s;-moz-animation-delay:2s;-o-animation-delay:2s;animation-delay:2s}


.content_list_video{ display:none;}
.content_list_video.on{ display:block;}
.content_list_video .list_video_bg{ position:fixed; background:rgba(0,0,0,.8); left:0; top:0;  width:100%; height:100%; z-index:120;}
.content_list_video .list_video_content{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%); z-index:121;
}
.content_list_video .list_video_content .video_content_close{ cursor:pointer; position:fixed; right:0; top:-35px;}
.content_list_video .list_video_content .video_content_close span{ color:#fff; font-size:25px;}

/* css */
	.scrollBox{ width:100%; padding:10px;position:relative; }
	.scrollBox .piclist{ overflow:hidden; zoom:1;padding-top:10px;}
	.scrollBox .ohbox{overflow:hidden; position:relative;width:90%;left:60px; }
	.scrollBox {position:relative;overflow:hidden;zoom:1;}
	.scrollBox .piclist li{float:left; display:inline; width:220px;transition:0.36s;}
	.scrollBox .piclist li a{ display:block;padding:5px;}
	.scrollBox .piclist li:hover{transform: translateY(5px);}
	.scrollBox .piclist li .videolist-img{width: 100%;position: relative;overflow: hidden;}
	.scrollBox .piclist li img{ width:100%; height:118px; padding:2%; background:#fff;object-fit: cover;vertical-align: middle;}
	.scrollBox .piclist li span{background:#fff;height:44px;line-height:20px;display:block;text-align:left; padding:3px;}
	.scrollBox .pageBtn span{ background:url(../images/bntBg.png) no-repeat; display:block;width:37px;height:59px;position:absolute;top:72px;cursor:pointer;text-indent:-999em;overflow:hidden; }
	.scrollBox .pageBtn .prev{left:20px;background-position:-11px -84px ;}
	.scrollBox .pageBtn .next{right:20px;background-position:-53px -84px ;}
	.scrollBox .pageBtn .list{overflow:hidden;zoom:1;margin:10px 0 0 46%; }
	.scrollBox .pageBtn .list li{ background:url(../images/bntBg.png); float:left; display:inline; width:15px;height:15px;background-position:-86px -57px ;cursor:pointer;margin-left:10px;line-height:10000px;overflow:hidden;  }
	.scrollBox .pageBtn .list li.on{background-position:-114px -57px }


.index_bg{ background:url(../images/bg1.jpg) no-repeat 50%/cover;; overflow:hidden;}

/* css */
	.tabBar{ width:100%; font-family:"Microsoft YaHei"; margin-top:25px;}
	.tabBar .hd ul{ z-index:5; position:relative;  zoom:1; width:30%; margin:0 auto;}
	.tabBar .hd li{ display:inline-block; vertical-align:bottom; width:30%;height:24px; line-height:24px; margin-top:4px; padding:0px 16px 0px 16px; margin-right:5px; color:#333333;border:1px solid #c8d1d5; border-bottom:0px; cursor:pointer; text-align:center;}
	.tabBar .hd li.on{ height:32px; line-height:32px; font-weight:bold; overflow:hidden; margin-top:0px; position:relative; top:1px; border-top:2px solid #004ea2; background:#fff; }
	.tabBar .hd li.on span{ font-weight:bold; color:#c00;  }
	.tabBar .bd{padding:0px; clear:both; position:relative;overflow:hidden;   }
	.tabBar .bd .conWrap{ width:100%;  }
	.tabBar .bd .conWrap .con{ padding-bottom:20px; text-align:center;}
	.tabBar .bd .conWrap .con a.view_more{ font-size:18px; color: #1c69d9;margin-top: 33px;}
	.tabBar .bd .conWrap .con a.view_more img{ margin-left:10px;}
	.tabBar .prev,.tabBar .next{ position:absolute; left:10px; top:80px; }
	.tabBar .next{ left:auto; right:10px; }
	.tabBar .prevStop,.tabBar .nextStop{ display:none;  }
	.tabBar .bd p{ padding-bottom:10px  }




.product_search{
	border-bottom:#CCC solid 1px;
	height:35px;
	}
.product_search .sx-tit{
	width:10%;
	position:relative;
	text-align:center;
	height:35px;
	line-height:35px;
	font-weight:bold;
	display:inline-block;
	font-size:16px;
	color:#666;
	vertical-align:top;
	}
.product_search .sx1{
	display:inline-block;
    width: 23%;
	margin-right:2%;
    height: 35px;
    border:1px solid #c0ddf5;
    background: #f5faff;
    cursor: pointer;
    position:relative;
}
.product_search .sx1 h2{
    width: 80%;
    height: 35px;
    line-height: 35px;
    background: #fff;
    border-right: 1px solid #c0ddf5;
    color: #808080;
    font-size: 14px;
    text-indent: 12px;
    float: left;
}
.product_search .sx1 h3{
    width: 20%;
    height: 35px;
    float: right;
    background: url(../images/icon2.png) no-repeat center;
}
.product_search .sx1 ul{
    position: absolute;
    bottom: 35px;
    left: 0;
    z-index: 100;
    display: none;
	width:100%;
	border:#E3E3E3 solid 1px;
	border-bottom:0;
}
.product_search .sx1 ul li{
    width:100%;
    height: 35px;
    line-height: 35px;
    background: #fff;
    text-indent: 25px;
}
.product_search .sx1 ul li{
    color: #808080;
    font-size: 14px;
    display: block;
}
.product_search .sx1 ul li:hover{
    background: #4893d8;
    transition: all .6s;
	color:#fff;
}
.product_search .sx1 ul .ct{
	width:100%;
    height: 35px;
    line-height: 35px;
	background: #fff;
    text-indent: 12px;
	color: #808080;
    font-size: 16px;
	font-weight:bold;
    display: block;
	}

.product_search .sx2{
	display:inline-block;
    width: 23%;
	margin-right:2%;
    height: 35px;
    border:1px solid #c0ddf5;
    background: #f5faff;
    cursor: pointer;
    position:relative;
}
.product_search .sx2 h2{
    width: 80%;
    height: 35px;
    line-height: 35px;
    background: #fff;
    border-right: 1px solid #c0ddf5;
    color: #808080;
    font-size: 14px;
    text-indent: 12px;
    float: left;
}
.product_search .sx2 h3{
    width: 20%;
    height: 35px;
    float: right;
    background: url(../images/icon2.png) no-repeat center;
}
.product_search .sx2 ul{
    position: absolute;
    bottom: 35px;
    left: 0;
    z-index: 100;
    display: none;
	width:100%;
	border:#E3E3E3 solid 1px;
	border-bottom:0;
}
.product_search .sx2 ul li{
    width:100%;
    height: 35px;
    line-height: 35px;
    background: #fff;
    text-indent: 12px;
}
.product_search .sx2 ul li{
    color: #808080;
    font-size: 14px;
    display: block;
}
.product_search .sx2 ul li:hover{
    background: #4893d8;
    transition: all .6s;
	color:#fff;
}

.product_search .sx3{
	display:inline-block;
    width: 23%;
	margin-right:2%;
    height: 35px;
    border:1px solid #c0ddf5;
    background: #f5faff;
    cursor: pointer;
    position:relative;
}
.product_search .sx3 h2{
    width: 80%;
    height: 35px;
    line-height: 35px;
    background: #fff;
    border-right: 1px solid #c0ddf5;
    color: #808080;
    font-size: 14px;
    text-indent: 12px;
    float: left;
}
.product_search .sx3 h3{
    width: 20%;
    height: 35px;
    float: right;
    background: url(../images/icon2.png) no-repeat center;
}
.product_search .sx3 ul{
    position: absolute;
    bottom: 35px;
    left: 0;
    z-index: 100;
    display: none;
	width:100%;
	border:#E3E3E3 solid 1px;
	border-bottom:0;
}
.product_search .sx3 ul li{
    width:100%;
    height: 35px;
    line-height: 35px;
    background: #fff;
    text-indent: 12px;
}
.product_search .sx3 ul li{
    color: #808080;
    font-size: 14px;
    display: block;
}
.product_search .sx3 ul li:hover{
    background: #4893d8;
    transition: all .6s;
	color:#fff;
}

.product_search .sx-btn{
	width:10%;
	position:relative;
	text-align:center;
	height:35px;
	line-height:35px;
	display:inline-block;
	font-size:16px;
	color:#fff;
	vertical-align:top;
    background:#191928;
	letter-spacing:5px;
	cursor: pointer;
}


.product .title{
  position: absolute;
  top: 3.39vw;
  z-index:0;
}
.product .title .en{
  font-size: 4.5vw;
  line-height: 1.1;
  color:#EDEDED;
  font-weight: bold;
  font-family: Arial;
}
.product .title .cn{
  font-size: 35px;
  color:#666666;
  text-align: right;
}
.product .swiper-pro{
    position: relative;
    height: 49.58vw;
}
.product .swiper-pro .swiper-button-prev{
  position: absolute;
  left: 69px;
  width: 56px;
  height: 56px;
  top:auto;
  margin-top: 0;
  bottom:10.08vw;
  font-size: 0;
  -webkit-background-size: cover;
  background-size: cover;
}
.product .swiper-pro .swiper-button-next{
  position: absolute;
  left: 130px;
  width: 56px;
  height: 56px;
  top:auto;
  right:auto;
  margin-top: 0;
  bottom:10.08vw;
  font-size: 0;
  -webkit-background-size: cover;
  background-size: cover;
}
.product .swiper-pro .pic{
  height: 49.58vw;
  line-height: 49.58vw;
  position: relative;
  float: right;
  width: 54.17vw;
  text-align: right;
  background: url(../images/bg3.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.product .swiper-pro .pic img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.product .swiper-pro .num{
    position: absolute;
    bottom: 7.08vw;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 24px;
    color:#9D9D9D;
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
}
.product .swiper-pro .num div{
    display: inline-block;
}
.product .swiper-pro .num>div:first-child{
    color:#003C8F;
}
.product .swiper-pro .pic .item1{
  position: absolute;
  top: 9.58vw;
  left: 3.75vw;
}
.product .swiper-pro .pic .item2{
  position: absolute;
  bottom: 7.29vw;
  right: 2.6vw;
}
.product .swiper-pro .pic .ico{
  width: 82px;
  height: 82px;
  float: left;
  cursor: pointer;
}
.product .swiper-pro .pic .item1 .ico{
  background: url(../images/ico7.png) no-repeat;
}
.product .swiper-pro .pic .item2 .ico{
  background: url(../images/ico8.png) no-repeat;
}
.product .swiper-pro .pic  .desc{
  background-color: #fff;
  padding: 0 20px;
  border-radius: 10px;
  font-size: 15px;
  margin-top: 10px;
  line-height: 60px;
  color:#333;
  float: left;
  height: 60px;
  text-align: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  display: none;
  transition:all .3s;
}
.product .swiper-pro .pic .item:hover .desc{
  display: block;
}
.product .swiper-pro .txt{
  position: absolute;
  left: 0;
  top: 14.11vw;
}
.product .swiper-pro .txt .tit{
  font-size: 39px;
  font-weight: bold;
  color:#197BC6;
  margin-bottom: 10px;
  position: relative;
  z-index: 3;
}
.product .swiper-pro .txt .desc{
  font-size: 16px;
  color:#666666;
  line-height: 1.88;
  max-width: 361px;
  margin-left: 69px;
  margin-bottom: 10px;
  position: relative;
}
.product .swiper-pro .txt a{
  display: block;
  margin-left: 69px;
  font-size: 16px;
  color:#6E6E6E;
}
.product .swiper-pro .swiper-slide .txt .desc::after {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  left: -68px;
  background: #197bc6;
  width: 53px;
  height: 1px;
}


.incase{ background:url(../images/casebg.jpg) no-repeat 100% 12%;padding: 50px 0px;}
.incase .supplier_title{ text-align: center;}
.incase .supplier_title dd{ font-size: 38px; font-weight:bold; color: #fff;}
.incase .supplier_title dt{ color: #fff; font-size: 16px; margin-top: 15px;}
.incase .scroll-outer{height:100%; text-align:center;}
.incase .scroll-outer a.view_more{ font-size:18px; color: #fff;margin-top: 33px;}
.incase .scroll-outer a.view_more img{ margin-left:10px;}
.incase #scroll{max-width:1200px;margin:0 auto;padding-top:30px; position:relative; margin-bottom:15px;}
.incase #scroll .owl-wrapper-outer{margin:0 auto;}
.incase #scroll .item{position:relative;margin:0 auto;overflow:hidden; text-align:center}
.incase #scroll .item:hover .shd{background-color:rgba(0, 0, 0, 0);}
.incase #scroll .item:hover .txt{background-color:#fff\9;background-color:rgba(248, 249, 249, 0.95);box-shadow:0 0 15px 15px rgba(248, 249, 249, 0.95);}
.incase #scroll .item .item_body{ margin-top:80px; text-align:left; padding-left:80px}
.incase #scroll .item .item_body p{ width:387px; height:auto; padding-bottom:5px; display:inline-block}
.incase #scroll .item .item_body p:nth-child(1){ color:#808080; font-size:38px}
.incase #scroll .item .item_body p:nth-child(2){ color:#333333; font-size:20px; padding-top:5px}
.incase #scroll .item .item_body p:nth-child(3){ color:#808080; font-size:20px}

.incase .owl-theme .owl-controls .owl-buttons .owl-prev{background:url(../images/left.png) no-repeat 50% 50%; width:40px; height:40px; position:absolute; left:-50px; top:47%}
.incase .owl-theme .owl-controls .owl-buttons .owl-next{ background:url(../images/right.png) no-repeat 50% 50%; width:40px; height:40px; position:absolute; right:-50px; top:47%}



.incase .pic{ display:inline-block;width:294px; height:210px; position:relative; overflow:hidden;}
.incase .pic img{ width:100%; height:100%;}
.incase .pic .pic_title{ width:284px; background:rgba(19,56,128,0.80); line-height:44px; height:44px; overflow:hidden; font-size:16px; color:#fff; text-align:center; position:absolute; bottom:0; margin:5px; opacity:1;transition: all 0.5s ease;-webkit-transform: all 0.5s ease;transition-delay: 0.3s;}
.incase .pic .pic_wen{ position:absolute; bottom:-205px; background:rgba(19,56,128,0.80); height:200px; margin:5px; padding:0px 25px;transition: all 0.5s ease;-webkit-transform: all 0.5s ease; width:284px}
.incase .pic:hover .pic_wen{ bottom:0px;transition: all 0.5s ease;-webkit-transform: all 0.5s ease;}
.incase .pic:hover .pic_title{ opacity:0;transition: all 0.5s ease;-webkit-transform: all 0.5s ease;}
.incase .pic .pic_wen .pic_wen_title{ text-align:center; padding-top:28px; padding-bottom:17px; border-bottom:1px solid #dcdcdc}
.incase .pic .pic_wen .pic_wen_title a{ font-size:16px; color:#fff;}
.incase .pic .pic_wen .pic_wen_bottom{ padding-top:28px}
.incase .pic .pic_wen .pic_wen_bottom a{ color:#fff; font-size:13px; line-height:20px; padding-bottom:10px; display:inline-block; text-align:left}
.incase .pic .pic_wen .pic_wen_bottom a:hover{ color:#62D2F4}
.incase .item_nei{ margin-bottom:8px}





.supplier{ padding: 50px 0px 0px; position:relative;}
.supplier .supplier_title{ text-align: center; margin-bottom: 55px;}
.supplier .supplier_title dd{ font-size: 38px; font-weight:bold; color: #222222;}
.supplier .supplier_title dt{ color: #666666; font-size: 16px; margin-top: 15px;}
.supplier .supplier_txt{ margin-top: 75px;}
.supplier .supplier_txt .supplier_txt_list{ width: 29%; margin-right: 6%; text-align: center;}
.supplier .supplier_txt .supplier_txt_list:last-child{ margin-right: 0px;}
.supplier .supplier_txt .supplier_txt_list .txt_list_title{ position: relative;}
.supplier .supplier_txt .supplier_txt_list .txt_list_title:before{ content: ""; position: absolute; width: 33px; height: 2px; background: #e71e24; bottom: 0; left: 0; right: 0; margin: 0 auto;}
.supplier .supplier_txt .supplier_txt_list .txt_list_title dt{ font-size: 18px; color: #555555; margin-top: 20px; padding-bottom: 20px; margin-bottom: 20px;}
.supplier .supplier_txt .supplier_txt_list p{ font-size: 14px; color: #777777; line-height: 25px; text-align: justify;}


.solution{ padding-top: 30px; padding-bottom:0;}
.solution .solution_content{ position: relative; margin-top: 15px;}
.solution .solution_content .solution_content_title{ position: absolute; width: 100%; left: 0; top: 0; z-index: 5; line-height: 70px; background: rgba(0,0,0,.65);}
.solution .solution_content .solution_content_title .slick-prev:before,.solution .solution_content .solution_content_title .slick-next:before{ color: #fff; font-size: 38px; line-height: 70px;}
.solution .solution_content .solution_content_title .slick-prev,.solution .solution_content .solution_content_title .slick-next{ width: auto; height: auto; top: 0; line-height: 70px;}

.solution .solution_content .solution_content_title .content_title_txt{ width: 1220px; margin: 0 auto; padding: 0px 55px;}
.solution .solution_content .solution_content_title .content_title_txt dd{ text-align: center; outline:none;}
.solution .solution_content .solution_content_title .content_title_txt dd.slick-current a:before{ width: 83px;}
.solution .solution_content .solution_content_title .content_title_txt a{ color: #fff; font-size: 18px; text-align: center; line-height: 70px;}
.solution .solution_content .solution_content_title .content_title_txt a:before{ content: ""; position: absolute; display: inline-block; width: 0px; height: 2px; bottom: 0; left: 0; right: 0; margin: 0 auto; background: #fff; transition: all 0.3s ease;}
.solution .solution_content .solution_content_title .content_title_txt a:hover:before{ width: 82px; transition: all 0.3s ease;}
.solution .solution_content .solution_content_txt .content_txt_list .txt_list_li{ position: relative;}
.solution .solution_content .solution_content_txt .content_txt_list .txt_list_li .txt_list_img img{ width: 100%; height:700px; object-fit:cover;}
.solution .solution_content .solution_content_txt .content_txt_list .txt_list_li .txt_list_content{ position: absolute; bottom: 160px; width: 1220px; margin: 0 auto; left: 0; right: 0;}
.solution .solution_content .solution_content_txt .content_txt_list .txt_list_li .txt_list_content dd{ font-size: 28px; color: #fff; margin-bottom: 20px; width:60%;}
.solution .solution_content .solution_content_txt .content_txt_list .txt_list_li .txt_list_content dt{ width:60%;}
.solution .solution_content .solution_content_txt .content_txt_list .txt_list_li .txt_list_content dt p{ font-size: 16px; color: #fff; line-height: 23px;}
.solution .solution_content .solution_content_txt .content_txt_list .txt_list_li .txt_list_content a{ margin-top: 22px; display: inline-block; width: 150px; line-height: 38px; text-align: center; color: #fff; font-size: 16px; background: #e71e24;}



.solution .solution_content .solution_content_txt .slick-prev:before,.solution .solution_content .solution_content_txt .slick-next:before{ color: #ffffff45; font-size: 68px; line-height: 70px;}

.solution .solution_content .solution_content_txt .slick-prev,.solution .solution_content .solution_content_txt .slick-next{ width: auto; height: auto; line-height: 70px;}

.solution .solution_content .solution_content_txt .swiper-pagination-bullet{ opacity: .5; background: #fff; position: relative; margin-right: 12px;}
.solution .solution_content .solution_content_txt .swiper-pagination-bullet-active{ opacity: 1;}
.solution .solution_content .solution_content_txt .slick-dots{ bottom:28px;}
.solution .solution_content .solution_content_txt .slick-dots li{ width:auto; height:auto;}
.solution .solution_content .solution_content_txt .slick-dots li button{ width: 14px; height: 14px; background: rgba(255,255,255,0); border-radius: 100%; text-align:center; position:relative;}
.solution .solution_content .solution_content_txt .slick-dots li.slick-active button{ background: rgba(255,255,255,.5);}
.solution .solution_content .solution_content_txt .slick-dots li.slick-active button:before{ opacity:1;}
.solution .solution_content .solution_content_txt .slick-dots li button:before{ width:0px; font-size:28px; height:1px; text-align:center; transform:translateX(-50%) translateY(-50%); line-height:11px; color:#fff; opacity:.5; content:""; width:8px; height:8px; border-radius:100%; background:#fff; left:50%; top:50%;}
.solution .solution_content .solution_content_txt .slick-prev{ left:10%;}
.solution .solution_content .solution_content_txt .slick-next{ right:10%;}




.pro-detail{}
.pro-detail-mainpic{ width:600px; display:inline-block; height:450px; background:#F5F5F5;}

.pro-detail-mainpic .ban{ width:600px; height:450px; position:relative; overflow:hidden;}
.pro-detail-mainpic .ban2{ width:600px; height:450px; position:relative; overflow:hidden;}
.pro-detail-mainpic .ban2 ul{ position:absolute; left:0; top:0;}
.pro-detail-mainpic .pro-detail-mainpic .ban2 ul li{ width:500px; height:500px;}
.prev{ float:left; cursor:pointer;}
.pro-detail-mainpic .num{ height:82px;overflow:hidden; width:430px; position:relative;float:left;}
.pro-detail-mainpic .min_pic{ padding-top:10px; width:500px;}
.pro-detail-mainpic .num ul{ position:absolute; left:0; top:0;}
.pro-detail-mainpic .num ul li{ width:80px; height:80px; margin-right:5px; padding:1px;}
.pro-detail-mainpic .num ul li.on{ border:1px solid red; padding:0;}
.pro-detail-mainpic .prev_btn1{ width:16px; text-align:center; height:18px; margin-top:30px; margin-right:20px; cursor:pointer; float:left;}
.pro-detail-mainpic .next_btn1{  width:16px; text-align:center; height:18px; margin-top:30px;cursor:pointer;float:right;}
.pro-detail-mainpic .prev1{ position:absolute; top:220px; left:20px; width:28px; height:51px;z-index:9;cursor:pointer;}
.pro-detail-mainpic .next1{ position:absolute; top:220px; right:20px; width:28px; height:51px;z-index:9;cursor:pointer;}
.pro-detail-mainpic .mhc{ background:#000; width:100%;opacity:0.5;-moz-opacity:0.5;filter:alpha(Opacity=50); position:absolute; left:0; top:0; display:none;}
.pro-detail-mainpic .pop_up{ width:500px; height:500px;background:#fff; position:fixed; -position:absolute; left:50%; top:50%; margin-left:-255px; margin-top:-255px; display:none; z-index:99;}
.pro-detail-mainpic .pop_up_xx{ width:40px; height:40px; position:absolute; top:-40px; right:0; cursor:pointer;}
.pro-detail-mainpic .pop_up2{ width:500px; height:500px; position:relative; overflow:hidden;}
.pro-detail-mainpic .pop_up2{ width:500px; height:500px; position:relative; overflow:hidden; float:left;}
.pro-detail-mainpic .pop_up2 ul{ position:absolute; left:0; top:0;}
.pro-detail-mainpic .pop_up2 ul li{ width:500px; height:500px; float:left;}







.pro-detail-cs{ width:calc(100% - 930px); display:inline-block; margin-left:60px; vertical-align:top;}
.pro-detail-cs .pro-tit{ font-size:24px; padding:5px 0; margin-bottom:10px;}
.pro-detail-cs .pro-class{ background:#3D8ABA; padding:3px 10px; font-size:13px;color:#fff;}
.pro-detail-cs .pro-class a{ color:#fff; font-size:13px; margin-right:15px;}
.pro-detail-cs .pro-cs{ margin-top:10px;}
.pro-detail-cs .pro-cs dl{ border-bottom:#EBEBEB solid 1px; color:#666; font-size:14px; padding:8px 0;}
.pro-detail-cs .pro-cs dt{ width:90px; display:inline-block; font-weight:bold; vertical-align:top;line-height:150%;}
.pro-detail-cs .pro-cs dd{ display:inline-block;width: calc(100% - 98px); line-height:150%;}
.pro-detail-cs .pro-cs dd .xx{ margin-right:2px; background:#E0E0E0; border-radius:15px; padding:2px 5px; font-size:12px;}
.pro-detail-cs .pro-cs dl.tel dd{ font-size:22px; color:#F00;}

.pro-detail-cs .pro-down{ margin-top:15px;}
.pro-detail-cs .pro-down dl{ font-size:22px; color:#3D8ABA; font-weight:bold; margin-bottom:10px;}
.pro-detail-cs .pro-down dd{ line-height:180%; font-size:14px; color:#333;}
.pro-detail-cs .pro-down dd a:hover{ font-weight:bold; font-size:15px;}

.pro-detail-xg{ width:240px;display:inline-block; margin-left:20px; vertical-align:top;}
.pro-detail-xg .xg-list{}
.pro-detail-xg .xg-list dd{ background:#EBEBEB; text-align:center; margin-bottom:15px;}
.pro-detail-xg .xg-list dd img{ width:100%;}
.pro-detail-xg .xg-list dd h3{ font-size:14px; color:#333; font-weight:normal; padding:8px 0;}


.pro-content{ margin-top:15px;}
.pro-content-tit{ background:#3D8ABA; color:#fff; font-size:18px;text-align:left; text-indent:10px; padding:8px 0;}
.pro-content-s{ padding:20px 0; line-height:200%; text-align:left;}
.pro-content-s img{ max-width:100%;}

.pro-xg{}
.pro-xg-tit{ text-align:center; font-size:26px; font-weight:bold; margin-bottom:25px;}
.pro-xg-list{ }

.pro-xg-list .fpro-list-li{ width: 49%; margin-right: 2%; background: #f9f9f9; border: 1px solid #d7d7d7; margin-top: 2%; display: inline-block; position: relative;}
.pro-xg-list .fpro-list-li .list-li-img img{ width:100%;}
.pro-xg-list .fpro-list-li:nth-child(2n){ margin-right: 0px;}
.pro-xg-list .fpro-list-li .list-li-content{ position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); width: 100%; height:100%;}
.pro-xg-list .fpro-list-li .list-li-content .li-content-img{ width: 37%;height:100%;}
.pro-xg-list .fpro-list-li .list-li-content .li-content-img img{ height:100%;}
.pro-xg-list .fpro-list-li .list-li-content .li-content-txt{ width: 63%; padding: 8% 9%;}
.pro-xg-list .fpro-list-li .list-li-content .li-content-txt .content-txt-title dd{ font-size: 28px; color: #fff;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.pro-xg-list .fpro-list-li .list-li-content  .li-content-txt .content-txt-title dt{ font-size: 20px; color: #fff; margin-top: 5px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.pro-xg-list .fpro-list-li .list-li-content  .li-content-txt .content-txt-bottom{ color: rgba(255,255,255,.8); 
line-height: 20px;
height:60px;
font-size:14px;
margin-top: 30px;
display: -webkit-box; 
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}


.videoshow{ background:#1C262D; padding:30px 0;}
.videoshow .video-right{width:300px; display:inline-block; vertical-align:top; margin-left:20px; padding-top:50px;}
.videoshow .video-right-tit{ text-align:left; color:#fff; font-size:18px; background:#29333A; padding:10px 0; padding-left:15px;}
.videoshow .video-right-li{ border-bottom:#CCC dashed 1px; padding:10px 0;}
.videoshow .video-right-li-img{ width:160px; display:inline-block; vertical-align:top;}
.videoshow .video-right-li-img img{ width:100%; height:110px;object-fit: cover;vertical-align: middle;}
.videoshow .video-right-li-sm{ width:120px; display:inline-block; color:#fff; margin-left:10px; vertical-align:top;}
.videoshow .video-right-li-sm-ite1{ font-size:16px; font-weight:bold; height:45px; overflow:hidden;}
.videoshow .video-right-li-sm-ite2{ font-size:14px; margin-top:10px; color:#999;}
.videoshow .video-left{ width:calc(100% - 330px);display:inline-block;}
.videoshow .video-left h2{ font-size:22px; color:#fff; font-weight:normal; padding:10px 0 15px;}
.videoshow .video-left video{ max-height:600px;}

.fvideo{}
.fvideo-nav{ border-bottom:#CCC solid 1px; line-height:50px;}
.fvideo-nav a{ display:block;display:inline-block; font-size:18px; padding:0 20px; text-align:center; color:#333;}
.fvideo-nav a:hover{ border-bottom:#F00 solid 3px; font-weight:bold;}
.fvideo-nav a.on{ border-bottom:#F00 solid 3px; font-weight:bold;}

.fvideo-list{ padding:20px 0;}
.fvideo-list li{ width:31%; margin:0 1% 20px;display:inline-block; vertical-align:top; }
.fvideo-list li .video-img{ width:100%; box-shadow:#999 0 5px 5px; margin-bottom:10px;position:relative; overflow:hidden;}
.fvideo-list li .video-img:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/bo.png) no-repeat center rgba(0, 0, 0, 0.4);
    transition: all .3s ease;
    opacity: 0;
    transform: scale(1.2);
}
.fvideo-list li:hover .video-img:before {
    opacity: 1;
    transform: none;
}
.fvideo-list li .video-img img{ width:100%; height:260px;object-fit:cover; vertical-align:middle;}
.fvideo-list li p{ text-align:left; line-height:200%;}
.fvideo-list li p.t1{ font-size:18px;}
.fvideo-list li p.t2{ font-size:13px;color:#888;}


.IndexColumn{ padding: 40px 0px 20px;}
.IndexColumn .IndexColumn_list{ text-align: center; width: 25%; padding: 50px 0px; transition: all 0.3s ease;}
.IndexColumn .IndexColumn_list:hover{ background: #f7f7f7; cursor: pointer; transition: all 0.3s ease;}
.IndexColumn .IndexColumn_list:hover .IndexColumn_list_content dd{ color: #0262b3; transition: all 0.3s ease;}}
.IndexColumn .IndexColumn_list:hover{ background: #f7f7f7; cursor: pointer; transition: all 0.3s ease;}
.IndexColumn .IndexColumn_list:hover .IndexColumn_list_img img{ left: -46px;}
.IndexColumn .IndexColumn_list .IndexColumn_list_img{ width: 46px; margin: 0 auto; overflow: hidden;}
.IndexColumn .IndexColumn_list .IndexColumn_list_img img{ position: relative; left: 0; transition: all 0.3s ease;}
.IndexColumn .IndexColumn_list .IndexColumn_list_content dd{ font-size: 28px; color: #333333; margin-top: 10px; transition: all 0.3s ease;}
.IndexColumn .IndexColumn_list .IndexColumn_list_content dt{ color: #777777; line-height: 20px; margin-top: 10px; margin-bottom: 15px;}
.IndexColumn .IndexColumn_list .IndexColumn_list_more{ color: #bfbfbf; font-size: 14px; text-transform: uppercase;}





.Partner{padding-bottom: 70px;}
.Partner .Partner_content{ text-align:center;}
.Partner .Partner_content a.hezuo_more{ font-size:18px; color: #1c69d9;margin-top: 33px;}
.Partner .Partner_content a.hezuo_more img{ margin-left:10px;}
.Partner .Partner_content .hezuo_content_list{}
.Partner .Partner_content .hezuo_content_list dd img{ width: 100%;}
.Partner .Partner_content .hezuo_content_list dd{margin: 0px 0.8%; width:18%;margin-bottom: 20px; border:#E1E1E1 solid 1px; background: #fff; overflow: hidden; display:inline-block;}
.Partner .slick-dots li button:before{ display:none;}
.Partner .slick-dots li.slick-active button{ background:#e71e24;}
.Partner .slick-dots li{ width:47px; height:4px; transform: skewX(45deg);}
.Partner .slick-dots li button{ width:100%; background:#efa2a5; padding:0px; height:100%;}
.Partner .slick-dots{ bottom: -63px;}


.hezuo{ background: #f9f9f9; padding-bottom: 70px; padding-top:50px;}
.hezuo .hezuo_title{ display:flex; align-items:center; justify-content:space-between; margin-bottom:50px;}
.hezuo .hezuo_title .hezuo_title_left .title_left_dd{ font-size:16px; color:#1a7ec8; font-weight:bolder; text-transform:uppercase; margin-bottom:8px;}
.hezuo .hezuo_title .hezuo_title_left .title_left_dt{ font-size:36px; color:#333333;}
.hezuo .hezuo_title .hezuo_title_left .title_left_p {margin-top: 15px;color: #666666;font-size: 16px;}
.hezuo .hezuo_title .hezuo_title_right{ display: flex; align-items:center;}
.hezuo .hezuo_title .hezuo_title_right a{ display:flex; align-items:center; justify-content: center; width:126px; height:44px; border-radius:100px; border:1px solid #dadada; font-size:16px; color:#666666; margin-right:16px;}
.hezuo .hezuo_title .hezuo_title_right a:last-child{ margin-right:0px;}
.hezuo .hezuo_title .hezuo_title_right a.on{ border:1px solid #c41246; background:#c41246; color:#fff;}
.hezuo .hezuo_title .hezuo_title_right a:hover{ border:1px solid #c41246; background:#c41246; color:#fff;}
.hezuo .hezuo_content{}
.hezuo .hezuo_content .hezuo_content_list{}
.hezuo .hezuo_content .hezuo_content_list dd img{ width: 100%;}
.hezuo .hezuo_content .hezuo_content_list dd{margin: 0px 0.8%; width:18%;margin-bottom: 20px; border:#E1E1E1 solid 1px; background: #fff; overflow: hidden; display:inline-block;}

.hezuo .slick-dots li button:before{ display:none;}
.hezuo .slick-dots li.slick-active button{ background:#e71e24;}
.hezuo .slick-dots li{ width:47px; height:4px; transform: skewX(45deg);}
.hezuo .slick-dots li button{ width:100%; background:#efa2a5; padding:0px; height:100%;}
.hezuo .slick-dots{ bottom: -63px;}




.IndexNews{ background: #f7f7f7; padding-bottom:60px; padding-top:60px;}
.IndexNews .supplier_title{ text-align: center;}
.IndexNews .supplier_title dd{ font-size: 38px; font-weight:bold; color: #222222;}
.IndexNews .supplier_title dt{ color: #666666; font-size: 16px; margin-top: 15px;}

.IndexNews .IndexNews_content{ margin-top: 35px; margin-bottom:30px;}
.IndexNews .IndexNews_content .IndexNews_content_list{ display: inline-block; width: 24%; margin-right: 1.33%;}
.IndexNews .IndexNews_content .IndexNews_content_list:nth-child(4){ margin-right: 0px;}
.IndexNews .IndexNews_content .IndexNews_content_list:hover{ box-shadow: 0px 0px 25px rgba(0,0,0,.2);}
.IndexNews .IndexNews_content .IndexNews_content_list:hover .content_list_txt dd{ color: #0262b3;}
.IndexNews .IndexNews_content .IndexNews_content_list .content_list_img img{ width: 100%; height: 200px; object-fit: cover;}
.IndexNews .IndexNews_content .IndexNews_content_list .content_list_txt{ padding: 30px 25px; background: #fff;}
.IndexNews .IndexNews_content .IndexNews_content_list .content_list_txt dd{ font-size: 20px; color: #222222; margin-bottom: 12px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.IndexNews .IndexNews_content .IndexNews_content_list .content_list_txt p{ font-size: 14px; color: #777777; line-height: 22px; margin-bottom: 30px;
display: -webkit-box; height: 44px;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.IndexNews .IndexNews_content .IndexNews_content_list .content_list_txt dt{ color: #bfbfbf; font-size: 14px; text-align:left; text-transform: uppercase;}
.IndexNews .IndexNews_content .IndexNews_content_list .content_list_txt dt img{ margin-right: 8px; position: relative; top: -2px;}


/*youshi*/
.youshibg{background:url(../images/youshibg.jpg) no-repeat center center;background-size:cover;padding:76px 0 100px;}
.youshi{}
.youshi .ys_left{width:calc(100% - 840px);float:left;padding:80px 80px 0 0;}
.youshi .ys_left .en{}
.youshi .ys_left .en span{display:inline-block;height:72px;line-height:72px;font-size:72px;font-family:Arial;font-weight:bold;color:#FFF;text-transform:uppercase;position:relative;}
.youshi .ys_left .en span:first-child{padding-right:40px;}
.youshi .ys_left .en span:nth-child(2){margin-top:9px;display:block;}
.youshi .ys_left .en span:first-child:before{content:'';width:29px;height:4px;background:#09ba54;position:absolute;right:0;bottom:28px;border-top-right-radius:2px;border-bottom-right-radius:2px;}
.youshi .ys_left .en span:first-child:after{content:'';width:20px;height:4px;background:#09ba54;position:absolute;right:9px;bottom:16px;border-top-left-radius:2px;border-bottom-left-radius:2px;}
.youshi .ys_left p{margin:0;color:#FFF;}
.youshi .ys_left p:nth-child(2){font-size:48px;height:58px;line-height:58px;margin-top:72px;font-weight:bold;}
.youshi .ys_left p:nth-child(3){font-size:18px;height:28px;line-height:28px;margin-top:4px;}
.youshi .ys_left .ysl_span{padding-top:15px;}
.youshi .ys_left .ysl_span span{display:block;width:32%;float:left;margin-left:2%; margin-bottom:10px;position:relative;padding-left:30px;margin-top:12px;font-size:18px;color:#FFF;}
.youshi .ys_left .ysl_span span:nth-child(3n+1){margin-left:0;}
.youshi .ys_left .ysl_span span:before{content:'';width:19px;height:19px;background:#09ba54;border:4px solid #FFF;border-radius:50%;position:absolute;left:0;top:50%;margin-top:-10px;}
.youshi .ys_right{width:840px;float:right;overflow:hidden;}
.youshi .ys_right .swiper-slide{margin-top:28px!important;}
.youshi .ys_right .ys_li{background:#FFF;border-radius:10px;padding:33px 25px 20px;}
.youshi .ys_right .ys_li:nth-child(odd){margin-left:0;}
.youshi .ys_right .ys_li i{display:block;height:82px;}
.youshi .ys_right .ys_li i.icon1{background:url(../images/ys_icon1.png) no-repeat center center;}
.youshi .ys_right .ys_li i.icon2{background:url(../images/ys_icon2.png) no-repeat center center;}
.youshi .ys_right .ys_li i.icon3{background:url(../images/ys_icon3.png) no-repeat center center;}
.youshi .ys_right .ys_li i.icon4{background:url(../images/ys_icon4.png) no-repeat center center;}
.youshi .ys_right .ys_li .ys_txt{padding-top:9px; height:140px;}
.youshi .ys_right .ys_li .ys_txt p{margin:0;line-height:24px;font-size:14px;color:#8a8d91;margin-top:9px;}
.youshi .ys_right .ys_li .ys_txt p:first-child{height:30px;line-height:30px;font-size:20px;font-weight:bold;color:#020303;text-align:center;}




/*yd*/
.ydbg{background:url(../images/bannerbg.jpg) no-repeat 50%/cover;padding:30px 0 30px;}
.yd{margin:0 auto;}
.yd .yd_left{width:calc(100% - 400px); display:inline-block;}
.yd .yd_left p{text-align:left;color:#FFF;}
.yd .yd_left p:first-child{font-size:40px;line-height:70px;font-weight:bold;}
.yd .yd_left p:last-child{font-size:16px;line-height:40px;}
.yd .yd_right{width:224px; display:inline-block; vertical-align:top; margin-right:15px;}
.yd .yd_ewm{ width:130px;  display:inline-block;vertical-align:top;}
.yd .yd_ewm img{ width:100%;}
.yd .yd_right p{padding-left:7px;color:#FFF;}
.yd .yd_right p:first-child{font-size:16px;line-height:24px;}
.yd .yd_right p:nth-child(2){font-size:32px;line-height:33px;font-weight:bold;letter-spacing:-2.3px;}
.yd .yd_right .yd_btn{width:224px;height:41px;line-height:41px;background:url(../images/p_icon.png) no-repeat 35px center #FFAE00;display:block;text-indent:70px;color:#FFF;font-size:18px;font-weight:bold;border-radius:21px;margin-top:7px;}



.footer{ background: #191928; padding: 48px 0px;color:#fff; text-align:center; }
.footer .footer_logo{}
.footer .footer_logo .kh{ letter-spacing:5px; line-height:35px; font-size:18px; margin-top:15px;}

.footer .footer_contact{ text-align:center; margin-bottom:15px; font-size:15px;}
.footer .footer_contact400{ font-size:30px; margin:10px 0; font-weight:bold;}
.footer .footer_pro{ width:80%; margin:0 auto; margin-top:25px;}
.footer .footer_pro dl dt{ text-align:center; font-size:20px; font-weight:bold;}
.footer .footer_pro dl dd{ display:inline-block;}
.footer .footer_pro dl dd a{ font-size:15px; color:#fff; margin:0 10px; line-height:200%;}
.footer .footer_ewm{ width:50%; margin:0 auto; margin-top:35px;}
.footer .footer_ewm ul li{ width:24%; text-align:center; display:inline-block;}
.footer .footer_ewm ul li img{ max-width:90%;}



.Copyright{ background: #111116; padding: 15px 0px; text-align: center; color: rgba(255,255,255,0.8); font-size: 14px;}
.Copyright a{ color: rgba(255,255,255,0.8); font-size: 14px; margin-left: 25px;}



.Customer{ position:fixed; right:30px; top:50%; z-index:80;}
.Customer .Customer_list dd{ width:54px; height:54px; border-radius:100%; line-height:54px; background:#4c4c4c; text-align:center; transition: all 0.3s ease 0s; position:relative; z-index:50;}
.Customer .Customer_list{ margin-bottom:16px; cursor:pointer; position:relative;}
.Customer .Customer_list:last-child{ margin-bottom:0px;}
.Customer .Customer_list:hover dd{ background:#f41426; transition: all 0.3s ease 0s;}
.Customer .Customer_list dt{ position:absolute; width:0px; background:#4c4c4c; color:#fff; font-size:16px; color:#fff; line-height:54px; padding-left:30px; border-radius:100px; left:16px; top:0px; transition: all 0.5s ease 0s; opacity:0;overflow: hidden;}
.Customer .Customer_list:hover dt{ background:#f41426; transition: all 0.5s ease 0s; width:200px; left:-146px; opacity:1; overflow: inherit;}
.Customer .Customer_list:nth-child(1) dt{ top:-70px; background:none; overflow:hidden;}
.Customer .Customer_list:nth-child(1):hover dt{ transition: all 0.5s ease 0s; width:200px;  left:-235px; opacity:1; overflow:inherit;}
    
	


.fpro-sx{ position:relative; height:100px; z-index:100;}

.fpro-sx .sx,.zj{padding-bottom:10px;border-bottom: #CCC dashed 1px;padding: 10px 0;list-style-type:none;}
.fpro-sx .sx a{color:#000; font-size:15px; padding:5px 8px;display:inline-block;margin-right:5px;border:1px solid #fff;text-align:center;padding-right:15px;}
.fpro-sx .sx a:hover{ font-weight:bold;}
.fpro-sx a.on{border:1px solid red;background:url(../images/xx.jpg) no-repeat right top;}
.fpro-sx .sx span,.zj span{display:block;font-size:16px; font-weight:bold;margin-right:10px;text-align:left;width:100%; background:#E8E8E8; padding:10px;}
.fpro-sx .zj a{color:#fff;display:inline-block; padding:5px 8px;margin-right:10px;border:1px solid #C00;text-align:center;background:url(../images/xx2.jpg) no-repeat right top #C00;padding-right:15px;}
.fpro-sx .qcqb{ padding:5px 8px;background:#FF0;color:#690;display:none;display:inline-block;text-align:center;border:1px solid #ccc;cursor:pointer;}
.fpro-sx .tjsx{ padding:5px 8px; width:100px; display:inline-block;background:#039;color:#fff;display:none;display:inline-block;text-align:center;border:1px solid #ccc;cursor:pointer;}


.fmainpro{ margin-bottom:50px;}
.fmainpro-list{
	margin-bottom:40px;
	border-bottom:#CCC dashed 1px;
	padding-bottom:30px;
	}
.fmainpro-list-l{
	width:290px;
	height:838px;
	display:inline-block;
	background-color: #F2F4F8;
	text-align:left;
	vertical-align:top;
	}
.fmainpro-list-l-wr{
	padding:20px;
	}
.fmainpro-list-l h2{
	font-size:22px;
	padding:10px 0;
	}
.fmainpro-list-l .jj{
	font-size:14px;
	line-height:180%;
	color:#666;
	}
.fmainpro-list-l .classimg{
	text-align:center;
	}
.fmainpro-list-l .classimg img{
	max-width:90%;
	margin:0 auto;
	transition:0.36s;
	}
.fmainpro-list-l .classimg img:hover{
	transform: translateY(5px);
}
.fmainpro-list-l .more{
	display:block;
	width:80%;
	margin:0 auto;
	padding:10px 15px 10px 55px;
	background: #e71e24;
	color:#fff;
	font-size:16px;
	border-radius: 100px 0px 0px 100px;
	}
.fmainpro-list-l .more:hover{
	letter-spacing:4px;
	}
.fmainpro-list-l .l-contact{ padding:30px 0 0 10px; color:#333;}
.fmainpro-list-l .l-contact p{
	display: flex;
    align-items: center;
    margin-bottom: 13px;
}
.fmainpro-list-l .l-contact p b{ font-size:22px; color:#900;}
.fmainpro-list-l .l-contact p img{margin-right: 8px;}
	

	
.fmainpro-list-r{
	width: calc(100% - 310px);
	margin-left:20px;
	display:inline-block;
	vertical-align:top;
	} 
.fmainpro-list-r .fpro-list-li{ width: 32%; margin-right: 1%; background: #f9f9f9; border: 1px solid #d7d7d7; margin-bottom: 1%; display: inline-block; position: relative;}
.fmainpro-list-r .fpro-list-li .list-li-img img{ width:100%;}
.fmainpro-list-r .fpro-list-li:nth-child(3n){ margin-right: 0px;}
.fmainpro-list-r .fpro-list-li .list-li-content{ position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); width: 100%; height:100%;}
.fmainpro-list-r .fpro-list-li .list-li-content .li-content-img{ width: 45%;height:100%;}
.fmainpro-list-r .fpro-list-li .list-li-content .li-content-img img{ height:100%;}
.fmainpro-list-r .fpro-list-li .list-li-content .li-content-txt{ width: 55%; padding: 8% 5% 8% 2%;}
.fmainpro-list-r .fpro-list-li .list-li-content .li-content-txt .content-txt-title dd{ font-size: 18px; color: #fff;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.fmainpro-list-r .fpro-list-li .list-li-content  .li-content-txt .content-txt-title dt{ font-size: 20px; color: #fff; margin-top: 5px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.fmainpro-list-r .fpro-list-li .list-li-content  .li-content-txt .content-txt-bottom{ color: rgba(255,255,255,.8); 
line-height: 20px;
height:60px;
font-size:14px;
margin-top: 10px;
display: -webkit-box; 
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}



.fpro-list{ margin-bottom:50px;}
.fpro-list .con ul {width:100%;max-width:1600px;height:auto;margin:0 auto;padding:0;position:relative;min-height:300px;}
.fpro-list .con ul li {width:23%;height:auto;margin:0 2.666666% 40px 0;padding:10px;background-color:#fff;box-shadow:0 10px 20px rgba(20,49,49,0.1);float:left;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
.fpro-list .con ul li:nth-child(4n+4) {margin:0 0 40px;}
.fpro-list .con ul li .idxPro_con {width:100%;height:290px;overflow:hidden;margin:0 auto;padding:9px;border:1px solid rgba(13,81,152,0.2);position:relative;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
.fpro-list .con ul li .idxPro_con .product_tip{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: right;
	z-index:30;
  }
.fpro-list .con ul li .idxPro_con .product_tip .txt1{
    font-size: 8px;
    color: #fff;
    transform: rotate(45deg);
    position: relative;
    top:-2px;
    right:-2px;
  }
.fpro-list .con ul li .idxPro_con .product_tip .product_tip_bg{
    width: 40px;
    height: 40px;
    background-color: #4ba501;
    clip-path: polygon(0 0, 100% 0, 100% 100%); /*三角*/
    position: absolute;
    top: 0;
    right:0;
  }
.fpro-list .con ul li .idxPro_con .idxPro_img {width:100%;height:230px;overflow:hidden;margin:0 auto;padding:0;}
.fpro-list .con ul li .idxPro_con .idxPro_img a {display:block;width:100%;height:100%;overflow:hidden;margin:0 auto;padding:0;position:relative;}
.fpro-list .con ul li .idxPro_con .idxPro_img a img {display:block;max-width:100%;max-height:100%;margin:auto;padding:0;position:absolute;left:0;top:0;right:0;bottom:0;transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;}
.fpro-list .con ul li:hover .idxPro_con .idxPro_img a img {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1);}
.fpro-list .con ul li .idxPro_con .idxPro_name {width:100%;height:auto;overflow:hidden;margin:0 auto;padding:0;transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
.fpro-list .con ul li .idxPro_con .idxPro_name a {display:block;width:100%;height:30px;overflow:hidden;line-height:30px;color:#333;font-size:16px;text-align:center;white-space:nowrap;text-overflow:ellipsis;margin:0 auto;padding:0;}
.fpro-list .con ul li .idxPro_con .idxPro_name a i {display:none;}
.fpro-list .con ul li .idxPro_con .idxPro_name em {display:block;width:30px;height:2px;overflow:hidden;background-color:#0d5198;margin:0 auto 8px;padding:0;}
.fpro-list .con ul li:hover .idxPro_con {padding:10px;border:1px solid rgba(13,81,152,0.9);}
.fpro-list .con ul li:hover .idxPro_con .idxPro_name {height:100%;padding:80px 10px 10px;position:absolute;left:0;top:0;background-color:rgba(13,81,152,0.9);}
.fpro-list .con ul li:hover .idxPro_con .idxPro_name a {height:auto;color:#fff;}
.fpro-list .con ul li:hover .idxPro_con .idxPro_name a i {display:block;width:60px;height:60px;overflow:hidden;margin:0 auto 40px;padding:0;background:url(../images/more1.png) center center no-repeat;background-size:60px 60px;}
.fpro-list .con ul li:hover .idxPro_con .idxPro_name em {background-color:#fff;}




.single_wrap{
	margin-top: 28px;
	}
.single_wrap p{
	margin-bottom: 10px;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.he_shubiao{ position: fixed; z-index: 2; pointer-events: none; transform: translate(-50%, -50%);width: 600px; height: 600px; border-radius: 50%; overflow:hidden;}
.he_shubiao span{ display:inline-block; opacity:1; position:absolute; width: 600px; height: 600px; transition: all 2s ease; -webkit-transform: all 2s ease; opacity:0;}
.he_shubiao .he_shubiao1{ background-image: radial-gradient(rgb(147, 197, 250) 10%, rgba(255, 249, 251, 0) 50%); opacity:1;}
.he_shubiao .he_shubiao2{ background-image: radial-gradient(rgb(255, 181, 221) 10%, rgba(255, 249, 251, 0) 50%);}
.he_shubiao.on .he_shubiao1{ opacity:0; transition: all 1s ease; -webkit-transform: all 2s ease;}
.he_shubiao.on .he_shubiao2{ opacity:1; transition: all 1s ease; -webkit-transform: all 2s ease;}


.nicescroll-rails{ z-index:100 !important;}


.layui-laypage{display: flex;font-size:14px; color:#333;  align-items: center; justify-content:center;}
.layui-laypage a {
    font-size: 16px;
    color: #333;
    line-height: 40px;
    padding: 0 16px;
    text-align: center;
    border: #dadada solid 1px;
    margin: 0 10px;
    background: #fff;
	border-radius:100px;
}
.layui-laypage-curr {
    background: #006cae;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    padding: 0 16px;
    text-align: center;
    /* border: #ffffff solid 1px; */
    margin: 0 10px;
	border-radius:100px;
}
.layui-laypage-curr em,.layui-laypage-disabled em{ font-style:inherit;}
.layui-laypage-limits select {
    background: #fff;
    height: 40px;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    padding: 0 16px;
    text-align: center;
    border: #dadada solid 1px;
    margin: 0 10px;
    background: #fff;
	border-radius:100px;
}
#goPageId {
    background: #fff;
    width: 50px;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    padding: 0 16px;
    text-align: center;
    border: #dadada solid 1px;
    margin: 0 10px;
	border-radius:100px;
}
.layui-laypage-btn {
    background: #fff;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    padding: 0 16px;
    text-align: center;
    border: #dadada solid 1px;
    margin: 0 10px;
	border-radius:100px; transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;
}
.layui-laypage-disabled {
    font-size: 16px;
    color: #333;
    line-height: 40px;
    padding: 0 16px;
    text-align: center;
    /* border: #fff solid 1px; */
    margin: 0 10px;
    background: #fff;
	border-radius:100px;
}


.layui-laypage-disabled:hover{ background:#1a7ec8; color:#fff; border:1px solid #1a7ec8;}
.layui-laypage a:hover{ background:#1a7ec8; color:#fff;  border:1px solid #1a7ec8;}
.layui-laypage-btn:hover{ background:#1a7ec8; color:#fff;  border:1px solid #1a7ec8; cursor:pointer; transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}






.m-header-nav{ display:none;}
.m-header-nav-height{ display:none;}





.topk{ position:relative; height:80px;}

.DetailsBanner{ position:relative;}
.DetailsBanner .DetailsBanner_img img{ width:100%; height:650px; object-fit:cover;}
.DetailsBanner .DetailsBanner_img1 img{ width:100%;object-fit:cover;}
.DetailsBanner .DetailsBanner_txt{ position:absolute; top:0; height:100%; max-width:1500px; margin:0 auto; left:0; display:flex; justify-content:center; flex-direction:column; right:0; margin:0 auto;}
.DetailsBanner .DetailsBanner_txt .DetailsBanner_txt_dd{ font-size:50px; color:#fff; font-weight:bolder; margin-bottom:25px;}
.DetailsBanner .DetailsBanner_txt .DetailsBanner_txt_dt{ font-size:24px; line-height:200%; color:#fff;}

.f_weizhi{ margin-top:10px; margin-bottom:10px; font-size:14px; color:#666;}
.f_weizhi a{color:#666;}
.f_weizhi img{ height:18px; float:left; margin-right:10px;}


.About{ background:#f8f8f8;padding-bottom:98px;}
.About .About_top{ display:flex; align-items:center; justify-content:space-between; margin-bottom:19px;}
.About .About_top .About_top_left{ width:100%;}
.About .About_top .About_top_left .top_left_dd{ font-size:16px; color:#1a7ec8; font-weight:bolder;}
.About .About_top .About_top_left .top_left_dt{ font-size:36px; color:#333333; font-weight:bolder; margin:8px 0px;}
.About .About_top .About_top_left .top_left_p{ font-size:30px; color:#333333;}
.About .About_top .About_top_left .top_left_txt{ margin-top:40px;}
.About .About_top .About_top_left .top_left_txt p{ margin-bottom:18px; font-size:16px; color:#666666; line-height:26px;}
.About .About_top .About_top_left .top_left_txt p:last-child{ margin-bottom:0px;}
.About .About_top .About_top_right{ width:calc(100% - 56%); text-align:right;}
.About .About_top .About_top_right img{ max-width:100%; cursor:pointer;}
.About .About_bottom{ margin-top:25px;}
.About .About_bottom .About_bottom_title{ font-size:16px; color:#666666; margin-bottom:22px;}
.About .About_bottom .About_bottom_content{ position:relative;}
.About .About_bottom .About_bottom_content .bottom_content_list{ border:1px solid #eaeaea; border-radius:5px;}
.About .About_bottom .About_bottom_content .bottom_content_list img{ width:100%; height:180px;border-radius:5px;}
.About .About_bottom .About_bottom_content .swiper-pagination{ display:none; align-items:center; justify-content:center; position:relative; margin-top:35px;}
.About .About_bottom .About_bottom_content .swiper-pagination span{ display:flex; align-items:center; justify-content:center; width:22px; height:22px; border-radius:100%; background:rgba(255,255,255,0); opacity:1; transition: all 0.3s ease 0s; -webkit-transform: all 0.3s ease 0s; border:1px solid rgba(255,255,255,0); margin:0px 4px;}
.About .About_bottom .About_bottom_content .swiper-pagination span:before{ content:""; display:inline-block; width:8px; height:8px; background:#dadada; border-radius:100%; transition: all 0.3s ease 0s; -webkit-transform: all 0.3s ease 0s;}
.About .About_bottom .About_bottom_content .swiper-pagination span.swiper-pagination-bullet-active{  transition: all 0.3s ease 0s; -webkit-transform: all 0.3s ease 0s;border:1px solid #1a7ec8;}
.About .About_bottom .About_bottom_content .swiper-pagination span.swiper-pagination-bullet-active:before{ background:#1a7ec8; transition: all 0.3s ease 0s; -webkit-transform: all 0.3s ease 0s;}
.About .About_bottom .About_bottom_content .about-prev {left: -50px;top: 40%;}
.About .About_bottom .About_bottom_content .about-next {right: -50px;top: 40%;}



.Company{ width:100%; background:url(../images/bg16.jpg) no-repeat 20%/cover; position:relative;}
.Company:before{ content:""; display:inline-block; background:url(../images/bn28.png) no-repeat 50%/cover; position:absolute; left:-40%; top:0; height:100%; width:100%; z-index:2;}
.Company .pc_all_content{ height:754px; display:flex; justify-content:center; flex-direction:column; position:relative; z-index:3;}
.Company .Company_content{ width:50%; position:relative;} 

.Company .Company_content .Company_content_title{ margin-bottom:65px;}
.Company .Company_content .Company_content_title .content_title_dd{ font-size:16px; color:#fff; text-transform:uppercase; font-weight:bolder; margin-bottom:8px;}
.Company .Company_content .Company_content_title .content_title_dt{ font-size:36px; color:#fff;}
.Company .Company_content .Company_content_txt{ width:100%; height:430px; overflow:auto; padding-right:15px;}
.Company .Company_content .Company_content_txt::-webkit-scrollbar-track {
		  background-color: rgba(255,255,255,.2);
	} /* 滚动条的滑轨背景颜色 */

.Company .Company_content .Company_content_txt::-webkit-scrollbar-thumb {
		  background:#fff; 
	} /* 滑块颜色 */

.Company .Company_content .Company_content_txt::-webkit-scrollbar-button {
		  background-color: rgba(255,255,255,.2);
	} /* 滑轨两头的监听按钮颜色 */

.Company .Company_content .Company_content_txt::-webkit-scrollbar-corner {
		  background-color: rgba(255,255,255,.2);
	} /* 横向滚动条和纵向滚动条相交处尖角的颜色 */
.Company .Company_content .Company_content_txt::-webkit-scrollbar {
    width: 3px;
    height: 0px;
} /* 这是针对缺省样式 (必须的)*/

.Company .Company_content .Company_content_txt .content_txt_list{ width:98%; margin-left:2%; margin-bottom:50px; float:left; height:60px;}
.Company .Company_content .Company_content_txt .content_txt_list:last-child{ margin-bottom:0px;}
.Company .Company_content .Company_content_txt .content_txt_list .txt_list_dd{ display:flex; align-items:center; font-size:22px; color:#fff; margin-bottom:15px;}
.Company .Company_content .Company_content_txt .content_txt_list .txt_list_dd img{ margin-right:14px;}
.Company .Company_content .Company_content_txt .content_txt_list .txt_list_dt{ font-size:16px; color:#fff; opacity:.7;}
.Company .Company_content .Company_content_txt .content_txt_list .txt_list_dt p.on{ font-size:14px;}
.Company .Company_content .Company_content_txt .content_txt_list .txt_list_dt p{ margin-bottom:5px;}
.Company .Company_content .Company_content_txt .content_txt_list .txt_list_dt p:last-child{ margin-bottom:0px;}
.Company .Company_content .Company_content_txt .content_txt_list .txt_list_dt .list_dt_li{ margin-bottom:10px;}
.Company .Company_content .Company_content_txt .content_txt_list .txt_list_dt .list_dt_li:last-child{ margin-bottom:0px;}




.Team{ padding:98px 0px; background:#fff;}
.Team .Team_title{ display:flex; align-items:center; justify-content:space-between; margin-bottom:50px;}
.Team .Team_title .Team_title_left .title_left_dd{ font-size:16px; color:#1a7ec8; font-weight:bolder; text-transform:uppercase; margin-bottom:8px;}
.Team .Team_title .Team_title_left .title_left_dt{ font-size:36px; color:#333333;}
.Team .Team_title .Team_title_right{ display: flex; align-items:center;}
.Team .Team_title .Team_title_right a{ display:flex; align-items:center; justify-content: center; width:126px; height:44px; border-radius:100px; border:1px solid #dadada; font-size:16px; color:#666666; margin-right:16px;}
.Team .Team_title .Team_title_right a:last-child{ margin-right:0px;}
.Team .Team_title .Team_title_right a.on{ border:1px solid #c41246; background:#c41246; color:#fff;}
.Team .Team_title .Team_title_right a:hover{ border:1px solid #c41246; background:#c41246; color:#fff;}
.Team .Team_content .Team_content_list{ background:#f8f8f8; border-radius:4px; margin-bottom:20px; padding:21px 34px; padding-bottom:0px; transition: all 0.3s ease 0s; -webkit-transform: all 0.3s ease 0s;}
.Team .Team_content .Team_content_list:last-child{ margin-bottom:0px;}
.Team .Team_content .Team_content_list .content_list_title{ display:flex; align-items:center; justify-content:space-between; cursor:pointer; padding-bottom:22px;}
.Team .Team_content .Team_content_list .content_list_title .list_title_left{ width:calc(100% - 42px);}
.Team .Team_content .Team_content_list .content_list_title .list_title_left .title_left_dd{ font-size:22px; color:#333333; transition: all 0.3s ease 0s; -webkit-transform: all 0.3s ease 0s;}
.Team .Team_content .Team_content_list .content_list_title .list_title_left .title_left_dt{ font-size:15px; color:#666666; margin-top:11px; transition: all 0.3s ease 0s; -webkit-transform: all 0.3s ease 0s;}
.Team .Team_content .Team_content_list .content_list_title .list_title_right{ width:42px; height:42px; border-radius:100%; border:1px solid #dadada; display:flex; align-items:center; justify-content:center; color:#b5b5b5; font-size:20px; transition: all 0.3s ease 0s; -webkit-transform: all 0.3s ease 0s;}
.Team .Team_content .Team_content_list .content_list_txt{ display:none; border-top:1px solid rgba(255,255,255,.2); padding:23px 0px; font-size:15px; line-height:30px; color:#fff; padding-bottom:45px;}
.Team .Team_content .Team_content_list.on{ background:#1a7ec8; transition: all 0.3s ease 0s; -webkit-transform: all 0.3s ease 0s;}
.Team .Team_content .Team_content_list.on .content_list_title .list_title_left .title_left_dd{ color:#fff; transition: all 0.3s ease 0s; -webkit-transform: all 0.3s ease 0s;}
.Team .Team_content .Team_content_list.on .content_list_title .list_title_left .title_left_dt{ color:#fff; transition: all 0.3s ease 0s; -webkit-transform: all 0.3s ease 0s;}
.Team .Team_content .Team_content_list.on .content_list_title .list_title_right{ color:#1a7ec8; border:1px solid #1a7ec8; background:#fff; transition: all 0.3s ease 0s; -webkit-transform: all 0.3s ease 0s;
-webkit-transform: rotateX(180deg);
       -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
         -o-transform: rotateX(180deg);
            transform: rotateX(180deg);
}




.Development{ background:url(../images/bg17.jpg) no-repeat 50%/cover; padding:100px 0px;}
.Development .Development_title{ text-align:center; margin-bottom:50px;}
.Development .Development_title .Development_title_dd{ font-size:16px; color:#fff; font-weight:bolder; margin-bottom:8px; text-transform:uppercase;}
.Development .Development_title .Development_title_dt{ font-size:36px; color:#fff;}
.Development .Development_content{ padding:0px 60px;}
.Development .Development_content .Development_content_list{transition: 300ms; transform: scale(0.8); height:325px; border-radius:10px; background:rgba(26,126,200,.5); padding:60px;}
.Development .Development_content .Development_content_list.swiper-slide-active{ transform: scale(1);  background:rgba(26,126,200,.9);padding:30px 25px;}
.Development .Development_content .Development_content_list .content_list_dd{ font-size:18px; color:#fff; margin-bottom:10px;}
.Development .Development_content .Development_content_list .content_list_dd span{ font-size:40px;}
.Development .Development_content .Development_content_list .content_list_dt{ font-size:16px; line-height:150%; color:#fff;width:100%; height:190px; overflow:hidden;}
.Development .Development_content .Development_content_list .content_list_dt::-webkit-scrollbar-track {
		  background-color: rgba(192,192,192,.9);
	} /* 滚动条的滑轨背景颜色 */

.Development .Development_content .Development_content_list .content_list_dt::-webkit-scrollbar-thumb {
		  background:#666; 
	} /* 滑块颜色 */

.Development .Development_content .Development_content_list .content_list_dt::-webkit-scrollbar-button {
		  background-color: rgba(192,192,192,.9);
	} /* 滑轨两头的监听按钮颜色 */

.Development .Development_content .Development_content_list .content_list_dt::-webkit-scrollbar-corner {
		  background-color: rgba(192,192,192,.9);
	} /* 横向滚动条和纵向滚动条相交处尖角的颜色 */
.Development .Development_content .Development_content_list .content_list_dt::-webkit-scrollbar {
    width: 3px;
    height: 0px;
} /* 这是针对缺省样式 (必须的)*/

.Development .Development_content .Development_content_list .content_list_dt_con{ width:96%; }
.Development .Development_content .Development_content_list.on{ opacity:0;}
.Development .Development_time{ margin-top:80px; position:relative; padding:0px 185px;}
.Development .Development_time:before{ content:""; display:inline-block; width:calc(100% - 110px); position:absolute; left:0; height:1px; background:rgba(255,255,255,.2); top:24%; right:0; margin:0 auto;}
.Development .Development_time .Development_time_list{ font-size:18px; color:#fff; position:relative; text-align:center;}
.Development .Development_time .Development_time_list .time_list_icon{ width:29px; height:29px; border-radius:100%; background:rgba(255,255,255,0); position:relative; display:flex; align-items:center; justify-content:center; margin:0 auto; margin-bottom:11px;transition: all 0.3s ease 0s; -webkit-transform: all 0.3s ease 0s;}
.Development .Development_time .Development_time_list .time_list_sz{ width:100%; text-align:center;}
.Development .Development_time .Development_time_list .time_list_icon:before{ content:""; display:inline-block; width:11px; height:11px; border-radius:100%; background:rgba(255,255,255,.6); transform:translateX(-50%),translateY(-50%); left:50%; top:50%;}
.Development .Development_time .Development_time_list.swiper-slide-thumb-active .time_list_icon{ background:rgba(255,255,255,.3);transition: all 0.3s ease 0s; -webkit-transform: all 0.3s ease 0s;}
.Development .Development_time .swiper-button-next,.Development .Development_time .swiper-button-prev{ width:45px; height:45px; border-radius:100%; border:1px solid rgba(255,255,255,.5); top:22%;}
.Development .Development_time .swiper-button-next:after,.Development .Development_time .swiper-button-prev:after{ font-size:15px; color:#fff; opacity:.5;}

.Honor_content{ position:relative;}
.Honor_content .honor-prev{ left:-50px; top:40%;}
.Honor_content .honor-next{ right:-50px; top:40%;}
.Honor_content1{ position:relative;}
.Honor_content1 .honor-prev1{ left:-50px; top:45%;}
.Honor_content1 .honor-next1{ right:-50px; top:45%;}


.footer_bg{ background: #fff url(../images/bn32.png) no-repeat no-repeat 50% 100%;}
.footer_bg.on{ background: #f8f8f8 url(../images/bn32.png) no-repeat no-repeat 50% 100%;}



.Honor{ background:none;}
.Honor .Team_title .Team_title_left .title_left_p{ margin-top:15px; color:#666666; font-size:16px;}
.Honor .Team_title .Team_title_right .title_right_prev,.Honor .Team_title .Team_title_right .title_right_next{ width:45px; height:45px; border-radius:100%; border:1px solid #dadada; top:22%; color:#9e9e9e; font-size:18px; display:flex; align-items:center; justify-content:center; cursor:pointer;}
.Honor .Team_title .Team_title_right .title_right_prev{ margin-right:14px;}
.Honor .Team_title .Team_title_right .title_right_prev:hover,.Honor .Team_title .Team_title_right .title_right_next:hover{ background:#c41246; color:#fff; border:1px
 solid #c41246;}
.Honor .Honor_content .swiper-wrapper{}
.Honor .Honor_content .bottom_content_list{ border:1px solid #eaeaea; border-radius:5px;}
.Honor .Honor_content .bottom_content_list img{ width:100%;border-radius:5px;}
.Honor .Honor_content .swiper-pagination{ display:none; align-items:center; justify-content:center; position:relative; margin-top:35px;}
.Honor .Honor_content .swiper-pagination span{ display:flex; align-items:center; justify-content:center; width:22px; height:22px; border-radius:100%; background:rgba(255,255,255,0); opacity:1; transition: all 0.3s ease 0s; -webkit-transform: all 0.3s ease 0s; border:1px solid rgba(255,255,255,0); margin:0px 4px;}
.Honor .Honor_content .swiper-pagination span:before{ content:""; display:inline-block; width:8px; height:8px; background:#dadada; border-radius:100%; transition: all 0.3s ease 0s; -webkit-transform: all 0.3s ease 0s;}
.Honor .Honor_content .swiper-pagination span.swiper-pagination-bullet-active{  transition: all 0.3s ease 0s; -webkit-transform: all 0.3s ease 0s;border:1px solid #1a7ec8;}
.Honor .Honor_content .swiper-pagination span.swiper-pagination-bullet-active:before{ background:#1a7ec8; transition: all 0.3s ease 0s; -webkit-transform: all 0.3s ease 0s;}

.Honor .Honor_content1{ margin-top:30px;}
.Honor .Honor_content1 .swiper-wrapper{}
.Honor .Honor_content1 .bottom_content_list{ border:1px solid #eaeaea; border-radius:5px;}
.Honor .Honor_content1 .bottom_content_list img{ width:100%;border-radius:5px;}
.Honor .Honor_content1 .swiper-pagination1{ display:none; align-items:center; justify-content:center; position:relative; margin-top:35px;}
.Honor .Honor_content1 .swiper-pagination1 span{ display:flex; align-items:center; justify-content:center; width:22px; height:22px; border-radius:100%; background:rgba(255,255,255,0); opacity:1; transition: all 0.3s ease 0s; -webkit-transform: all 0.3s ease 0s; border:1px solid rgba(255,255,255,0); margin:0px 4px;}
.Honor .Honor_content1 .swiper-pagination1 span:before{ content:""; display:inline-block; width:8px; height:8px; background:#dadada; border-radius:100%; transition: all 0.3s ease 0s; -webkit-transform: all 0.3s ease 0s;}
.Honor .Honor_content1 .swiper-pagination1 span.swiper-pagination-bullet-active{  transition: all 0.3s ease 0s; -webkit-transform: all 0.3s ease 0s;border:1px solid #1a7ec8;}
.Honor .Honor_content1 .swiper-pagination1 span.swiper-pagination-bullet-active:before{ background:#1a7ec8; transition: all 0.3s ease 0s; -webkit-transform: all 0.3s ease 0s;}



/*图片放大main CSS*/
#pictureViewer{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 10000;
}
#pictureViewer > .content{
    background-color: #fff;
    position: absolute;
    width: 790px;
    height: 790px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#pictureViewer .menu-bar{
    width: 100%;
}
#pictureViewer .menu-bar .handel{
    width: 40px;
    height: 40px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}
#pictureViewer .menu-bar .handel:hover{
    background-color: #ff2e67;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#pictureViewer .menu-bar .handel.maximization{
    background-image: url(../images/icons/maximization_black.png);
    background-size: 14px;
}
#pictureViewer .menu-bar .handel.maximization:hover{
    background-image: url(../images/icons/maximization_white.png);
}
#pictureViewer .menu-bar .handel.miniaturization{
    background-size: 16px;
    background-image: url(../images/icons/miniaturization_black.png);
}
#pictureViewer .menu-bar .handel.miniaturization:hover{
    background-image: url(../images/icons/miniaturization_white.png);
}
#pictureViewer .menu-bar .handel.close-view{
    background-image: url(../images/icons/close_black.png);
    background-size: 15px;
}
#pictureViewer .menu-bar .handel.close-view:hover{
    background-image: url(../images/icons/close_white.png);
}
#pictureViewer .handel-prev,
#pictureViewer .handel-next{
    display: inline-block;
    width: 50px;
    height: 70px;
    position: relative;
    top: calc(50% - 80px);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 50%;
    cursor: pointer;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#pictureViewer .handel-prev{
    background-image: url(../images/icons/prev_blank.png);
}
#pictureViewer .handel-next{
    background-image: url(../images/icons/next_blank.png);
}
#pictureViewer .handel-prev:hover,
#pictureViewer .handel-next:hover{
    background-color: #ff2e67;
}
#pictureViewer .handel-prev:hover{
    background-image: url(../images/icons/prev_white.png);
}
#pictureViewer .handel-next:hover{
    background-image: url(../images/icons/next_white.png);
}
#pictureViewer .picture-content{
    display: inline-block;
    width: 80%;
    height: calc(100% - 80px);
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#pictureViewer .picture-content .cover{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#pictureViewer .counter{
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    color: #808080;
    font-size: 13px;
}
#pictureViewer .hide{
    display: none;
}
#pictureViewer .left{
    float: left;
}
#pictureViewer .right{
    float: right;
}
#pictureViewer .clear-flex{
    clear: both;
}
#pictureViewer img{
    max-width: 100%;
    max-height: 100%;
}


.banner_content_list_video{ display:none;}
.banner_content_list_video.on{ display:block;}
.banner_content_list_video .banner_list_video_bg{ position:fixed; background:rgba(0,0,0,.8); left:0; top:0;  width:100%; height:100%; z-index:120;}
.banner_content_list_video .banner_list_video_content{ max-width:90%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%); z-index:121;
}
.banner_content_list_video .banner_list_video_content .banner_video_content_close{ cursor:pointer; position:fixed; right:0; top:-35px;}
.banner_content_list_video .banner_list_video_content .banner_video_content_close span{ color:#fff; font-size:25px;}
.banner_content_list_video .banner_list_video_content video{ width:100%;}


.content_list_video{ display:none;}
.content_list_video.on{ display:block;}
.content_list_video .list_video_bg{ position:fixed; background:rgba(0,0,0,.8); left:0; top:0;  width:100%; height:100%; z-index:120;}
.content_list_video .list_video_content{ max-width:90%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%); z-index:121;
}
.content_list_video .list_video_content .video_content_close{ cursor:pointer; position:fixed; right:0; top:-35px;}
.content_list_video .list_video_content .video_content_close span{ color:#fff; font-size:25px;}
.content_list_video .list_video_content video{ width:100%;}
.click_video{ cursor:pointer; }






.Employing{ padding:101px 0px; background:#fff;}
.Employing .pc_all_content{ position:relative;}
.Employing .Employing_img{ border-radius:10px; overflow:hidden;}
.Employing .Employing_txt{ position:absolute; top:95px; left:65px;}
.Employing .Employing_txt .Employing_txt_top .txt_top_dd{ font-size:16px; color:#1a7ec8; text-transform:uppercase; font-weight:bolder;}
.Employing .Employing_txt .Employing_txt_top .txt_top_dt{ font-size:36px; color:#333333; margin-top:5px; margin-bottom:16px;}
.Employing .Employing_txt .Employing_txt_top .txt_top_p{ font-size:24px; color:#333333;}
.Employing .Employing_txt .Employing_txt_bottom{ line-height:30px; color:#666666; font-size:16px; max-width:485px; margin-top:40px;}




.Environment{ padding:86px 0px; padding-bottom:0px; background:#f5f5f5;}
.Environment .Environment_title{ text-align:center; margin-bottom:50px;}
.Environment .Environment_title .Environment_title_dd{ font-size:16px; color:#1a7ec8; text-transform:uppercase; font-weight:bolder;}
.Environment .Environment_title .Environment_title_dt{ font-size:36px; color:#333333; margin-top:5px;}
.Environment .Environment_content{ display:flex; justify-content:space-between;}
.Environment .Environment_content .Environment_content_left{ width:calc(50% - 6px); position:relative;}
.Environment .Environment_content .Environment_content_left .swiper-button-next:after,.Environment .Environment_content .Environment_content_left .swiper-button-prev:after{ color:#fff; font-size:30px;}
.Environment .Environment_content .Environment_content_left .content_left_list img{ width:100%;}
.Environment .Environment_content .Environment_content_right{ width:calc(50% - 6px);}
.Environment .Environment_content .Environment_content_right .content_right_list:last-child{ margin-top:12px;}



.BEnvironment{ background:#fff; padding-top:82px; padding-bottom:100px;}
.BEnvironment .BEnvironment_list{ display:flex; align-items:center; background:#f8f8f8;}
.BEnvironment .BEnvironment_list:nth-child(2n){ justify-content: center; flex-flow: row-reverse;}
.BEnvironment .BEnvironment_list .BEnvironment_list_img{ width:50%;}
.BEnvironment .BEnvironment_list .BEnvironment_list_img img{ max-width:100%;}
.BEnvironment .BEnvironment_list .BEnvironment_list_txt{ width:50%; padding:0px 65px;}
.BEnvironment .BEnvironment_list .BEnvironment_list_txt .list_txt_top{ margin-bottom:20px;}
.BEnvironment .BEnvironment_list .BEnvironment_list_txt .list_txt_top .txt_top_dd{ font-size:16px; color:#1a7ec8; text-transform:uppercase; font-weight:bolder;}
.BEnvironment .BEnvironment_list .BEnvironment_list_txt .list_txt_top .txt_top_dt{ font-size:36px; color:#333333; margin-top:5px;}
.BEnvironment .BEnvironment_list .BEnvironment_list_txt .list_txt_bottom{ line-height:26px; color:#666666; font-size:16px; margin-bottom: -9px;}
.BEnvironment .BEnvironment_list .BEnvironment_list_txt .list_txt_bottom span{ display: inline-block; padding: 4px 12px; color: #fff; background: #c41146; border-radius: 100px; font-size: 14px; margin-right: 5px; margin-bottom: 9px;}




.Staff{ padding-bottom:135px; background:#f8f8f8;}
.Staff .Staff_content .Staff_content_list img{ width:100%; border-radius:15px;}
.Staff .Staff_content .Staff_content_Switch{ position:relative; display:flex; align-items:center; justify-content:space-between; margin-top:70px;}
.Staff .Staff_content .Staff_content_Switch .content_Switch_left{ position:relative; width:calc(100% - 120px); height:2px; background:#eaeaea; display:flex; align-items:center;}
.Staff .Staff_content .Staff_content_Switch .content_Switch_left .swiper-pagination{ bottom:0; display:flex; align-items:center; width:100%;}
.Staff .Staff_content .Staff_content_Switch .content_Switch_left .swiper-pagination span{ height:2px; background:#eaeaea; border-radius:0px; opacity:1; width:100%; display:flex;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.Staff .Staff_content .Staff_content_Switch .content_Switch_left .swiper-pagination span.swiper-pagination-bullet-active{ background:#c41246;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}

.Staff .Staff_content .Staff_content_Switch .content_Switch_right{ display:flex; align-items:center;}
.Staff .Staff_content .Staff_content_Switch .swiper-button-next,.Staff .Staff_content .Staff_content_Switch .swiper-button-prev{ position:relative; margin-top:0px; top:0; width:44px; height:44px; border-radius:100%; border:1px solid #c41246; background:#c41246; left:0; right:0; opacity:1;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.Staff .Staff_content .Staff_content_Switch .swiper-button-next{ margin-left:14px;}
.Staff .Staff_content .Staff_content_Switch .swiper-button-next:after,.Staff .Staff_content .Staff_content_Switch .swiper-button-prev:after{ font-size:18px; color:#fff}
.Staff .Staff_content .Staff_content_Switch .swiper-button-next.swiper-button-disabled,.Staff .Staff_content .Staff_content_Switch .swiper-button-prev.swiper-button-disabled{ border:1px solid #dadada; background:none;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.Staff .Staff_content .Staff_content_Switch .swiper-button-next.swiper-button-disabled:after,.Staff .Staff_content .Staff_content_Switch .swiper-button-prev.swiper-button-disabled:after{ color:#9e9e9e;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}


.pageNav{ width:100%; border-top:#E6E6E6 solid 1px; text-align:center;}
.pageNav img{ cursor:pointer;}
.pageNav .page_val{ display:none;}


.Join{ background:none; padding-bottom:130px;}
.Join .Join_btn{ color:#408fbf; font-size:14px; margin-top:104px; display:inline-block;}
.Join .Join_btn img{ margin-left:8px;}




.DJoin{ padding:0 0px 100px; position:relative; z-index:4; padding-bottom:150px;}
.DJoin .DJoin_top{ display:flex; align-items:center; justify-content:space-between; margin-bottom:50px;}
.DJoin .DJoin_top .DJoin_top_left .top_left_dd{ font-size:16px; color:#1a7ec8; font-weight:bolder; text-transform:uppercase;}
.DJoin .DJoin_top .DJoin_top_left .top_left_dt{ font-size:36px; color:#333333;}
.DJoin .DJoin_top .DJoin_top_left .top_left_p{ font-size:16px; color:#666666; margin-top:15px;}
.DJoin .DJoin_top .DJoin_top_right{ display:flex; align-items:center;}
.DJoin .DJoin_top .DJoin_top_right a{ display:inline-block; padding:0px 30px; border-radius:100px; border:1px solid #dadada; color:#666666; font-size:16px; line-height:44px; margin-right:16px;}
.DJoin .DJoin_top .DJoin_top_right a:last-child{ margin-right:0px;}
.DJoin .DJoin_top .DJoin_top_right a.on{ background:#e71e24; color:#fff; border:1px solid #e71e24;}
.DJoin .DJoin_top .DJoin_top_right a:hover{ background:#e71e24; color:#fff; border:1px solid #e71e24;}
.DJoin .DJoin_bottom{ display:flex; justify-content:space-between; flex-wrap:wrap; margin-bottom:60px;}
.DJoin .DJoin_bottom .DJoin_bottom_list{ width:49.2%; border:#D8D8D8 solid 1px;background:#fff; border-radius:5px; margin-bottom:1.5%; position:relative;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.DJoin .DJoin_bottom .DJoin_bottom_list .bottom_list_title{ display:flex; align-items:center; justify-content:space-between; padding:45px 32px; cursor: pointer;}
.DJoin .DJoin_bottom .DJoin_bottom_list .bottom_list_title .list_title_left{ width:calc(100% - 100px);}
.DJoin .DJoin_bottom .DJoin_bottom_list .bottom_list_title .list_title_left .title_left_dd{ font-size:26px; color:#333333; margin-bottom:22px;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.DJoin .DJoin_bottom .DJoin_bottom_list .bottom_list_title .list_title_left .title_left_dt{ font-size:16px; color:#666666;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.DJoin .DJoin_bottom .DJoin_bottom_list .bottom_list_title .list_title_left .title_left_dt span{ margin:0px 23px;}
.DJoin .DJoin_bottom .DJoin_bottom_list .bottom_list_title .list_title_right{ width:65px; height:65px; border-radius:100%; display:flex; margin-right:10px; align-items:center; justify-content:center; border:1px solid #dadada; color:#dadada; font-size:18px;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.DJoin .DJoin_bottom .DJoin_bottom_list .bottom_list_down{ position:absolute; top:100%; left:0; width:100%; background:#fff; padding:45px 32px; padding-top:0px; z-index:5; display:none;}
.DJoin .DJoin_bottom .DJoin_bottom_list:hover{ border:0px;background:#1a7ec8;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.DJoin .DJoin_bottom .DJoin_bottom_list:hover .bottom_list_title .list_title_left .title_left_dd{ color:#fff;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.DJoin .DJoin_bottom .DJoin_bottom_list:hover .bottom_list_title .list_title_left .title_left_dt{ color:#fff;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.DJoin .DJoin_bottom .DJoin_bottom_list:hover .bottom_list_title .list_title_right{ border:1px solid #fff; color:#fff;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}

.DJoin .DJoin_bottom .DJoin_bottom_list .bottom_list_down .list_down_list{ margin-bottom:45px;}
.DJoin .DJoin_bottom .DJoin_bottom_list .bottom_list_down .list_down_list:last-child{ margin-bottom:0px;}
.DJoin .DJoin_bottom .DJoin_bottom_list .bottom_list_down .list_down_list .down_list_title{ font-size:20px; color:#333333; margin-bottom:15px;}
.DJoin .DJoin_bottom .DJoin_bottom_list .bottom_list_down .list_down_list .down_list_txt{ font-size:16px; color:#666666; line-height:34px;}
.DJoin .DJoin_bottom .DJoin_bottom_list .bottom_list_down .list_down_bottom{ display:flex; align-items:center; justify-content:space-between; margin-top:50px; padding-top:50px; border-top:1px solid #eaeaea;}
.DJoin .DJoin_bottom .DJoin_bottom_list .bottom_list_down .list_down_bottom .down_bottom_left{ font-size:16px; color:#666666;}
.DJoin .DJoin_bottom .DJoin_bottom_list .bottom_list_down .list_down_bottom .down_bottom_right{ display:flex; align-items:center; justify-content:center; width:150px; height:53px; background:#1a7ec8; border-radius:100px; font-size:16px; color:#fff;}
.DJoin .DJoin_bottom .DJoin_bottom_list .bottom_list_down .list_down_bottom .down_bottom_right img{ margin-left:10px;}





.DJoin .DJoin_bottom .Weixiu_bottom_list{ width:32%; background:#fff; border:#D8D8D8 solid 1px; border-radius:5px; margin-bottom:1.5%; position:relative; float:left;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.DJoin .DJoin_bottom .Weixiu_bottom_list .bottom_list_title{ display:flex; align-items:center; justify-content:space-between; padding:25px 32px;}
.DJoin .DJoin_bottom .Weixiu_bottom_list .bottom_list_title .list_title_left{ width:calc(100% - 50px);}
.DJoin .DJoin_bottom .Weixiu_bottom_list .bottom_list_title .list_title_left .title_left_dd{font-size:26px; color:#333333; margin-bottom:0px;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}

.DJoin .DJoin_bottom .Weixiu_bottom_list .bottom_list_title .list_title_right{ width:42px; height:42px; border-radius:100%; display:flex; align-items:center; justify-content:center; border:1px solid #dadada; color:#dadada; font-size:18px;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.DJoin .DJoin_bottom .Weixiu_bottom_list .bottom_list_down{ position:absolute; top:100%; left:0; width:100%; background:#fff; padding:45px 32px; padding-top:0px; z-index:5; display:none;}
.DJoin .DJoin_bottom .Weixiu_bottom_list:hover{ border:0px; background:#1a7ec8;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.DJoin .DJoin_bottom .Weixiu_bottom_list:hover .bottom_list_title .list_title_left .title_left_dd{ color:#fff;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.DJoin .DJoin_bottom .Weixiu_bottom_list:hover .bottom_list_title .list_title_left .title_left_dt{ color:#fff;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.DJoin .DJoin_bottom .Weixiu_bottom_list:hover .bottom_list_title .list_title_right{ border:1px solid #fff; color:#fff;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}

.DJoin .DJoin_bottom .Weixiu_bottom_list .bottom_list_down .list_down_list{ margin-bottom:45px;}
.DJoin .DJoin_bottom .Weixiu_bottom_list .bottom_list_down .list_down_list:last-child{ margin-bottom:0px;}
.DJoin .DJoin_bottom .Weixiu_bottom_list .bottom_list_down .list_down_list .down_list_title{ font-size:20px; color:#333333; margin-bottom:15px;}
.DJoin .DJoin_bottom .Weixiu_bottom_list .bottom_list_down .list_down_list .down_list_txt{ font-size:16px; color:#666666; line-height:34px;}
.DJoin .DJoin_bottom .Weixiu_bottom_list .bottom_list_down .list_down_bottom{ display:flex; align-items:center; justify-content:space-between; margin-top:50px; padding-top:50px; border-top:1px solid #eaeaea;}
.DJoin .DJoin_bottom .Weixiu_bottom_list .bottom_list_down .list_down_bottom .down_bottom_left{ font-size:16px; color:#666666;}
.DJoin .DJoin_bottom .Weixiu_bottom_list .bottom_list_down .list_down_bottom .down_bottom_right{ display:flex; align-items:center; justify-content:center; width:150px; height:53px; background:#1a7ec8; border-radius:100px; font-size:16px; color:#fff;}
.DJoin .DJoin_bottom .Weixiu_bottom_list .bottom_list_down .list_down_bottom .down_bottom_right img{ margin-left:10px;}

.pdf-read{}
.pdf-read #simplemodal-container {height:400px; width:600px; background-color:#fff; border:3px solid #ccc;}
.pdf-read #simplemodal-container a.modalCloseImg {background:url(../images/basic/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
.pdf-read #simplemodal-container #basicModalContent {padding:8px;}


.News .News_top .News_top_wr{ display:flex; align-items:center; width:100%; border-radius:100px;}
.News .News_top .News_top_wr input[type="search"]{ height:52px; display:flex; align-items:center; font-size:16px; color:#666666; background:none; width:calc(100% - 157px); border:1px solid #dadada; border-radius:100px 0px 0px 100px; border-right:0px; padding:0px 24px;}
.News .News_top .News_top_wr input[type="submit"]{ width:157px; height:52px; display:flex; align-items:center; font-size:16px; color:#fff; background:#1a7ec8 url(../images/bn34.png) no-repeat 50px 50%; border-radius:0px 100px 100px 0px; padding-left:75px;}




.News .News_top{ display:flex; align-items:center; justify-content: space-between; margin-bottom:60px;}
.News .News_top .News_top_time{ width:30%; height:52px; display:flex; align-items:center; font-size:16px; color:#666666; border:1px solid #dadada; border-radius:100px; background:none; padding:0px 24px; appearance:none;-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;background: url(../images/bn35.png) no-repeat 95% 50%;}
.News .News_top .News_top_right{ display:flex; align-items:center; width:68%; border-radius:100px;}
.News .News_top .News_top_right input[type="search"]{ height:52px; display:flex; align-items:center; font-size:16px; color:#666666; background:none; width:calc(100% - 157px); border:1px solid #dadada; border-radius:100px 0px 0px 100px; border-right:0px; padding:0px 24px;}
.News .News_top .News_top_right input[type="button"]{ width:157px; height:52px; display:flex; align-items:center; font-size:16px; color:#fff; background:#1a7ec8 url(../images/bn34.png) no-repeat 50px 50%; border-radius:0px 100px 100px 0px; padding-left:75px;}
.News .News_content{ margin-bottom:50px;}
.News .News_content .News_content_list{ display: flex; justify-content:space-between; align-items:center; background:#f5f5f5; border-radius:6px; overflow:hidden; margin-bottom:20px;}
.News .News_content .News_content_list .content_list_img{ width:383px;}
.News .News_content .News_content_list .content_list_img img{ width:100%; height:268px; object-fit:cover;}
.News .News_content .News_content_list .content_list_txt{ width:calc(100% - 383px); padding:0px 50px;}
.News .News_content .News_content_list .content_list_txt .list_txt_dd{ font-size:14px; color:#666666;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.News .News_content .News_content_list .content_list_txt .list_txt_dt{ font-size:24px; color:#333333; margin-top:10px; margin-bottom:22px;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.News .News_content .News_content_list .content_list_txt .list_txt_p{ font-size:16px; color:#666666;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.News .News_content .News_content_list .content_list_txt .list_txt_more{ font-size:14px; color:#408fbf; margin-top:55px; display:flex; align-items:center;}
.News .News_content .News_content_list .content_list_txt .list_txt_more span{ margin-left:11px; display:inline-block; position:relative; width:20px; height:12px;}
.News .News_content .News_content_list .content_list_txt .list_txt_more span img{ position:absolute; left:0; top:0;}
.News .News_content .News_content_list .content_list_txt .list_txt_more span img:last-child{ opacity:0;}
.News .News_content .News_content_list:hover .content_list_txt .list_txt_more span img{ opacity:0;}
.News .News_content .News_content_list:hover .content_list_txt .list_txt_more span img:last-child{ opacity:1;}
.News .News_content .News_content_list:hover{ background:#1a7ec8;}
.News .News_content .News_content_list:hover .content_list_txt .list_txt_dd{ color:#fff;}
.News .News_content .News_content_list:hover .content_list_txt .list_txt_dt{ color:#fff;}
.News .News_content .News_content_list:hover .content_list_txt .list_txt_p{ color:#fff;}
.News .News_content .News_content_list:hover .content_list_txt .list_txt_more{ color:#fff;}



.DPage{ display:flex; align-items:center; margin-bottom:44px;}
.DPage a{ font-size:16px; color:#999999;}
.DPage a img{ margin-right:7px; position: relative; top:-2px;}
.DPage i{ margin:0px 12px; font-size:16px; color:#999999;}
.DPage a.on{ color:#1a7ec8;}




.DNews{ padding-top:37px; padding-bottom:160px;}
.DNews .DNews_content{ display:flex; justify-content:space-between; align-items:flex-start;}
.DNews .DNews_content .NewsDetails_left{ width:calc(100% - 370px); background:#fff; padding:60px 40px; border-radius:6px;}
.DNews .DNews_content .NewsDetails_left .NewsDetails_left_title{ padding-bottom:25px; border-bottom:1px solid #e5e5e5; margin-bottom:22px;}
.DNews .DNews_content .NewsDetails_left .NewsDetails_left_title .left_title_dd{ font-size:30px; color:#333333;}
.DNews .DNews_content .NewsDetails_left .NewsDetails_left_title .left_title_dt{ font-size:14px; color:#999999; margin-top:15px;}
.DNews .DNews_content .NewsDetails_left .NewsDetails_left_title .left_title_dt span{ margin-right:30px;}
.DNews .DNews_content .NewsDetails_left .NewsDetails_left_title .left_title_dt span i{ font-style:normal;}
.DNews .DNews_content .NewsDetails_left .NewsDetails_left_content{ margin-bottom:46px;}
.DNews .DNews_content .NewsDetails_left .NewsDetails_left_content img{ max-width:96%;}
.DNews .DNews_content .NewsDetails_left .NewsDetails_left_content video{ width:100%;}
.DNews .DNews_content .NewsDetails_left .NewsDetails_left_content p{ font-size:16px; color:#666666; line-height:30px;}
.DNews .DNews_content .NewsDetails_left .NewsDetails_left_share{ display:flex; justify-content: flex-end; align-items:center;}
.DNews .DNews_content .NewsDetails_left .NewsDetails_left_share a{ margin-left:12px; display:inline-block; width:22px; height:22px; position:relative;}
.DNews .DNews_content .NewsDetails_left .NewsDetails_left_share a:nth-child(1){ background: url(../images/bn105.png) no-repeat 50% 50%;}
.DNews .DNews_content .NewsDetails_left .NewsDetails_left_share a:nth-child(1){ background: url(../images/bn106.png) no-repeat 50% 50%;}
.DNews .DNews_content .NewsDetails_left .NewsDetails_left_share a:nth-child(2){ background: url(../images/bn107.png) no-repeat 50% 50%;}
.DNews .DNews_content .NewsDetails_left .NewsDetails_left_share a:nth-child(3){ background: url(../images/bn108.png) no-repeat 50% 50%;}



.DNews .DNews_content .NewsDetails_left .news_page{ padding-top: 35px; display: flex; align-items: center; border-top:1px solid #e5e5e5; margin-top:35px; justify-content:space-between;}
.DNews .DNews_content .NewsDetails_left .news_page .news_page_left{ max-width:calc(100% - 150px);}
.DNews .DNews_content .NewsDetails_left .news_page .news_page_left .page_left_list{ font-size:16px; color:#666666;overflow: hidden; text-overflow:ellipsis; white-space: nowrap; display:inline-block; width:100%;}
.DNews .DNews_content .NewsDetails_left .news_page .news_page_left .page_left_list:last-child{ margin-top:7px;}
.DNews .DNews_content .NewsDetails_left .news_page .news_page_left .page_left_list a{ font-size:16px; color:#666666;}
.DNews .DNews_content .NewsDetails_left .news_page .news_page_left .page_left_list:hover a{ color:#006cae;}
.DNews .DNews_content .NewsDetails_left .news_page .news_page_right{ display:flex; align-items:center; width:130px; height:41px; border:1px solid #e6e6e6; font-size:14px; color:#333333; justify-content:center; border-radius:100px;}
.DNews .DNews_content .NewsDetails_left .news_page .news_page_right i{ color:#006cae; margin-left:8px;}
.DNews .DNews_content .NewsDetails_left .news_page .news_page_right:hover{ background:#006cae; border:1px solid #006cae; color:#fff;}
.DNews .DNews_content .NewsDetails_left .news_page .news_page_right:hover i{ color:#fff;}

.DNews .DNews_content .NewsDetails_right{ width:350px; background:#fff; border-radius:6px; padding:0px 25px;}
.DNews .DNews_content .NewsDetails_right .NewsDetails_right_title{ font-size:24px; color:#333333; display:flex; align-items:center; margin-bottom:20px; margin-top:50px;}
.DNews .DNews_content .NewsDetails_right .NewsDetails_right_title img{ margin-right:8px;}
.DNews .DNews_content .NewsDetails_right .NewsDetails_right_content .right_content_list{ display:inline-block; width:100%; padding:25px 0px; border-bottom:1px solid #ddd;}
.DNews .DNews_content .NewsDetails_right .NewsDetails_right_content .right_content_list .content_list_time{ font-size:14px; color:#006cae; margin-bottom:8px;}
.DNews .DNews_content .NewsDetails_right .NewsDetails_right_content .right_content_list .content_list_title{ font-size:16px; color:#333333; line-height:26px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.DNews .DNews_content .NewsDetails_right .NewsDetails_right_content .right_content_list:last-child{ border-bottom:0px;}
.DNews .DNews_content .NewsDetails_right .NewsDetails_right_content .right_content_list:hover .content_list_title{ color:#006cae;}





.Service .Service_content{ border-top:2px solid #1a7ec8; margin-bottom:60px;}
.Service .Service_content .Service_content_list{ display:flex; align-items:center; justify-content:space-between; padding:28px 0px; border-bottom:1px solid #eaeaea;}
.Service .Service_content .Service_content_list .content_list_left{ width:calc(100% - 100px);}
.Service .Service_content .Service_content_list .content_list_left .list_left_dd{ font-size:20px; color:#333333; margin-bottom:7px;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.Service .Service_content .Service_content_list .content_list_left .list_left_dt{ font-size:14px; color:#666666;}
.Service .Service_content .Service_content_list .content_list_right{ width:46px; height:46px; border-radius:100%; display:flex; align-items:center; justify-content:center; border:1px solid #eaeaea;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.Service .Service_content .Service_content_list .content_list_right span{ width:17px; height:17px; position:relative;}
.Service .Service_content .Service_content_list .content_list_right span img{ position:absolute; left:0;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.Service .Service_content .Service_content_list .content_list_right span img:last-child{ opacity:0;}
.Service .Service_content .Service_content_list:hover .content_list_left .list_left_dd{ color:#1a7ec8;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.Service .Service_content .Service_content_list:hover .content_list_right{ background:#1a7ec8; border:1px solid #1a7ec8;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.Service .Service_content .Service_content_list:hover .content_list_right span img{ opacity:0;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.Service .Service_content .Service_content_list:hover .content_list_right span img:last-child{ opacity:1;}




.Service2 .Service2_content{ margin-bottom:60px;}
.Service2 .Service2_content .Service2_content_list{ display:flex; align-items:center; justify-content:space-between; background:#f8f8f8; margin-bottom:21px; padding:45px 50px; border-radius:6px;}
.Service2 .Service2_content .Service2_content_list .content_list_left{ width:calc(100% - 100px);}
.Service2 .Service2_content .Service2_content_list .content_list_left .list_left_dd{ font-size:20px; color:#333333;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.Service2 .Service2_content .Service2_content_list .content_list_left .list_left_dt{ font-size:16px; color:#666666; margin-top:18px; margin-bottom:30px;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.Service2 .Service2_content .Service2_content_list .content_list_left .list_left_time{ font-size:14px; color:#666666;}
.Service2 .Service2_content .Service2_content_list .content_list_right{ width:45px; height:45px; border:1px solid #dadada; border-radius:100%; display:flex; align-items:center; justify-content:center;}
.Service2 .Service2_content .Service2_content_list .content_list_right span{ display:flex; width:22px; height:18px; position:relative;}
.Service2 .Service2_content .Service2_content_list .content_list_right span img{ position:absolute; left:0;}
.Service2 .Service2_content .Service2_content_list .content_list_right span img:last-child{ opacity:0;}
.Service2 .Service2_content .Service2_content_list:hover{ background:#1a7ec8;}
.Service2 .Service2_content .Service2_content_list:hover .content_list_left .list_left_dd{ color:#fff;}
.Service2 .Service2_content .Service2_content_list:hover .content_list_left .list_left_dt{ color:#fff;}
.Service2 .Service2_content .Service2_content_list:hover .content_list_left .list_left_time{ color:#fff;}
.Service2 .Service2_content .Service2_content_list:hover .content_list_right{ border:1px solid #fff; background:#fff;}
.Service2 .Service2_content .Service2_content_list:hover .content_list_right span img{ opacity:0;}
.Service2 .Service2_content .Service2_content_list:hover .content_list_right span img:last-child{ opacity:1;}




.Service3 .Service_content { padding:55px 187px; margin-bottom:0px; padding-bottom:0px;}
.Service3 .Service_content .Service3_title{ font-size:20px; color:#333333; margin-bottom:20px;}
.Service3 .Service_content .Service3_title span{ position:relative;}
.Service3 .Service_content .Service3_title span:before{ content:"*"; position:absolute; right:-15px; top:-5px; color:#de1515; font-size:20px;}
.Service3 .Service_content .Service3_top{ display:flex; align-items:center; justify-content:space-between;}
.Service3 .Service_content .Service3_top .Service3_top_left{ width:70%;}
.Service3 .Service_content .Service3_top .Service3_top_left input{ height:50px; background:#f8f8f8; width:100%; padding:0px 18px; border:1px solid #dddddd;  border-radius:6px; font-size:16px; color:#333;}
.Service3 .Service_content .Service3_top .Service3_top_right{ display:flex; align-items:center; width:23%;}
.Service3 .Service_content .Service3_top .Service3_top_right input{ width:48%; height:50px; display:flex; align-items:center; justify-content:center; border-radius:5px; font-size:16px; border:1px solid #1a7ec8; color:#1a7ec8; background:#fff;}
.Service3 .Service_content .Service3_top .Service3_top_right input[type="submit"]{ background:#1a7ec8; color:#fff; margin-right:11px;}
.Service3 .Service_content .Service3_bottom{ margin-top:35px;}
.Service3 .Service_content .Service3_bottom .null{ min-height:534px; background:#f8f8f8; display:flex; align-items:center; justify-content:center; font-size:36px; color:#e5e5e5; border-radius:6px;} 





.Service_content{ padding-top:50px; margin-bottom:0px;}
.Service_content .Service4_title{ font-size:30px; color:#333333; text-align:center; margin-bottom:30px;}
.Service_content .Service4_form{ max-width:685px; margin:0 auto;}
.Service_content .Service4_form input{ width:100%; padding:0px 20px; line-height:50px; background:#f9f9f9; border:1px solid #dddddd; border-radius:6px; margin-bottom:22px; font-size:16px; color:#333;}
.Service_content .Service4_form textarea{ width:100%; height:172px; padding:20px; line-height:24px; background:#f9f9f9; border:1px solid #dddddd; border-radius:6px;margin-bottom:18px; font-size:16px; color:#333; resize:none;}
.Service_content .Service4_form input[type="submit"]{ color:#fff; background:#1a7ec8; border-radius:100px;  border:0px;}
.Service_content .Service4_form .Service4_form_rido{ display:flex; align-items:center;width:100%; display:flex; align-items:center; height:50px; padding:0px 20px; margin-bottom:20px;}
.Service_content .Service4_form .Service4_form_rido .form_rido_left{display:inline-block; width:85px; font-size:16px; color:#003333;}
.Service_content .Service4_form .Service4_form_rido .form_rido_right{ display:flex; align-items:center; width:calc( 100% - 85px);}
.Service_content .Service4_form .Service4_form_rido .form_rido_right .rido_right_li{ margin-right:35px; display:flex; align-items:center;}
.Service_content .Service4_form .Service4_form_rido .form_rido_right .rido_right_li input{ display:none;}
.Service_content .Service4_form .Service4_form_rido .form_rido_right .rido_right_li .right_li_btn{ display:flex; align-items:center; font-size:16px; color:#666666; cursor:pointer;}
.Service_content .Service4_form .Service4_form_rido .form_rido_right .rido_right_li .right_li_btn span{ display:inline-block; width:18px; height:18px; border-radius:100%; border:1px solid #e3e3e3; background:#f9f9f9; margin-right:11px; display:flex; align-items:center; justify-content:center;}
.Service_content .Service4_form .Service4_form_rido .form_rido_right .rido_right_li .right_li_btn span:before{ content:""; display:inline-block; width:10px; height:10px; border-radius:100%; border-radius:100%; background:#1a7ec8; opacity:0;}
.Service_content .Service4_form .Service4_form_rido .form_rido_right .rido_right_li input[type=radio]:checked ~ .right_li_btn{ color:#1a7ec8;}
.Service_content .Service4_form .Service4_form_rido .form_rido_right .rido_right_li input[type=radio]:checked ~ .right_li_btn span{ border:1px solid #1a7ec8;}
.Service_content .Service4_form .Service4_form_rido .form_rido_right .rido_right_li input[type=radio]:checked ~ .right_li_btn span:before{ opacity:1;}





.FService_content{ padding-top:50px; margin-bottom:0px;}
.FService_content .Service4_title{ font-size:26px; font-weight:bold; color:#333333; text-align:center; margin-bottom:30px;}
.FService_content .Service4_form{ margin:0 auto;}
.FService_content .Service4_form input{ width:33%; display:inline-block; padding:0px 20px; line-height:50px; background:#f9f9f9; border:1px solid #dddddd; border-radius:6px; margin-bottom:22px; font-size:16px; color:#333;}
.FService_content .Service4_form textarea{ width:100%; height:172px; padding:20px; line-height:24px; background:#f9f9f9; border:1px solid #dddddd; border-radius:6px;margin-bottom:18px; font-size:16px; color:#333; resize:none;}
.FService_content .Service4_form input[type="submit"]{ width:100%; color:#fff; background:#1a7ec8; border-radius:100px;  border:0px;}
.FService_content .Service4_form .Service4_form_rido{ display:flex; align-items:center;width:100%; display:flex; align-items:center; height:50px; padding:0px 20px; margin-bottom:20px;}
.FService_content .Service4_form .Service4_form_rido .form_rido_left{display:inline-block; width:85px; font-size:16px; color:#003333;}
.FService_content .Service4_form .Service4_form_rido .form_rido_right{ display:flex; align-items:center; width:calc( 100% - 85px);}
.FService_content .Service4_form .Service4_form_rido .form_rido_right .rido_right_li{ margin-right:35px; display:flex; align-items:center;}
.FService_content .Service4_form .Service4_form_rido .form_rido_right .rido_right_li input{ display:none;}
.FService_content .Service4_form .Service4_form_rido .form_rido_right .rido_right_li .right_li_btn{ display:flex; align-items:center; font-size:16px; color:#666666; cursor:pointer;}
.FService_content .Service4_form .Service4_form_rido .form_rido_right .rido_right_li .right_li_btn span{ display:inline-block; width:18px; height:18px; border-radius:100%; border:1px solid #e3e3e3; background:#f9f9f9; margin-right:11px; display:flex; align-items:center; justify-content:center;}
.FService_content .Service4_form .Service4_form_rido .form_rido_right .rido_right_li .right_li_btn span:before{ content:""; display:inline-block; width:10px; height:10px; border-radius:100%; border-radius:100%; background:#1a7ec8; opacity:0;}
.FService_content .Service4_form .Service4_form_rido .form_rido_right .rido_right_li input[type=radio]:checked ~ .right_li_btn{ color:#1a7ec8;}
.FService_content .Service4_form .Service4_form_rido .form_rido_right .rido_right_li input[type=radio]:checked ~ .right_li_btn span{ border:1px solid #1a7ec8;}
.FService_content .Service4_form .Service4_form_rido .form_rido_right .rido_right_li input[type=radio]:checked ~ .right_li_btn span:before{ opacity:1;}



.NService_content{ padding-top:50px; margin-bottom:0px;}
.NService_content .Service4_title{ font-size:26px; font-weight:bold; color:#333333; text-align:center; margin-bottom:30px;}
.NService_content .Service4_form{ margin:0 auto;}
.NService_content .Service4_form input{ width:32.9%; display:inline-block; padding:0px 20px; line-height:50px; background:#f9f9f9; border:1px solid #dddddd; border-radius:6px; margin-bottom:22px; font-size:16px; color:#333;}
.NService_content .Service4_form textarea{ width:100%; height:172px; padding:20px; line-height:24px; background:#f9f9f9; border:1px solid #dddddd; border-radius:6px;margin-bottom:18px; font-size:16px; color:#333; resize:none;}
.NService_content .Service4_form input[type="submit"]{ width:100%; color:#fff; background:#1a7ec8; border-radius:100px;  border:0px;}
.NService_content .Service4_form .Service4_form_rido{ display:flex; align-items:center;width:100%; display:flex; align-items:center; height:50px; padding:0px 20px; margin-bottom:20px;}
.NService_content .Service4_form .Service4_form_rido .form_rido_left{display:inline-block; width:85px; font-size:16px; color:#003333;}
.NService_content .Service4_form .Service4_form_rido .form_rido_right{ display:flex; align-items:center; width:calc( 100% - 85px);}
.NService_content .Service4_form .Service4_form_rido .form_rido_right .rido_right_li{ margin-right:35px; display:flex; align-items:center;}
.NService_content .Service4_form .Service4_form_rido .form_rido_right .rido_right_li input{ display:none;}
.NService_content .Service4_form .Service4_form_rido .form_rido_right .rido_right_li .right_li_btn{ display:flex; align-items:center; font-size:16px; color:#666666; cursor:pointer;}
.NService_content .Service4_form .Service4_form_rido .form_rido_right .rido_right_li .right_li_btn span{ display:inline-block; width:18px; height:18px; border-radius:100%; border:1px solid #e3e3e3; background:#f9f9f9; margin-right:11px; display:flex; align-items:center; justify-content:center;}
.NService_content .Service4_form .Service4_form_rido .form_rido_right .rido_right_li .right_li_btn span:before{ content:""; display:inline-block; width:10px; height:10px; border-radius:100%; border-radius:100%; background:#1a7ec8; opacity:0;}
.NService_content .Service4_form .Service4_form_rido .form_rido_right .rido_right_li input[type=radio]:checked ~ .right_li_btn{ color:#1a7ec8;}
.NService_content .Service4_form .Service4_form_rido .form_rido_right .rido_right_li input[type=radio]:checked ~ .right_li_btn span{ border:1px solid #1a7ec8;}
.NService_content .Service4_form .Service4_form_rido .form_rido_right .rido_right_li input[type=radio]:checked ~ .right_li_btn span:before{ opacity:1;}




.NVideo .NVideo_content{ display:flex; flex-wrap:wrap; margin-bottom:60px;}
.NVideo .NVideo_content .NVideo_content_list{ width:32%; margin-right:2%; margin-bottom:2%; border-radius:6px; overflow:hidden; position:relative;}
.NVideo .NVideo_content .NVideo_content_list:nth-child(3n){ margin-right:0px;}
.NVideo .NVideo_content .NVideo_content_list .content_list_img{ background:#000;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.NVideo .NVideo_content .NVideo_content_list .content_list_img img{ width:100%; height:300px; object-fit:cover; opacity:.7;}
.NVideo .NVideo_content .NVideo_content_list .content_list_title{ position:absolute; top:0; left:0; width:100%; height:100%; display:flex; align-items:center; justify-content:center; flex-direction:column;} 
.NVideo .NVideo_content .NVideo_content_list .content_list_title .list_title_dt{ font-size:20px; color:#fff; margin-top:25px;}
.NVideo .NVideo_content .NVideo_content_list:hover .content_list_img{ background:#1a7ec8;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}



.Izh{}
.Izh-syb{ position:relative; width:50%; height:500px; display:inline-block;background: url(../images/syb.jpg) top center no-repeat;background-size: cover;float:left;}
.Izh-syb-con, .Izh-syb-con h2, .Izh-syb-list{transition:0.4s; -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s}
.Izh-syb-con{ position:absolute; height:150px; width:100%; bottom:0; background:rgba(0,78,162,0.8);  overflow:hidden;}
.Izh-syb-con h2{margin-top:50px; text-align:center; font-size:28px; color:#fff; letter-spacing:3px; }
.Izh-syb-list{margin-top: 40px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; text-align:center; }
.Izh-syb-list a{ color:#fff; font-size:18px; border:#FFF solid 1px; border-radius:20px; margin:0 10px; padding:5px 15px;}
.Izh-syb-list a:hover{ color:#FF0;border:#FF0 solid 1px;}
.Izh-syb:hover .Izh-syb-con{height: 230px;}
.Izh-syb:hover .Izh-syb-list{margin-top: 40px; filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1}

.Izh-zyjy{ position:relative; width:50%;height:500px; display:inline-block;background: url(../images/zgpx.jpg) top center no-repeat;background-size: cover; float:left; border-left:#FFF solid 10px;}
.Izh-zyjy-con, .Izh-zyjy-con h2, .Izh-zyjy-list{transition:0.4s; -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s}
.Izh-zyjy-con{ position:absolute; height:150px; width:100%; bottom:0; background:rgba(0,78,162,0.8);  overflow:hidden;}
.Izh-zyjy-con h2{margin-top:50px; text-align:center; font-size:28px; color:#fff; letter-spacing:3px; }
.Izh-zyjy-list{margin-top: 40px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; text-align:center; }
.Izh-zyjy-list a{ color:#fff; font-size:18px; border:#FFF solid 1px; border-radius:20px; margin:0 10px; padding:5px 15px;}
.Izh-zyjy-list a:hover{ color:#FF0;border:#FF0 solid 1px;}
.Izh-zyjy:hover .Izh-zyjy-con{height: 230px;}
.Izh-zyjy:hover .Izh-zyjy-list{margin-top: 40px; filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1}



.Contact{ padding-bottom:120px;}
.Contact .Contact_content{ display:flex; justify-content:space-between; flex-wrap:wrap;}
.Contact .Contact_content .Contact_content_list{ background:#f5f3f3; width:32%; border-radius:6px; padding:64px 32px;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.Contact .Contact_content .Contact_content_list .content_list_top{ display:flex; align-items:center; justify-content:space-between; margin-bottom:30px;}
.Contact .Contact_content .Contact_content_list .content_list_top .list_top_left .top_left_dd{ font-size:26px; color:#333333; text-transform:uppercase; margin-bottom:8px;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.Contact .Contact_content .Contact_content_list .content_list_top .list_top_left .top_left_dt{ font-size:20px; color:#333333;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.Contact .Contact_content .Contact_content_list .content_list_top .list_top_icon span{ position:relative; width:52px; height:52px; display:flex; align-items:center; justify-content:center;}
.Contact .Contact_content .Contact_content_list .content_list_top .list_top_icon span img{ position:absolute;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.Contact .Contact_content .Contact_content_list .content_list_top .list_top_icon span img:last-child{ opacity:0;}
.Contact .Contact_content .Contact_content_list .content_list_bottom{ font-size:18px; color:#1a7ec8;}
.Contact .Contact_content .Contact_content_list:hover{ background:#1a7ec8;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.Contact .Contact_content .Contact_content_list:hover .content_list_top .list_top_left .top_left_dd{ color:#fff;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.Contact .Contact_content .Contact_content_list:hover .content_list_top .list_top_left .top_left_dt{ color:#fff;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.Contact .Contact_content .Contact_content_list:hover .content_list_top .list_top_icon span img{ opacity:0;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.Contact .Contact_content .Contact_content_list:hover .content_list_top .list_top_icon span img:last-child{ opacity:1;}
.Contact .Contact_content .Contact_content_list:hover .content_list_bottom{ color:#fff;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}



.message{ display:flex; align-items:center; justify-content:space-between; background:#fff; position:relative;}
.message:before{ content:""; display:inline-block; width:50%; position:absolute; right:0;  background:url(../images/bg37.jpg) no-repeat 50%/cover; height:100%;}
.message .message_left{ width:30%;vertical-align:top;}
.message .message_left img{ width:100%; }
.message .message_form{ width:70%;vertical-align:top;}
.message .message_form .message_form_title{ font-size:36px; color:#333333; margin-bottom:55px;}
.message .message_form .message_form_content{ display:flex; flex-wrap:wrap; justify-content:space-between;}
.message .message_form .message_form_content .form_content_list{ width:48%; height:60px; background:#f5f5f5; display:flex; align-items:center; justify-content:space-between; padding:0px 20px; border-radius:6px; overflow:hidden; margin-bottom:20px;}
.message .message_form .message_form_content .form_content_list .content_list_left{ font-size:16px; color:#333333;}
.message .message_form .message_form_content .form_content_list .content_list_left span{ position:relative; margin-left:15px;}
.message .message_form .message_form_content .form_content_list .content_list_left span:before{ content:"*"; font-size:16px; color:#e71414; position:absolute; right:-10px; top:-5px;}
.message .message_form .message_form_content .form_content_list .content_list_right{ width:calc(100% - 125px);}
.message .message_form .message_form_content .form_content_list .content_list_right input{ height:45px; display:flex; align-items:center; font-size:16px; color:#333; background:none; width:100%;}
.message .message_form .message_form_content .form_content_list:nth-child(3),.message .message_form .message_form_content .form_content_list:nth-child(4){ width:100%;}
.message .message_form .message_form_content .form_content_list.textarea{ height:auto; align-items:flex-start;}
.message .message_form .message_form_content .form_content_list.textarea .content_list_left{ padding-top:20px;}
.message .message_form .message_form_content .form_content_list .content_list_right{ padding:20px 0px;}
.message .message_form .message_form_content .form_content_list .content_list_right textarea{ width:100%; height:150px; resize:none; background:none; font-size:16px; color:#333;}
.message .message_form .message_form_content .form_content_submit{ width:100%;}
.message .message_form .message_form_content .form_content_submit input{ width:100%; height:60px; background:#1a7ec8; color:#fff; font-size:18px; color:#fff; border-radius:6px;}






.fpro-list .Product_list{ display:flex; align-items:center; justify-content:space-between; background:#f2f2f2; margin-bottom:31px; border-radius:6px; overflow:hidden; position:relative; padding:30px;}
.fpro-list .Product_list img{ max-width:100%;}
.fpro-list .Product_list .Product_list_txt{width:100%;}
.fpro-list .Product_list .Product_list_txt .list_txt_top{ margin-bottom:40px;}
.fpro-list .Product_list .Product_list_txt .list_txt_top .txt_top_dd{ font-size:30px; font-weight:bold;color:#333333; margin-bottom:15px;}
.fpro-list .Product_list .Product_list_txt .list_txt_top .txt_top_dt{ font-size:15px; color:#666666; line-height:24px; max-width:585px;}
.fpro-list .Product_list .Product_list_txt .list_txt_bottom{ display:flex; flex-wrap:wrap; justify-content:space-between;}
.fpro-list .Product_list .Product_list_txt .list_txt_bottom a{ font-size:16px; color:#333333; display:inline-block; width:32%; display:flex; align-items:center; margin-bottom:18px; position:relative; padding-left:30px;}
.fpro-list .Product_list .Product_list_txt .list_txt_bottom a:before{ content:""; display:inline-block; width:20px; height:12px; background:url(../images/bn15.png) no-repeat 50% 50%; margin-right:11px; position:absolute; left:0;}
.fpro-list .Product_list .Product_list_txt .list_txt_bottom a:hover{ color:#1a7ec8;}
.fpro-list .Product_list .Product_list_txt .list_txt_more{ width:146px; display:flex; align-items:center; justify-content:center; height:44px; border-radius:100px 0px 0px 100px; background:#c41146; color:#fff; font-size:16px; margin-top:30px;}
.fpro-list .Product_list .Product_list_txt .list_txt_more img{ margin-left:9px;}
.fpro-list .Product_list:nth-child(2n) .Product_list_txt{ right:inherit; left:83px;}
.fpro-list .Product_list:nth-child(3) .Product_list_txt .list_txt_bottom a{ width:41%;}
.fpro-list .Product_list:nth-child(3) .Product_list_txt .list_txt_bottom a:nth-child(2n){ width:55%;}

.fpro-list .Product_list:nth-child(3) .Product_list_txt{ width:55%;}
.fpro-list .Product_list:nth-child(3) .Product_list_txt .list_txt_bottom a{ width:45%;}




.DProduct{ margin-bottom:165px;}
.DProduct .DPage{ margin-top:41px; margin-bottom:44px;}
.DProduct .DProduct_content{ display:flex; justify-content:space-between;}
.DProduct .DProduct_content .DProduct_content_left{ width:76%; background:#fff; padding:60px 32px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_top{ padding-bottom:30px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_top .left_top_dd{ font-size:32px; color:#333333; margin-bottom:30px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_top .left_top_dt{ display:flex; justify-content:space-between;}
.DProduct .DProduct_content .DProduct_content_left .content_left_top .left_top_dt2{ display:block;}
.DProduct .DProduct_content .DProduct_content_left .content_left_top .left_top_dt2 .top_dt_tab table{ background:#eaeaea;}
.DProduct .DProduct_content .DProduct_content_left .content_left_top .left_top_dt2 .top_dt_tab table tr td{ background:#f8f8f8; font-size:14px; color:#333333; padding:17px; width:20%; line-height:24px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_top .left_top_dt2 .top_dt_tab table tr:nth-child(1) td{ background:#1a7ec8; color:#fff; font-size:16px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_top .left_top_dt2 .top_dt_tab2 table tr:nth-child(1) td{ background:#f8f8f8; color:#333333;}
.DProduct .DProduct_content .DProduct_content_left .content_left_top .left_top_dt2 .top_dt_tab2 table tr td{ font-size:16px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_top .left_top_dt3 .top_dt3_bottom .dt3_bottom_li{ position:relative; padding-left:20px; line-height:26px; margin-bottom:10px;font-size: 16px; color: #666666;}
.DProduct .DProduct_content .DProduct_content_left .content_left_top .left_top_dt3 .top_dt3_bottom .dt3_bottom_li:last-child{ margin-bottom:0px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_top .left_top_dt3 .top_dt3_bottom .dt3_bottom_li:before{ content:""; display:inline-block; width:6px; height:6px; border-radius:100%; background:#1a7ec8; position:absolute; left:0; top:8px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_top .left_top_dt4 .top_dt4_content .dt4_content_top{font-size: 20px; color: #1a7ec8; font-weight: bolder; margin-bottom:15px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_top .left_top_dt4 .top_dt4_content .dt4_content_bottom .content_bottom_li{ margin-bottom:15px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_top .left_top_dt4 .top_dt4_content .dt4_content_bottom .content_bottom_li .bottom_li_dd{ font-size:20px; color:#333; margin-bottom:12px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_top .left_top_dt4 .top_dt4_content .dt4_content_bottom .content_bottom_li .bottom_li_dt{ font-size:16px; color:#666;}
.DProduct .DProduct_content .DProduct_content_left .content_left_top .left_top_dt4 .top_dt4_content .dt4_content_bottom .content_bottom_li .bottom_li_dt strong{ color:#1a7ec8;}
.DProduct .DProduct_content .DProduct_content_left .content_left_top .left_top_dt5 .top_dt5_title{ margin-bottom:25px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_top .left_top_dt5 .top_dt5_title .dt5_title_dd{ font-size:20px; color:#1a7ec8; font-weight:bolder;}
.DProduct .DProduct_content .DProduct_content_left .content_left_top .left_top_dt5 .top_dt5_title .dt5_title_dt{ font-size:16px; color:#666; margin-top:10px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_top .left_top_dt5 .top_dt_tab table{ margin-bottom:25px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_top .left_top_dt6 .dt6_content_list{ margin-bottom:20px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_top .left_top_dt6 .dt6_content_list .content_list_title{ font-size:20px; color:#1a7ec8; font-weight:bolder; margin-bottom:10px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_top .left_top_dt6 .dt6_content_list .content_list_txt .list_txt_dd{ font-size:16px; color:#666; margin-bottom:16px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_top .left_top_dt6 .dt6_content_list .content_list_txt .list_txt_dt{ display:flex; flex-wrap:wrap;}
.DProduct .DProduct_content .DProduct_content_left .content_left_top .left_top_dt6 .dt6_content_list .content_list_txt .list_txt_dt .txt_dt_li{ width:32%; margin-right:2%; background:#d9ebf9; text-align:center; display:flex; align-items:center; justify-content:center; flex-direction:column; padding:0px 15px; height:110px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_top .left_top_dt6 .dt6_content_list .content_list_txt .list_txt_dt .txt_dt_li:nth-child(3n){ margin-right:0px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_top .left_top_dt6 .dt6_content_list .content_list_txt .list_txt_dt .txt_dt_li .dt_li_t{ font-size:20px; color:#1a7ec8; font-weight:bolder; margin-bottom:8px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_top .left_top_dt6 .dt6_content_list .content_list_txt .list_txt_dt .txt_dt_li .dt_li_b{ font-size:16px; color:#666;}



.DProduct .DProduct_content .DProduct_content_left .content_left_top .left_top_dt .top_dt_l{ width:75%;}
.DProduct .DProduct_content .DProduct_content_left .content_left_top .left_top_dt .top_dt_l p{ font-size:16px; color:#666666; margin-bottom:22px; line-height:28px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_top .left_top_dt .top_dt_l p img{ max-width:100%;}
.DProduct .DProduct_content .DProduct_content_left .content_left_top .left_top_dt .top_dt_r{ width:23%; text-align:right;}
.DProduct .DProduct_content .DProduct_content_left .content_left_top .left_top_dt .top_dt_r img{ max-width:100%;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list{ margin-bottom:40px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list:last-child{ margin-bottom:0px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_title{ font-size:24px; color:#333333; padding-bottom:28px; border-bottom:1px solid #eaeaea; position:relative; margin-bottom:35px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_title:before{ content:""; display:inline-block; width:45px; height:4px; background:#1a7ec8; position:absolute; bottom:0; left:0;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt .list_txt_top{ margin-bottom:30px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt .list_txt_top:last-child{ margin-bottom:0px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt .list_txt_top .txt_top_dd{ font-size:20px; color:#1a7ec8; font-weight:bolder;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt .list_txt_top .txt_top_dd span{ font-weight:normal; font-size:16px; margin-left:15px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt .list_txt_top .txt_top_dt{ font-size:16px; color:#666666; line-height:26px; margin-top:15px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt .list_txt_bottom{ display:flex; align-items:center;  flex-wrap: wrap;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt .list_txt_bottom .list_txt_li{  margin-right:55px; font-size:16px; color:#1a7ec8; position:relative; padding:10px 0px; padding-left:57px; margin-bottom:35px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt .list_txt_bottom .list_txt_li span{ width:40px; height:40px; display:flex; align-items:center; justify-content:center; border-radius:100%; background:#1a7ec8; font-size:24px; color:#fff; font-weight:bolder; margin-right:17px; position:absolute; left:0; top:50%; transform:translateY(-50%);}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt .list_txt_bottom .list_txt_li:last-child{ margin-right:0px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt2{ background:#f8f8f8; padding:52px; display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt2 .list_txt2_li{ width:48%;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt2 .list_txt2_li:nth-child(1),.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt2 .list_txt2_li:nth-child(2){ margin-bottom:60px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt2 .list_txt2_li .txt2_li_dd{ font-size:20px; color:#333333; display:flex; align-items:center; margin-bottom:14px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt2 .list_txt2_li .txt2_li_dd img{ margin-right:12px; }
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt2 .list_txt2_li .txt2_li_dt{ color:#666666; font-size:16px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt3{ display:flex; align-items:center; justify-content:space-between; padding:0px 50px; position:relative; margin-top:80px; flex-wrap:wrap;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt3:before{ content:""; display:inline-block; width:100%; height:1px; background:#eaeaea; position:absolute; top:62.5%; left:0;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt3 .list_txt3_li{ text-align:center;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt3 .list_txt3_li .txt3_li_top .li_top_dd{ font-size:20px; color:#333333;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt3 .list_txt3_li .txt3_li_top .li_top_dt{ font-size:16px; color:#666666; margin-top:5px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt3 .list_txt3_li .txt3_li_bottom{ font-size:16px; color:#1a7ec8; position:relative; display:flex; align-items:center; justify-content:center; flex-direction:column;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt3 .list_txt3_li .txt3_li_bottom:before{ content:""; display:inline-block; width:9px; height:9px; border-radius:100%; background:#1a7ec8; margin:20px 0px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt4 .list_txt4_title{ font-size:16px; color:#666; margin-bottom:25px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt4 table{ background:#eaeaea; width:100%;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt4 table tr td{ background:#f8f8f8; font-size:14px; color:#333333; padding:17px; line-height:24px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt4 table tr:nth-child(1) td{ background:#1a7ec8; color:#fff; font-size:16px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt4 table tr td:nth-child(1){ width:10%;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt5{ display:flex; align-items:center; justify-content:space-between;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt5 .list_txt5_li{ width:32%;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt5 .list_txt5_li .txt5_li_dd img{ width:100%;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt5 .list_txt5_li .txt5_li_dt{ text-align:center; font-size:16px; color:#333333; margin-top:25px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt6 p{ font-size:16px; color:#666666; line-height:28px; margin-bottom:25px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt6 p:last-child{ margin-bottom:0px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt6 .list_txt6_img{ text-align:center; margin-bottom:35px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt6 .list_txt6_img img{ max-width:100%;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt6 .list_txt6_bottom{ display:flex; justify-content:space-between; flex-wrap:wrap;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt6 .list_txt6_bottom .txt6_bottom_li{ background:#f0f4f7; border-radius:6px; padding:34px 26px; width:32%; margin-right:2%; margin-bottom:2%;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt6 .list_txt6_bottom .txt6_bottom_li:nth-child(3n){ margin-right:0px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt6 .list_txt6_bottom .txt6_bottom_li .bottom_li_dd{ font-size:20px; color:#1a7ec8; margin-bottom:10px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt6 .list_txt6_bottom .txt6_bottom_li .bottom_li_dt{ font-size:15px; color:#666666; line-height:26px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt6 .list_txt6_bottom .txt6_bottom_li .bottom_li_dt p{ margin-bottom:0px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt6 .list_txt6_con{ display:flex; flex-wrap:wrap; margin-bottom:-2%;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt6 .list_txt6_con .txt6_con_li{ width:32%; margin-right:2%; background:#f0f4f7; border-radius:6px; height:200px; display:flex; align-items:center; justify-content:center; flex-direction:column; margin-bottom:2%;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt6 .list_txt6_con .txt6_con_li:nth-child(3n){ margin-right:0px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt6 .list_txt6_con .txt6_con_li img{ max-width:100%; max-height:180px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt6 .list_txt6_con .txt6_con_li .con_li_dt{ font-size:16px; color:#666666; margin:16px 0px; padding:0px 25px; text-align:center;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt6 .list_txt6_con .txt6_con_li .con_li_p{ width:28px; height:28px; border-radius:100%; background:#1a7ec8; color:#fff; font-size:16px; display:flex; align-items:center; justify-content:center;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt7{ display:flex; justify-content:space-between;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt7 .list_txt7_left{ font-size:16px; color:#666666; padding-top:30px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt7 .list_txt7_left .txt7_left_li{ position:relative; padding-left:20px; line-height:26px; margin-bottom:10px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt7 .list_txt7_left .txt7_left_li span{ color:#1a7ec8;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt7 .list_txt7_left .txt7_left_li:last-child{ margin-bottom:0px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt7 .list_txt7_left .txt7_left_li:before{ content:""; display:inline-block; width:6px; height:6px; border-radius:100%; background:#1a7ec8; position:absolute; left:0; top:8px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt7 .list_txt7_left{ width:55%;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt7 .list_txt7_right{ width:40%; text-align:right;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt7 .list_txt7_right img{ max-width:100%; border-radius:6px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt8 img{ max-width:100%;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt9{ display:block;}









.DProduct .DProduct_content .DProduct_content_right{ width:22.5%;}
.DProduct .DProduct_content .DProduct_content_right .content_right_list{ margin-bottom:33px;}
.DProduct .DProduct_content .DProduct_content_right .content_right_list .right_list_title{ font-size:18px; color:#333333; position:relative; display: flex; align-items:center; font-weight:bolder; margin-bottom:16px;}
.DProduct .DProduct_content .DProduct_content_right .content_right_list .right_list_title:before{ content:""; display:inline-block; width:6px; height:16px; background:#1a7ec8; margin-right:13px;}
.DProduct .DProduct_content .DProduct_content_right .content_right_list .right_list_txt{ background:#fff; padding:0px 15px;}
.DProduct .DProduct_content .DProduct_content_right .content_right_list .right_list_txt .list_txt_li{ display:inline-block; width:100%; padding:25px 0px; border-bottom:1px solid #eaeaea; font-size:16px; color:#666666; line-height:24px; padding-left:35px; position:relative;}
.DProduct .DProduct_content .DProduct_content_right .content_right_list .right_list_txt .list_txt_li:hover{ color:#1a7ec8;}
.DProduct .DProduct_content .DProduct_content_right .content_right_list .right_list_txt .list_txt_li:last-child{ border-bottom:0px;}
.DProduct .DProduct_content .DProduct_content_right .content_right_list .right_list_txt .list_txt_li:before{ content:"Q"; width:24px; height:24px; display:flex; align-items:center; justify-content:center; border-radius:3px; background:#1a7ec8; color:#fff; font-size:18px; position:absolute; left:0; top:30px;}
.DProduct .DProduct_content .DProduct_content_right .content_right_list.Dol .right_list_txt .list_txt_li:before{ content:""; width:18px; height:18px; display:flex; align-items:center; justify-content:center; border-radius:3px; background:#1a7ec8; color:#fff; font-size:18px; position:absolute; left:0; background:url(../images/bn57.png) no-repeat 50% 50%; top:29px;}
.DProduct .DProduct_content .DProduct_content_right .content_right_list.Bottom{ display:inline-block;}
.DProduct .DProduct_content .DProduct_content_right .content_right_list.Bottom img{ width:100%;}







.JoinDown{ position: fixed; top:0; left:0; width:100%; height:100%; z-index:999999999999; display:none; background:rgba(0,0,0,.5);}
.JoinDown .JoinDown_bg{ position:absolute; left:0; top:0; width:100%; height:100%; z-index:2; display:flex; align-items:center; justify-content:center;}
.JoinDown .JoinDown_bg .JoinDown_content{ background:#fff; padding:35px 45px; position:relative;
-webkit-transform: scale(0);
   -moz-transform: scale(0);
    -ms-transform: scale(0);
     -o-transform: scale(0);
           filter: scale(0);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s;
opacity:0;
}
.JoinDown .JoinDown_bg.on .JoinDown_content{
	-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
           filter: scale(1);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
opacity:1;
}
.JoinDown .JoinDown_close{ position:absolute; right:10px; top:5px; cursor: pointer; font-size:30px; color:#999;
  -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}
.JoinDown .JoinDown_bg .JoinDown_content .JoinDown_content_title{ display:flex; align-items:center; justify-content:space-between; margin-bottom:15px;}
.JoinDown .JoinDown_bg .JoinDown_content .JoinDown_content_title .content_title_dd{ font-size:22px; color:#333;}
.JoinDown .JoinDown_bg .JoinDown_content .JoinDown_content_title .content_title_dt{ font-size:16px; color:#999;}
.JoinDown .JoinDown_bg .JoinDown_content .JoinDown_content_txt{ display:flex; align-items:center; font-size:16px; color:#999; padding-bottom:30px; margin-bottom:30px; border-bottom:1px solid #dcdcdc;}
.JoinDown .JoinDown_bg .JoinDown_content .JoinDown_content_txt span{ margin:0px 15px;}
.JoinDown .JoinDown_bg .JoinDown_content .JoinDown_content_down p{ font-size:16px; color:#666; line-height:24px; margin-bottom:5px;}
.JoinDown .JoinDown_bg .JoinDown_content .JoinDown_content_down p:last-child{ margin-bottom:0px;}
.JoinDown .JoinDown_bg .JoinDown_content .JoinDown_content_more{ display:flex; align-items:center; justify-content:center; width:200px; height:50px; border-radius:100px; background:#c41246; color:#fff; font-size:16px; margin-top:50px;}
.JoinDown .JoinDown_bg .JoinDown_content .JoinDown_content_more img{ margin-right:10px;}




.Product2{ padding:100px 0px;}
.Product2 .pc_all_content{ display:flex; flex-wrap:wrap;}
.Product2 .Product2_list{ width:32%; margin-right:2%; margin-bottom:2%; position:relative; border-radius:5px; overflow:hidden;}
.Product2 .Product2_list:nth-child(3n){ margin-right:0px;}
.Product2 .Product2_list .Product2_list_img img{ width:100%;
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
           filter: scale(1);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s;
}
.Product2 .Product2_list:hover .Product2_list_img img{
	-webkit-transform: scale(1.15);
   -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
     -o-transform: scale(1.15);
           filter: scale(1.15);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
}
.Product2 .Product2_list .Product2_list_txt{ position:absolute; left:0; top:0; width:100%; height:100%; padding:70px 40px; background:url(../images/ips.png) no-repeat 50%/cover;}
.Product2 .Product2_list .Product2_list_txt .list_txt_title{ font-size:36px; color:#333333; height:95px; margin-bottom:18px;}
.Product2 .Product2_list .Product2_list_txt .list_txt_content .txt_content_t{ color:#666666; font-size:16px; line-height:24px; max-width:275px;}
.Product2 .Product2_list .Product2_list_txt .list_txt_content a{position:relative; padding-left:25px; font-size:16px; color:#666666; display:flex; align-items:center; margin-bottom:20px;}

.Product2 .Product2_list .Product2_list_txt .list_txt_content a:before{ content:""; display:inline-block; width:13px; height:19px; background:url(../images/bn15.png) no-repeat 50% 50%; margin-right:11px; position:absolute; left:0;}
.Product2 .Product2_list .Product2_list_txt .list_txt_content a:hover{ color:#1a7ec8;}





.Product3{ padding:95px 0px;}
.Product3 span{ position:relative; font-size:24px; color:#333333; line-height:36px; padding:0px 40px; display:inline-block;}
.Product3 span:before{ content:""; display:inline-block; width:25px; height:20px; background:url(../images/bn58.png) no-repeat 50%/cover; position:absolute; left:0;}
.Product3 span:after{ content:""; display:inline-block; width:25px; height:20px; background:url(../images/bn59.png) no-repeat 50%/cover; position:relative; top:10px;}


.Product3_one{ background:#f2f2f2; padding:100px 0px; position:relative;}
.Product3_one:before{ content:""; display:inline-block; width:1px; height:80%; background:#e3e3e3; position:absolute; left:0; right:0; top:50%; margin:0 auto; transform:translateY(-50%);}
.Product3_one .pc_all_content{ display:flex; justify-content:space-between;}
.Product3_one .pc_all_content .Product3_one_list{ width:43%;}
.Product3_one .pc_all_content .Product3_one_list .one_list_title{ margin-bottom:35px;}
.Product3_one .pc_all_content .Product3_one_list .one_list_title .list_title_dd{ font-size:16px; color:#1a7ec8; text-transform:uppercase; font-weight:bolder; margin-bottom:8px;}
.Product3_one .pc_all_content .Product3_one_list .one_list_title .list_title_dt{ font-size:36px; color:#333333;}
.Product3_one .pc_all_content .Product3_one_list .one_list_txt{ font-size:16px; color:#666666; line-height:34px;}
.Product3_one .pc_all_content .Product3_one_list .one_list_bottom{ border-top:1px solid #e3e3e3; margin-top:20px; padding-top:20px; display:flex; justify-content:space-between; flex-wrap:wrap;}
.Product3_one .pc_all_content .Product3_one_list .one_list_bottom .list_bottom_li{ width:49%;}
.Product3_one .pc_all_content .Product3_one_list .one_list_bottom .list_bottom_li .bottom_li_dd{ font-size:16px; color:#333333; margin-bottom:13px;}
.Product3_one .pc_all_content .Product3_one_list .one_list_bottom .list_bottom_li .bottom_li_dt{ font-size:14px; color:#666666; line-height:24px;}



.Product3_two{ padding:95px 0px;}
.Product3_two .Product3_two_title{ text-align:center;}
.Product3_two .Product3_two_title .two_title_dd{ font-size:16px; color:#1a7ec8; text-transform:uppercase; font-weight:bolder;}
.Product3_two .Product3_two_title .two_title_dt{ font-size:36px; color:#333333;}
.Product3_two .Product3_two_content{ display:flex; justify-content:space-between; margin-top:50px;}
.Product3_two .Product3_two_content .two_content_list{ width:48%; border:1px solid #eaeaea; padding:40px 50px;transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
.Product3_two .Product3_two_content .two_content_list:hover{ box-shadow:0px 0px 24px rgba(0,0,0,.1);transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
.Product3_two .Product3_two_content .two_content_list .content_list_dd{ display:flex; align-items:center; font-size:30px; color:#333333; margin-bottom:25px;}
.Product3_two .Product3_two_content .two_content_list .content_list_dd img{ margin-right:14px;}
.Product3_two .Product3_two_content .two_content_list .content_list_dt{ font-size:16px; color:#666666; line-height:26px; margin-bottom:40px; height: 78px;}
.Product3_two .Product3_two_content .two_content_list .content_list_more{ display:flex; align-items:center; justify-content:center; width:146px; height:44px; border-radius:100px 0px 0px 100px; background:#c41146; font-size:16px; color:#fff;}
.Product3_two .Product3_two_content .two_content_list .content_list_more img{ margin-left:10px;}



.Product3_scenario{ background:url(../images/bg60.jpg) no-repeat 50%/cover;}
.Product3_scenario .Product3_scenario_content{ display:flex; flex-wrap:wrap; justify-content:space-between; margin-bottom:-2%; margin-top:50px;}
.Product3_scenario .Product3_scenario_content .scenario_content_list{ width:48%; background:#fff; border-radius:10px; margin-bottom:2%; padding:64px 34px;}
.Product3_scenario .Product3_scenario_content .scenario_content_list .content_list_dd{ font-size:30px; color:#666;}
.Product3_scenario .Product3_scenario_content .scenario_content_list .content_list_dd span{ margin-right:12px;}
.Product3_scenario .Product3_scenario_content .scenario_content_list .content_list_dt{ font-size:22px; color:#333; margin:20px 0px;}
.Product3_scenario .Product3_scenario_content .scenario_content_list .content_list_p{ font-size:16px; color:#666; line-height:24px; margin-top: 25px; height:260px; overflow:auto;}
.Product3_scenario .Product3_scenario_content .scenario_content_list .content_list_p_con{ width:98%;}

.Product3_scenario .Product3_scenario_content .scenario_content_list .content_list_p::-webkit-scrollbar-track {
		  background-color: rgba(192,192,192,.9);
	} /* 滚动条的滑轨背景颜色 */

.Product3_scenario .Product3_scenario_content .scenario_content_list .content_list_p::-webkit-scrollbar-thumb {
		  background:#666; 
	} /* 滑块颜色 */

.Product3_scenario .Product3_scenario_content .scenario_content_list .content_list_p::-webkit-scrollbar-button {
		  background-color: rgba(192,192,192,.9);
	} /* 滑轨两头的监听按钮颜色 */

.Product3_scenario .Product3_scenario_content .scenario_content_list .content_list_p::-webkit-scrollbar-corner {
		  background-color: rgba(192,192,192,.9);
	} /* 横向滚动条和纵向滚动条相交处尖角的颜色 */
.Product3_scenario .Product3_scenario_content .scenario_content_list .content_list_p::-webkit-scrollbar {
    width: 3px;
    height: 0px;
} /* 这是针对缺省样式 (必须的)*/


.Product3_Process{ background:#f2f2f2;}
.Product3_Process .Product3_Process_content{ margin-top:50px;}
.Product3_Process .Product3_Process_content .Process_content_list{ border-radius:4px; overflow:hidden; margin-bottom:12px;}
.Product3_Process .Product3_Process_content .Process_content_list:last-child{ margin-bottom:0px;}
.Product3_Process .Product3_Process_content .Process_content_list .content_list_top{ display:flex; align-items:center; justify-content:space-between; height:90px; background:#fff; padding:0px 37px; cursor:pointer;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.Product3_Process .Product3_Process_content .Process_content_list .content_list_top .list_top_dd{ font-size:24px; color:#333333; display:flex; align-items:center;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.Product3_Process .Product3_Process_content .Process_content_list .content_list_top .list_top_dd span{ font-size:34px; color:#1a7ec8;font-family:'bahnschrift'; position:relative; top:3px; margin-right:8px;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.Product3_Process .Product3_Process_content .Process_content_list .content_list_top .list_top_dt span{ display:flex; align-items:center; justify-content:center; width:42px; height:42px; border-radius:100%; border:1px solid #dadada; color:#dadada; font-size:16px;
-webkit-transform: rotateX(0deg);
       -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
         -o-transform: rotateX(0deg);
            transform: rotateX(0deg);
           transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
}
.Product3_Process .Product3_Process_content .Process_content_list .content_list_down{ padding:37px; background:#fff; font-size:16px; color:#fff; background:#1a7ec8; display:none; position:relative;}
.Product3_Process .Product3_Process_content .Process_content_list .content_list_down p{ margin-bottom: 20px;}
.Product3_Process .Product3_Process_content .Process_content_list .content_list_down p:last-child{ margin-bottom: 0px;}
.Product3_Process .Product3_Process_content .Process_content_list .content_list_down p img{ max-width: 100%;}
.Product3_Process .Product3_Process_content .Process_content_list .content_list_down:before{ content:""; display: inline-block; width:calc(100% - 37px * 2); height:1px; background:rgba(255,255,255,.2); position:absolute; top:0; left:0; right:0; margin:0 auto;}
.Product3_Process .Product3_Process_content .Process_content_list.on .content_list_top{ background:#1a7ec8;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.Product3_Process .Product3_Process_content .Process_content_list.on .content_list_top .list_top_dd{ color:#fff;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.Product3_Process .Product3_Process_content .Process_content_list.on .content_list_top .list_top_dd span{ color:#fff;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.Product3_Process .Product3_Process_content .Process_content_list.on .content_list_top .list_top_dt span{ color:#1a7ec8; background:#fff;
-webkit-transform: rotateX(180deg);
       -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
         -o-transform: rotateX(180deg);
            transform: rotateX(180deg);
           transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
}




.Product3_reservation{ background:none; padding:90px 0px;}
.Product3_reservation .pc_all_content{ display:flex; align-items:center; justify-content:space-between; background:#f3f3f3;}
.Product3_reservation .Product3_reservation_img{ width:44%;}
.Product3_reservation .Product3_reservation_img img{ width:100%;}
.Product3_reservation .Product3_reservation_txt{ width:56%; padding-right:4%;}
.Product3_reservation .Product3_reservation_txt .reservation_txt_title{ margin-bottom:35px;}
.Product3_reservation .Product3_reservation_txt .reservation_txt_title .txt_title_dd{ font-size:16px; color:#1a7ec8; font-weight:bolder; text-transform:uppercase;}
.Product3_reservation .Product3_reservation_txt .reservation_txt_title .txt_title_dt{ font-size:36px; color:#333333; margin-top:5px;}
.Product3_reservation .Product3_reservation_txt .reservation_txt_img .txt_img_dd{ font-size: 18px; color: #333; margin-bottom: 22px;}



.Product3_reservation .Product3_reservation_txt .reservation_txt_form{ display:flex; justify-content:space-between; flex-wrap:wrap;}
.Product3_reservation .Product3_reservation_txt .reservation_txt_form .txt_form_list{ width:100%; margin-bottom:15px;}
.Product3_reservation .Product3_reservation_txt .reservation_txt_form .txt_form_list:nth-child(1),.Product3_reservation .Product3_reservation_txt .reservation_txt_form .txt_form_list:nth-child(2){ width:49%;}
.Product3_reservation .Product3_reservation_txt .reservation_txt_form .txt_form_list input{ height:50px; display:flex; align-items:center; padding:0px 20px; width:100%; background:#fff; border-radius:5px; border:1px solid #dadada; font-size:16px; color:#333;}
.Product3_reservation .Product3_reservation_txt .reservation_txt_form .txt_form_list select{ height:50px; display:flex; align-items:center; padding:0px 20px; width:100%; background:#fff; border-radius:5px; border:1px solid #dadada; font-size:16px; color:#333;background:transparent;background-image:none;-webkit-appearance:none;-moz-appearance:none; background:#fff url(../images/bn66.png) no-repeat calc(100% - 20px) 50%;}
.Product3_reservation .Product3_reservation_txt .reservation_txt_form .txt_form_rido{ width:100%; display:flex; align-items:center; margin-top:10px; margin-bottom:30px; padding-left:20px;}
.Product3_reservation .Product3_reservation_txt .reservation_txt_form .txt_form_rido .form_rido_dd{ font-size:16px; color:#333333;}
.Product3_reservation .Product3_reservation_txt .reservation_txt_form .txt_form_rido .form_rido_dt{ display:flex; align-items:center;}
.Product3_reservation .Product3_reservation_txt .reservation_txt_form .txt_form_rido .form_rido_dt .rido_dt_li{ margin-right:25px;}
.Product3_reservation .Product3_reservation_txt .reservation_txt_form .txt_form_rido .form_rido_dt .rido_dt_li input{ display:none;}
.Product3_reservation .Product3_reservation_txt .reservation_txt_form .txt_form_rido .form_rido_dt .rido_dt_li .right_li_btn{ display:flex; align-items:center; font-size:16px; color:#666666; cursor:pointer;}
.Product3_reservation .Product3_reservation_txt .reservation_txt_form .txt_form_rido .form_rido_dt .rido_dt_li .right_li_btn span{ display:inline-block; width:18px; height:18px; border-radius:100%; border:1px solid #e3e3e3; background:#f9f9f9; margin-right:11px; display:flex; align-items:center; justify-content:center;}
.Product3_reservation .Product3_reservation_txt .reservation_txt_form .txt_form_rido .form_rido_dt .rido_dt_li .right_li_btn span:before{ content:""; display:inline-block; width:10px; height:10px; border-radius:100%; border-radius:100%; background:#c41146; opacity:0;}
.Product3_reservation .Product3_reservation_txt .reservation_txt_form .txt_form_rido .form_rido_dt .rido_dt_li input[type=radio]:checked ~ .right_li_btn{ color:#c41146;}
.Product3_reservation .Product3_reservation_txt .reservation_txt_form .txt_form_rido .form_rido_dt .rido_dt_li input[type=radio]:checked ~ .right_li_btn span{ border:1px solid #c41146;}
.Product3_reservation .Product3_reservation_txt .reservation_txt_form .txt_form_rido .form_rido_dt .rido_dt_li input[type=radio]:checked ~ .right_li_btn span:before{ opacity:1;}
.Product3_reservation .Product3_reservation_txt .reservation_txt_form .txt_form_btn{ width:100%;}
.Product3_reservation .Product3_reservation_txt .reservation_txt_form .txt_form_btn input{ width:100%; height:50px; font-size:16px; color:#fff; display:flex; align-items:center; justify-content:center; background:#1a7ec8; border-radius:5px;}








.mo_show{ display:none;}



.Footer .Footer_top .Footer_top_right .top_right_dd .right_dd_share a{ display:inline-block; width:28px; height:22px; position:relative;}
.Footer .Footer_top .Footer_top_right .top_right_dd .right_dd_share a:nth-child(1){ background: url(../images/bn23.png) no-repeat 50% 50%;}
.Footer .Footer_top .Footer_top_right .top_right_dd .right_dd_share a:nth-child(2){ background: url(../images/bn24.png) no-repeat 50% 50%;}

.wechat-qrcode{display:none;border:1px solid #eee;position:absolute;z-index:9;top:-205px;left:-84px;width:200px;height:192px;color:#666;font-size:12px;text-align:center;background-color:#fff;box-shadow:0 2px 10px #aaa;transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms}
.wechat-qrcode.bottom{top:40px;left:-84px}
.wechat-qrcode.bottom:after{display:none}
.wechat-qrcode h4{font-weight:normal;height:26px;line-height:26px;font-size:12px;background-color:#f3f3f3;margin:0;padding:0;color:#777}.social-share .icon-wechat .wechat-qrcode .qrcode{width:100%;margin:0px auto}
.wechat-qrcode .qrcode table{margin:0 !important}
.wechat-qrcode .help p{font-weight:normal;line-height:16px;padding:0;margin:0}
.wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;bottom:-13px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color:#fff transparent transparent transparent}
.DNews .DNews_content .NewsDetails_left .NewsDetails_left_share a:hover .wechat-qrcode{display:block}
.right_dd_share a:hover .wechat-qrcode{display:block}











.SEARCH{ padding-top:152px; padding-bottom:65px;}
.SEARCH .Search_top{ display:flex; align-items:center; justify-content:center; padding:0px 25%; margin-bottom:60px;}
.SEARCH .Search_top form{ display:flex; align-items:center; justify-content:center; width:100%;}
.SEARCH .Search_top input[type="search"]{ width:80%; height:74px; display: flex; align-items:center; padding:0px 20px; background:#f9f9f9; font-size:18px; color:#333; border:1px solid #dcdcdc;}
.SEARCH .Search_top input[type="submit"]{ width:20%; height:74px; display:flex; align-items:center; justify-content:center; background:#1a7ec8; color:#fff; font-size:22px;}
.SEARCH input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#b4b4b4; font-size:18px;}
.SEARCH input::-webkit-input-placeholder{ /* WebKit browsers */ color:#b4b4b4; font-size:18px;}
.SEARCH input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#b4b4b4; font-size:18px;}
.SEARCH input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#b4b4b4; font-size:18px;}
.SEARCH input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#b4b4b4; font-size:18px;}
.SEARCH .Search_title{ font-size:20px; color:#00000; margin-bottom:50px;}
.SEARCH .Search_title b{ color:#1a7ec8; margin:0px 8px;}
.SEARCH .Search_content{ padding-bottom:30px;}
.SEARCH .Search_content .Search_content_list{ padding:40px 36px; background:#fff; box-shadow:0px 0px 25px rgba(0,0,0,.1); margin-bottom:26px;}
.SEARCH .Search_content .Search_content_list .content_list_time{ font-size:20px; color:#999999;}
.SEARCH .Search_content .Search_content_list .content_list_title{ max-width:100%;overflow: hidden; text-overflow:ellipsis; white-space: nowrap; margin-top:9px; margin-bottom:19px;}
.SEARCH .Search_content .Search_content_list .content_list_title .list_title_l{ font-size:20px; color:#00833c;}
.SEARCH .Search_content .Search_content_list .content_list_title .list_title_r{ font-size:20px; color:#000003;}
.SEARCH .Search_content .Search_content_list .content_list_txt{ font-size:16px; color:#666666;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}





.c_win{ position: fixed; left: 0; top: 0; display: none; width: 100%; height: 100%; z-index: 25;}
.c_win .c_win_bg{ position: fixed; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,.4);}
.c_win .c_win_bg .c_win_content{ position: relative;}
.c_win .c_win_bg .c_win_content .c_win_close{ position: absolute; bottom: -61px; display: flex; align-items: center; margin: 0 auto; width: 46px; height: 46px; cursor: pointer; left: 0; right: 0;}





























@media screen and (max-width:1600px){
.pc_all .pc_all_content,.banner .banner_list .banner_list_txt,.banner .banner_txt,.DetailsBanner .DetailsBanner_txt{ max-width:1360px;}

.header .header_nav .header_nav_left .nav_left_list {
    margin-right: 36px;
}
#pictureViewer > .content{
    width: 590px;
    height: 590px;
}

}










@media screen and (max-width:1440px){
	
.header .header_nav .header_nav_left .nav_left_list .left_list_title{ font-size:16px; color:#333333; display:flex; align-items:center; height:80px;}
	
.pc_all .pc_all_content,.banner .banner_list .banner_list_txt,.banner .banner_txt,.DetailsBanner .DetailsBanner_txt{ max-width:1200px;}
.DetailsBanner .DetailsBanner_img img{ height:450px;}
.DetailsBanner .DetailsBanner_img1 img{}


.header .header_nav .header_nav_left .nav_left_list{ margin-right:30px;}
.header .header_nav .header_nav_left .nav_left_list .left_list_title{ font-size:18px;}
.banner .banner_list .banner_list_txt .list_txt_dd{ font-size:38px;}
.banner .banner_list .banner_list_txt .list_txt_dt{}
.banner .banner_list .banner_list_txt .list_txt_btn{ font-size:14px; margin-top:66px;}
.banner .swiper-pagination,.banner .banner_txt,.Scroll{ bottom:33px;}
.banner .banner_txt .banner_txt_video{ width:160px; height:60px; font-size:14px;}
.banner .banner_txt .banner_txt_video span{ width:30px; height:30px; margin-right:10px;}
.banner .banner_txt .banner_txt_video span img{ max-height:8px;}
.banner .banner_list .banner_list_txt .list_txt_btn,.IService .IService_left .IService_left_btn a,.INews .INews_top .INews_top_right a,.ISlogan .ISlogan_right a{ width:130px; height:42px; background-size:100%; font-size:14px;}

.he_shubiao{ width:333px; height:333px;}
.he_shubiao span{ width:333px; height:333px;}

.header .header_nav .header_nav_left .nav_left_list:nth-child(2):hover .left_list_down{height:290px;}
.header .header_nav .header_nav_left .nav_left_list:nth-child(3):hover .left_list_down{height:400px;}
.header .header_nav .header_nav_left .nav_left_list:nth-child(4):hover .left_list_down{height:400px;}

.solution_content .solution_content_title .content_title_txt {
	width: 1200px;
    margin: 0 auto;
    padding: 0px 55px;
}
.hezuo .hezuo_title .hezuo_title_left .title_left_dt{ font-size:24px;}

.solution .solution_content .solution_content_txt .content_txt_list .txt_list_li .txt_list_img img{ width: 100%; height:500px; object-fit:cover;}
.solution .solution_content .solution_content_txt .content_txt_list .txt_list_li .txt_list_content{ position: absolute; bottom: 60px; width: 1220px; margin: 0 auto; left: 0; right: 0;}

.IService{ padding-top:75px;}
.IService .IService_left{ width:25%;}
.IService .IService_left .IService_left_title{ margin-bottom:90px;}
.IService .IService_left .IService_left_title .left_title_dd,.INews .INews_top .INews_top_left .top_left_dd{ font-size:24px;}
.IService .IService_left .IService_left_title .left_title_dt,.INews .INews_top .INews_top_left .top_left_dt{ font-size:14px;}
.IService .IService_right{ width: calc(100% - 25%); padding-top:0px;}
.IService .IService_right .IService_right_list .right_list_txt .list_txt_dd{ font-size:18px; margin-bottom:5px;}
.IService .IService_right .IService_right_list .right_list_txt .list_txt_dt{ font-size:14px;}
.IService .IService_right .IService_right_list:hover .right_list_txt .list_txt_more{ margin-top:15px;}
.IService .IService_right .IService_right_list:before{ width:68%;}

.ILogo{ padding:38px 0px;}

.INews .INews_content .INews_content_top .content_top_txt .top_txt_title{ font-size:18px; max-width:100%;}
.INews .INews_content .INews_content_top .content_top_txt .top_txt_txt{ font-size:14px;}
.INews .INews_content .INews_content_top .content_top_txt .top_txt_more{ margin-top:60px;}
.INews .INews_content .INews_content_top .content_top_txt{ padding:0px 35px; padding-right:70px;}
.INews .INews_content .INews_content_bottom .content_bottom_list{ padding:25px 0px;}
.INews .INews_content .INews_content_bottom .content_bottom_list .bottom_list_dd{ font-size:18px;}
.INews .INews_content .INews_content_bottom .content_bottom_list .bottom_list_dt{ font-size:14px; line-height:22px; margin-bottom:20px;}

.ISolution{ margin-top:70px;}

.ISolution .ISolution_content .ISolution_content_txt .content_txt_list .txt_list_dt{ font-size:18px;}
.ISolution .ISolution_content .ISolution_content_txt .content_txt_list:hover .txt_list_more{ margin-top:15px;}

.ISlogan{ padding:100px 0px;}
.ISlogan .ISlogan_left{ font-size:24px; line-height:40px;}

.index_bg{ background-size: 110%; }

.youshi .ys_right .ys_li .ys_txt {
    padding-top: 9px;
    height: 110px;
}

.Footer .Footer_top .Footer_top_left .top_left_bottom{ margin-top:40px;}
.Footer .Footer_top .Footer_top_left .top_left_bottom a{ font-size:14px; margin-right:22px;}
.Footer .Footer_bottom{ margin-top:35px; height:65px;}
.Footer .Footer_top .Footer_top_right .top_right_dd .right_dd_Email{ margin:22px 0px;}
.Footer .Footer_top .Footer_top_right .top_right_dd .right_dd_phone{ font-size:22px;}


.DetailsBanner .DetailsBanner_txt .DetailsBanner_txt_dd{ font-size:32px; margin-bottom:15px;}
.DetailsBanner .DetailsBanner_txt .DetailsBanner_txt_dt{ font-size:18px;}


.fmainpro-list-l{
	height:625px;
}

.About{}
.About .About_top{ margin-bottom:0px;}
.About .About_top .About_top_left .top_left_dt,.Company .Company_content .Company_content_title .content_title_dt,.Team .Team_title .Team_title_left .title_left_dt{ font-size:24px;}
.About .About_top .About_top_left .top_left_p{ font-size:18px;}
.About .About_top .About_top_left .top_left_txt{ margin-top:28px;}
.About .About_top .About_top_left .top_left_txt p{ font-size:16x; line-height:30px; margin-bottom:10px;}
.About .About_top .About_top_right{ width: calc(100% - 68%); }
.About .About_bottom .About_bottom_content .swiper-pagination span{ width:16px; height:16px;}
.About .About_bottom .About_bottom_content .swiper-pagination span:before{ width:6px; height:6px;}


.Company .pc_all_content{ height:500px;}
.Company .Company_content .Company_content_title{ margin-bottom:35px;}
.Company .Company_content .Company_content_txt{ height:290px;}
.Company .Company_content .Company_content_txt .content_txt_list{ margin-bottom:30px;}
.Company .Company_content .Company_content_txt .content_txt_list .txt_list_dd{ font-size:16px;}
.Company .Company_content .Company_content_txt .content_txt_list .txt_list_dd img{ max-width:25px;}
.Company .Company_content .Company_content_txt .content_txt_list .txt_list_dt{ font-size:14px;}

.tabBar_pro .con ul li .idxPro_con {height:240px;}
.tabBar_pro .con ul li .idxPro_con .idxPro_img {height:180px;}

.product .swiper-pro .swiper-button-next{bottom:10.08vw;}
.product .swiper-pro .swiper-button-prev{bottom:10.08vw;}



.fpro-list .con ul li .idxPro_con {height:240px;}
.fpro-list .con ul li .idxPro_con .idxPro_img {height:180px;}

.Team{ padding:60px 0px;}
.Team .Team_title{ margin-bottom:30px;}


.Development .Development_content{ padding:0px;}


.youshi .ys_left{padding:80px 20px 0 0;width:calc(100% - 700px);}
.youshi .ys_left .en span{font-size:56px;height:56px;line-height:56px;}
.youshi .ys_left p:nth-child(2){font-size:38px;height:46px;line-height:46px;margin-top:30px;}
.youshi .ys_left .ysl_span span{font-size:16px;}
.youshi .ys_right{width:700px;}
.youshi .ys_right .swiper-slide{margin-top:15px!important;}
.youshi .ys_right .ys_li{padding:15px 15px 15px;}
.youshi .ys_right .ys_li i{height:60px;background-size:auto 100%!important;}
.youshi .ys_right .ys_li .ys_txt{padding-top:0;}
.youshi .ys_right .ys_li .ys_txt p{font-size:12px;line-height:22px;}
.youshi .ys_right .ys_li .ys_txt p:first-child{font-size:17px;height:26px;line-height:26px;}

.Employing{ padding:60px 0px;}
.Employing .Employing_img img{ max-width:100%;}
.Employing .Employing_txt .Employing_txt_top .txt_top_dd,.DJoin .DJoin_top .DJoin_top_left .top_left_dd{ font-size:14px;}
.Employing .Employing_txt .Employing_txt_top .txt_top_dt,.DJoin .DJoin_top .DJoin_top_left .top_left_dt{ font-size:24px;}
.Employing .Employing_txt .Employing_txt_top .txt_top_p{ font-size:18px;}
.Employing .Employing_txt .Employing_txt_bottom{ font-size:14px; line-height:24px; margin-top:20px;}



.Environment{ padding:50px 0px;}
.Environment .Environment_title .Environment_title_dd,.BEnvironment .BEnvironment_list .BEnvironment_list_txt .list_txt_top .txt_top_dd{ font-size:14px;}
.Environment .Environment_title .Environment_title_dt,.BEnvironment .BEnvironment_list .BEnvironment_list_txt .list_txt_top .txt_top_dt{ font-size:24px;}
.Environment .Environment_content img{ max-width:100%;}
.BEnvironment .BEnvironment_list .BEnvironment_list_txt{ padding:35px 55px;}
.BEnvironment .BEnvironment_list .BEnvironment_list_txt .list_txt_top{ margin-bottom:14px;}
.BEnvironment .BEnvironment_list .BEnvironment_list_txt .list_txt_bottom{ font-size:14px; line-height:24px;}


.Staff .Staff_content .Staff_content_Switch .swiper-button-next, .Staff .Staff_content .Staff_content_Switch .swiper-button-prev{ width:33px; height:33px;}
.Staff .Staff_content .Staff_content_Switch .swiper-button-next:after, .Staff .Staff_content .Staff_content_Switch .swiper-button-prev:after{ font-size:15px;}


.Join{ padding-bottom:130px;}
.Join .Join_btn{ margin-top:50px;}


.DJoin{ padding:0 0px 60px; padding-bottom:110px;}
.DJoin .DJoin_top{ margin-bottom:33px;}
.DJoin .DJoin_top .DJoin_top_right a{ font-size:14px; padding:0px 20px; line-height:34px;}


.News .News_top{ margin-bottom:40px;}
.News .News_top .News_top_time,.News .News_top .News_top_right input[type="search"],.News .News_top .News_top_right input[type="button"]{ height:46px; font-size:16px;}
.News .News_content .News_content_list .content_list_txt .list_txt_dt{ font-size:16px; margin-bottom:15px;}
.News .News_content .News_content_list .content_list_txt .list_txt_p{ font-size:14px;}
.News .News_content .News_content_list .content_list_txt .list_txt_more{ margin-top:30px;}
.News .News_content .News_content_list .content_list_img img{ height:220px;}


.DPage{ margin-bottom:30px;}
.DPage a{ font-size:14px;}


.DNews{ padding-bottom:90px;}
.DNews .DNews_content .NewsDetails_left{ padding:30px;}
.DNews .DNews_content .NewsDetails_left .NewsDetails_left_title .left_title_dd{ font-size:24px;}
.DNews .DNews_content .NewsDetails_left .NewsDetails_left_content p{ font-size:14px; line-height:24px;}
.DNews .DNews_content .NewsDetails_left .news_page .news_page_left .page_left_list{ font-size:14px;}
.DNews .DNews_content .NewsDetails_left .news_page .news_page_left .page_left_list a{ font-size:14px;}
.DNews .DNews_content .NewsDetails_right{ padding:30px;}
.DNews .DNews_content .NewsDetails_right .NewsDetails_right_title{ margin-top:0px;}
.DNews .DNews_content .NewsDetails_right .NewsDetails_right_content .right_content_list{ padding:18px 0px;}
.DNews .DNews_content .NewsDetails_right .NewsDetails_right_content .right_content_list .content_list_title{ font-size:14px; line-height:23px;}
.DNews .DNews_content .NewsDetails_right .NewsDetails_right_content .right_content_list:last-child{ padding-bottom:0px;}


.layui-laypage a, .layui-laypage-curr, .layui-laypage-btn, .layui-laypage-disabled{ height:38px; width:38px; margin:0px 5px;}


.Service .Service_content{ margin-bottom:30px;}
.Service .Service_content .Service_content_list{ padding:20px 0px;}
.Service .Service_content .Service_content_list .content_list_left .list_left_dd{ font-size:16px;}
.Service .Service_content .Service_content_list .content_list_right{ width:36px; height:36px;}
.Service .Service_content .Service_content_list .content_list_right span{ width:12px; height:12px;}
.Service .Service_content .Service_content_list .content_list_right span img{ max-height:12px;}



.Product .Product_list:last-child .Product_list_txt{ width:57%;}
.Product .Product_list:nth-child(2n) .Product_list_txt{ left:4%;}
.Product .Product_list:nth-child(2n) .Product_list_txt .list_txt_bottom a{ width:40%;}
.Product .Product_list:nth-child(2n) .Product_list_txt .list_txt_bottom a:nth-child(2n){ width:55%;}
.Product .Product_list .Product_list_txt .list_txt_top{ margin-bottom:22px;}
.Product .Product_list .Product_list_txt .list_txt_top .txt_top_dd,.Product3_reservation .Product3_reservation_txt .reservation_txt_title .txt_title_dt{ font-size:24px; margin-bottom:8px;}
.Product .Product_list .Product_list_txt .list_txt_top .txt_top_dt{ font-size:14px;}
.Product .Product_list .Product_list_txt .list_txt_bottom a{ font-size:14px;}
.Product .Product_list .Product_list_txt .list_txt_more{ margin-top:30px; font-size:14px; width:120px; height:40px;}




.DJoin .DJoin_bottom .DJoin_bottom_list{ padding:25px;}
.DJoin .DJoin_bottom .DJoin_bottom_list .bottom_list_title{ padding:0px;}
.DJoin .DJoin_bottom .DJoin_bottom_list .bottom_list_title .list_title_left .title_left_dd{ font-size:16px; margin-bottom:10px;}
.DJoin .DJoin_bottom .DJoin_bottom_list .bottom_list_title .list_title_left .title_left_dt{ font-size:14px;}
.DJoin .DJoin_bottom .DJoin_bottom_list .bottom_list_title .list_title_right{ width:45px; height:45px; font-size:18px;}

.DJoin .DJoin_bottom .Weixiu_bottom_list .bottom_list_title .list_title_left .title_left_dd{ font-size:18px; margin-bottom:0px;}


.Product .Product_list:nth-child(3) .Product_list_txt .list_txt_bottom a{ width:40%;}
.Product2 .Product2_list .Product2_list_txt .list_txt_title{ font-size:24px; height:62px;}
.Product2 .Product2_list .Product2_list_txt .list_txt_content a{ font-size:15px;}
.Product2 .Product2_list .Product2_list_txt .list_txt_content .txt_content_t{ font-size:15px;}


.Product3,.Product3_one,.Product3_two{ padding:65px 0px;}
.Product3 span{ font-size:16px;}

.Product3_one .pc_all_content .Product3_one_list{ width:46%;}
.Product3_one .pc_all_content .Product3_one_list .one_list_title{ margin-bottom:22px;}
.Product3_one .pc_all_content .Product3_one_list .one_list_title .list_title_dt{ font-size:24px;}
.Product3_one .pc_all_content .Product3_one_list .one_list_txt{ font-size:15px; line-height:28px;}


.Product3_two .Product3_two_title .two_title_dt{ font-size:24px;}
.Product3_two .Product3_two_content .two_content_list .content_list_dd{ font-size:18px; margin-bottom:15px;}
.Product3_two .Product3_two_content .two_content_list .content_list_dt{ font-size:15px;}


.Product3_scenario .Product3_scenario_content .scenario_content_list{ padding:30px;}
.Product3_scenario .Product3_scenario_content .scenario_content_list .content_list_dd{ font-size:24px;}
.Product3_scenario .Product3_scenario_content .scenario_content_list .content_list_dt{ font-size:16px; margin:13px 0px;}
.Product3_scenario .Product3_scenario_content .scenario_content_list .content_list_p{ font-size:15px;}



.Product3_Process .Product3_Process_content .Process_content_list .content_list_top{ height:70px;}
.Product3_Process .Product3_Process_content .Process_content_list .content_list_top .list_top_dd{ font-size:18px;}
.Product3_Process .Product3_Process_content .Process_content_list .content_list_top .list_top_dd span{ font-size:22px;}
.Product3_Process .Product3_Process_content .Process_content_list .content_list_down{ padding:30px 37px;}


.Product3_reservation .Product3_reservation_img img{ width:100%; height:440px; object-fit:cover;}
.Product3_reservation .Product3_reservation_txt{ padding:0px 4%;}


.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt5 .list_txt5_li .txt5_li_dt{ font-size:14px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_top,.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt,.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt4,.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt5{ padding-right:0px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt .list_txt_li{ margin-right:25px;}



.Contact{ padding-bottom:60px;}
.Contact .Contact_content .Contact_content_list{ padding:40px 30px;}
.Contact .Contact_content .Contact_content_list .content_list_top .list_top_left .top_left_dd{ font-size:22px;}
.Contact .Contact_content .Contact_content_list .content_list_top .list_top_left .top_left_dt{ font-size:18px;}
.Contact .Contact_content .Contact_content_list .content_list_bottom{ font-size:20px;}


.message .message_form .message_form_title{ font-size:24px; margin-bottom:35px;}
.message .message_form .message_form_content .form_content_list .content_list_right textarea{ height:100px;}



.header .header_nav .header_nav_left .nav_left_list:hover .left_list_down{ height:240px; padding:45px; transition:all ease 0.6s; border-top:1px solid #dcdcdc; padding-left:85px;}

.header .header_nav .header_nav_left .nav_left_list:hover .left_list_down_nopic{ width:140px; height:200px; left:-28px; padding:10px 5px; transition:all ease 0.6s; border-top:1px solid #dcdcdc;}


.header .header_nav .header_nav_left .nav_left_list:nth-child(4){ position:relative;}
.header .header_nav .header_nav_left .nav_left_list:nth-child(5){ position:relative;}
.header .header_nav .header_nav_left .nav_left_list:nth-child(6){ position:relative;}
.header .header_nav .header_nav_left .nav_left_list:nth-child(7){ position:relative;}
.header .header_nav .header_nav_left .nav_left_list:nth-child(8){ position:relative;}
.header .header_nav .header_nav_left .nav_left_list:nth-child(9){ position:relative;}
.header .header_nav .header_nav_left .nav_left_list:nth-child(10){ position:relative;}
.header .header_nav .header_nav_left .nav_left_list:nth-child(4):hover{ position:relative;}
.header .header_nav .header_nav_left .nav_left_list:nth-child(5):hover{ position:relative;}
.header .header_nav .header_nav_left .nav_left_list:nth-child(6):hover{ position:relative;}
.header .header_nav .header_nav_left .nav_left_list:nth-child(7):hover{ position:relative;}
.header .header_nav .header_nav_left .nav_left_list:nth-child(8):hover{ position:relative;}
.header .header_nav .header_nav_left .nav_left_list:nth-child(9):hover{ position:relative;}
.header .header_nav .header_nav_left .nav_left_list:nth-child(10):hover{ position:relative;}



.Honor .Honor_content .Honor_content_list .content_list_box .content_list_dd{ height: 230px;}
.Honor .Honor_content .Honor_content_list .content_list_box .content_list_dd img{ max-height: 230px;}
.Honor .Honor_content .Honor_content_list .content_list_box .content_list_dt{ font-size: 15px; height: 40px; display: flex; align-items: center;}


.fpro-list .fpro-list-li .list-li-content .li-content-txt {
    width: 55%;
    padding: 5% 5% 8% 2%;
}
.fpro-list .fpro-list-li .list-li-content .li-content-txt .content-txt-title dd {
    font-size: 22px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#pictureViewer > .content{
    width: 590px;
    height: 590px;
}

}





@media screen and (max-width:1360px){
.Product3_one .pc_all_content .Product3_one_list{ width:40%;}
.Product3_one .pc_all_content .Product3_one_list:last-child{ width:54%;}
.Product3_one:before{ left: -13%;}
}



@media screen and (max-width:1200px){
.pc_all .pc_all_content, .banner .banner_list .banner_list_txt, .banner .banner_txt, .DetailsBanner .DetailsBanner_txt{ width: 92% !important; margin: 0 auto;}
.header{padding:0 1% 0 1%; }
.header .header_logo{ width:23%;}
.header .header_logo .header_logo_dd{ margin-right:0px;}
.header .header_nav{ width:77%;}
.header .header_nav .header_nav_left .nav_left_list{ margin-right:14px;}
.header .header_nav .header_nav_left .nav_left_list .left_list_title{ font-size:14px;}
.header .header_nav .header_nav_left .nav_left_list:last-child{ margin-right:10px;}
.header .header_nav .header_nav_right a:last-child{ margin-left:10px;}
.header .header_nav .header_nav_lang .en{margin-left: 10px;}
.header_logo .header_logo_dd {margin-right: 10px;}
.header_logo .header_logo_dd img{ max-width:80%;}


.video .video_txt{ width:90%;}
.video .video_txt_icon{ position:relative; top:30px;}
.dot{left: 52%;top: 80px;}
.video .video_txt_list{top:50%;}
.click_video img{ max-width:100%;}

.mo_footer{ display:block;}
.mo_top{display: block;}
.mo_height{ height: 50px;}
.slick-dots li{ width: 10px !important; height: 1px !important; margin: 0px 4px !important;}

.hight,.pc_top_company,.banner .banner_txt,.buildnum{ display: none;}

input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#999999; font-size:13px !important;}
input::-webkit-input-placeholder{ /* WebKit browsers */ color:#999999; font-size:13px !important;}
input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#999999; font-size:13px !important;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:13px !important;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:13px !important;}
textarea::-webkit-input-placeholder{color:#999999; font-size:13px !important;}



.pro-detail-xg { display:none;}
.pro-detail-cs {width: calc(100% - 600px);}

.pc_show{ display:none;}
.mo_show{ display:block;}




.banner .banner_bottom{ display:none;}
.banner .banner_list .banner_list_txt .list_txt_dd{ font-size:20px; margin-bottom:5px;max-width: 100%;}
.banner .swiper-button-next::after,.banner .swiper-button-prev::after{ font-size:20px;}
.banner .banner_list .banner_list_txt .list_txt_btn{ width:125px; height:40px; font-size:13px;}
.banner .banner_list .banner_list_txt .list_txt_btn img{ margin-left:14px;}




.banner .banner_icon{ display:none;}
.Scroll{ display:none;}
.banner .banner_list .banner_list_txt{ height:100%;}
.banner .banner_list .banner_list_txt .list_txt_icon{ display:none;}
.banner .banner_list .banner_list_txt .list_txt_dt{ font-size:13px; max-width: 100%;}
.banner .banner_list .banner_list_txt .list_txt_btn{ margin-top:58px;}


.index_bg{ background-size: auto;}
.Footer .Footer_top{ display:none;}
.he_shubiao{ display:none;}

.banner .banner_list .banner_list_txt .list_txt_btn,.IService .IService_left .IService_left_btn a,.INews .INews_top .INews_top_right a,.ISlogan .ISlogan_right a{ width:125px; height:38px; background-size:100%; font-size:12px;}
.banner .swiper-pagination{ bottom:8%;}
.banner .swiper-pagination span{ width:12px; height:12px;}
.banner .swiper-pagination span:before{ width:4px; height:4px;}


.IService{ padding:40px 0px;}
.IService{ padding-bottom:0px;}
.IService .IService_left{ position:relative;}
.IService .IService_left .IService_left_btn { position:absolute; right:0; top:0;}
.IService .IService_left .IService_left_title .left_title_dd, .INews .INews_top .INews_top_left .top_left_dd{ font-size:18px;}
.IService .IService_left .IService_left_title{ margin-bottom:25px;}
.IService .IService_left,.IService .IService_right{ width:100%;}
.IService .pc_all_content{ display:block;}
.IService .IService_right{ margin-top:30px; flex-wrap:wrap;}
.IService .IService_right .IService_right_list{ margin-top:0px; width:100%; margin-bottom:20px;}
.IService .IService_right .IService_right_list:last-child{ margin-bottom:0px;}
.IService .IService_right .IService_right_list .right_list_txt{ padding:20px;}
.IService .IService_right .IService_right_list .right_list_txt .list_txt_dd{ font-size:16px;}
.IService .IService_right .IService_right_list .right_list_txt .list_txt_more{ display:none;}


.solution .solution_content .solution_content_title .content_title_txt {width:1000px;}

.ILogo{ padding:26px 0px;}


.INews .INews_top{ margin-bottom:25px;}
.INews .INews_top .INews_top_left{ width:calc(100% - 150px);}
.INews .INews_content .INews_content_top .content_top_txt{ position:relative; background:#1876af; width:100%; padding:22px;}
.INews .INews_content .INews_content_top .content_top_txt:after,.INews .INews_content .INews_content_top:before{ display:none;}
.INews .INews_content .INews_content_top .content_top_txt .top_txt_title{ margin:11px 0px; font-size:16px;}
.INews .INews_content .INews_content_top .content_top_txt .top_txt_more{ margin-top:33px;}
.INews .INews_content .INews_content_bottom{ flex-wrap:wrap;}
.INews .INews_content .INews_content_bottom .content_bottom_list{ width:100%;}
.INews .INews_content .INews_content_bottom .content_bottom_list{}
.INews .INews_content .INews_content_bottom .content_bottom_list .bottom_list_dd{ font-size:16px;}


.ISolution{ margin-top:40px;}
.ISolution .ISolution_content .ISolution_content_txt .content_txt_list:nth-child(1):before,.ISolution .ISolution_content .ISolution_content_txt .content_txt_list:nth-child(1):after{ display:none;}
.ISolution .ISolution_content .ISolution_content_txt .content_txt_list{ padding:20px 0px; align-items:center; border-right:1px solid rgba(255,255,255,.3);}
.ISolution .ISolution_content .ISolution_content_txt .content_txt_list:last-child{ border-right:0px;}
.ISolution .ISolution_content .ISolution_content_txt .content_txt_list .txt_list_dt{ font-size:13px; display:block; text-align:center;}
.ISolution .ISolution_content .ISolution_content_txt .content_txt_list .txt_list_dt span{ font-size:13px; width:100%;}
.ISolution .ISolution_content .ISolution_content_txt .content_txt_list .txt_list_dt span:before{ margin:0px 3px; width:2px; height:2px; display:none;}
.ISolution .ISolution_content .ISolution_content_txt .content_txt_list .txt_list_icon img{ width:25px;}
.ISolution .ISolution_content .ISolution_content_txt .content_txt_list .txt_list_dd{ margin:5px 0px; font-size:13px;}
.ISolution .ISolution_content .ISolution_content_txt .content_txt_list .txt_list_more{ display:none;}


.ISlogan{ padding:30px 0px;}
.ISlogan .pc_all_content{ display:block;}
.ISlogan .ISlogan_left,.ISlogan .ISlogan_right{ width:100%;}
.ISlogan .ISlogan_left{ margin-bottom:25px; font-size:18px; line-height:24px;}
.ISlogan .ISlogan_left br{ display:none;}

.solution .solution_content .solution_content_txt .content_txt_list .txt_list_li .txt_list_content { width:1000px;}

.tabBar .hd li{ padding:0 8px 0 8px;}

.Footer{ background:url(../images/bn26.png) no-repeat 50%/cover;}
.Footer .Footer_bottom{ margin-top:0px; height:auto; padding:20px 0px; display:block; text-align:center; border-top:0px;}
.Footer .Footer_bottom .Footer_bottom_dd{ display:block;}
.Footer .Footer_bottom .Footer_bottom_dt{ display:block; text-align:center;}

.yd .yd_left p:first-child{ font-size:28px;}
.yd .yd_left p:last-child{ font-size:16px; line-height:30px;}


.DetailsBanner .DetailsBanner_txt .DetailsBanner_txt_dd{ font-size:18px; margin-bottom:8px;}
.DetailsBanner .DetailsBanner_txt .DetailsBanner_txt_dt{ font-size:14px;}



.About{ padding:35px 0px;}
.About .About_top{ display:block;}
.About .About_top .About_top_left{ margin-bottom:22px;}
.About .About_top .About_top_left,.About .About_top .About_top_right{ width:100%;}
.About .About_top .About_top_left .top_left_dd{ font-size:14px;}
.About .About_top .About_top_left .top_left_dt, .Company .Company_content .Company_content_title .content_title_dt, .Team .Team_title .Team_title_left .title_left_dt{ font-size:18px;}
.About .About_top .About_top_left .top_left_p{ font-size:16px;}
.About .About_top .About_top_left .top_left_txt{ margin-top:13px;}
.content_list_video .list_video_content{ width:92%;}


.Company:before,.Company:after{ display:none;}
.Company .Company_content{ width:100%; background:#408fbf; padding:20px;}
.Company .pc_all_content{ height:auto; padding:35px 0px;}
.Company .Company_content .Company_content_txt{ height:auto;}


.Team{ padding:35px 0px;}
.Team .Team_title{ display:block; text-align:center;}
.Team .Team_title .Team_title_right{ margin-top:25px;}
.Team .Team_title .Team_title_right a{ font-size:14px; height:34px; margin-right:10px;}
.Team .Team_content .Team_content_list{ padding:20px; padding-bottom:0px;}
.Team .Team_content .Team_content_list .content_list_title .list_title_left .title_left_dd{ font-size:16px;}
.Team .Team_content .Team_content_list .content_list_title .list_title_left .title_left_dt{ font-size:14px; margin-top:5px;}
.Team .Team_content .Team_content_list .content_list_title .list_title_right{ width:32px; height:32px; font-size:14px;}
.Team .Team_content .Team_content_list .content_list_txt{ padding:20px 0px; font-size:14px;}
.Team .Team_title .Team_title_right{ display:flex; justify-content:center;}

.Development{ padding:35px 0px;}
.Development .Development_content .Development_content_list{ height:auto;}
.Development .Development_content .Development_content_list.swiper-slide-active{ padding:25px;}
.Development .Development_content .Development_content_list .content_list_dd span{ font-size:30px;}
.Development .Development_content .Development_content_list .content_list_dt{ font-size:14px;}
.Development .Development_time{ padding:0px;}
.Development .Development_title{ margin-bottom:25px;}
.Development .Development_title .Development_title_dd{ font-size:14px;}
.Development .Development_title .Development_title_dt{ font-size:16px;}
.Development .Development_time{ margin-top:40px;}


.Honor .Honor_content .Honor_content_list{ transform: scale(1);}
.Honor .Honor_content .Honor_content_list.swiper-slide-active{ margin-left:0px;}
.Honor .Team_title .Team_title_right .title_right_prev, .Honor .Team_title .Team_title_right .title_right_next{ font-size:16px; height:36px; width:36px;}
.Honor .Honor_content .Honor_content_list .content_list_box .content_list_dt{ font-size:16px;}



.Employing{ padding:35px 0px;}
.Employing .Employing_txt .Employing_txt_top .txt_top_dt, .DJoin .DJoin_top .DJoin_top_left .top_left_dt{ font-size:18px;}
.Employing .Employing_txt{ position:relative; top:0; left:0; margin-top:25px;}
.Employing .Employing_txt .Employing_txt_top .txt_top_p{ font-size:16px;}


.Environment{ padding:35px 4%;}
.Environment .Environment_title{ margin-bottom:25px;}
.Environment .Environment_content{ display:block;}
.Environment .Environment_content .Environment_content_left{ margin-bottom:12px;}
.Environment .Environment_content .Environment_content_left,.Environment .Environment_content .Environment_content_right{ width:100%;}


.BEnvironment{ padding:35px 0px;}
.BEnvironment .BEnvironment_list{ display:block;}
.BEnvironment .BEnvironment_list .BEnvironment_list_img,.BEnvironment .BEnvironment_list .BEnvironment_list_txt{ width:100%;}
.BEnvironment .BEnvironment_list .BEnvironment_list_txt{ padding:25px;}
.Environment .Environment_title .Environment_title_dt, .BEnvironment .BEnvironment_list .BEnvironment_list_txt .list_txt_top .txt_top_dt{ font-size:18px;}


.Staff{ padding:35px 0px;}
.Staff .Staff_content .Staff_content_Switch{ margin-top:30px;}


.Join{ padding-bottom:80px;}
.Join .Join_btn{ margin-top:25px;}


.News{ padding:35px 0px;}
.News .DJoin_top{ display:block; text-align:center;}
.News .DJoin_top .DJoin_top_left{ margin-bottom:25px;}
.News .DJoin_top .DJoin_top_left,.News .DJoin_top .DJoin_top_right{ width:100%;}
.News .DJoin_top .DJoin_top_right a{ padding:0px; margin-right:6px; width:100%;}
.News .News_top{ display:block;}
.News .News_top .News_top_time{ margin-bottom:15px;}
.News .News_top .News_top_time,.News .News_top .News_top_right{ width:100%;}
.News .News_content .News_content_list{ display:inline-block; width:49%; margin-right:2%; vertical-align:top; }
.News .News_content .News_content_list:nth-child(2n){margin-right:0;}
.News .News_content .News_content_list .content_list_img,.News .News_content .News_content_list .content_list_txt{ width:100%;}
.News .News_content .News_content_list .content_list_txt{ padding:25px;}
.News .News_content{ margin-bottom:30px;}


.DNews .DNews_content{ display:block;}
.DNews .DNews_content .NewsDetails_left,.DNews .DNews_content .NewsDetails_right{ width:100%;}
.DNews .DNews_content .NewsDetails_left{ padding:22px; margin-bottom:25px;}
.DNews .DNews_content .NewsDetails_right{ padding:22px; display:none;}
.DNews .DNews_content .NewsDetails_left .NewsDetails_left_title .left_title_dd,.DNews .DNews_content .NewsDetails_right .NewsDetails_right_title{ font-size:18px;}
.DNews .DNews_content .NewsDetails_right .NewsDetails_right_title{ margin-bottom:0px;}



.Service{ padding:35px 0px; padding-bottom:85px;}
.Service .DJoin_top{ display:block; text-align:center;}
.Service .DJoin_top .DJoin_top_left,.Service .DJoin_top .DJoin_top_right{ width:100%;}
.Service .DJoin_top .DJoin_top_right{ flex-wrap:wrap; margin-top:25px;}
.Service .DJoin_top .DJoin_top_right a{ padding:0px; margin-right:2%; width:32%; margin-bottom:2%;}
.Service .DJoin_top .DJoin_top_right a:nth-child(3n){ margin-right:0px;}
.Service .Service_content .Service_content_list .content_list_left{ width:calc(100% - 55px);}
.Service2 .DJoin_top .DJoin_top_right{ flex-wrap:wrap; margin-top:25px;}
.Service2 .DJoin_top .DJoin_top_right a{ padding:0px; margin-right:2%; width:32%; margin-bottom:2%;}
.Service2 .DJoin_top .DJoin_top_right a:nth-child(3n){ margin-right:0px;}
.Service2 .Service2_content .Service2_content_list{ padding:22px; margin-bottom:12px;}
.Service2 .Service2_content .Service2_content_list .content_list_left{ width:calc(100% - 65px);}
.Service2 .Service2_content .Service2_content_list .content_list_left .list_left_dd{ font-size:16px;}
.Service2 .Service2_content .Service2_content_list .content_list_left .list_left_dt{ font-size:14px; margin-top:10px; margin-bottom:10px;}
.Service2 .Service2_content{ margin-bottom:33px;}
.Service4 .Service_content{ padding-top:30px;}
.Service4 .Service_content .Service4_title{ font-size:20px;}
.Service4 .Service_content .Service4_form .Service4_form_rido{ display:block; padding:0px;}
.Service4 .Service_content .Service4_form .Service4_form_rido .form_rido_right{ width:100%; margin-top:15px; flex-wrap:wrap;}
.Service4 .Service_content .Service4_form .Service4_form_rido .form_rido_right .rido_right_li{ margin-right:20px;}
.Service4 .Service_content .Service4_form .Service4_form_rido .form_rido_right .rido_right_li .right_li_btn{ font-size:14px;}
.Service3 .Service_content{ padding:30px 0px;}
.Service3 .Service_content .Service3_top{ display:block;}
.Service3 .Service_content .Service3_top .Service3_top_left{ margin-bottom:15px;}
.Service3 .Service_content .Service3_top .Service3_top_left,.Service3 .Service_content .Service3_top .Service3_top_right{ width:100%;}


.Product{ padding:35px 0px;}
.Product .Product_list{ display:block;}
.Product .Product_list .Product_list_moimg{ display:block;}
.Product .Product_list .Product_list_pcimg{ display:none;}
.Product .Product_list .Product_list_txt{ position:relative; width:100%; right:0; padding:25px;}
.Product .Product_list .Product_list_txt .list_txt_bottom a{ width:100%;}
.Product .Product_list:nth-child(2n) .Product_list_txt{ left:0;}
.Product .Product_list:nth-child(2n) .Product_list_txt .list_txt_bottom a:nth-child(2n),.Product .Product_list:nth-child(2n) .Product_list_txt .list_txt_bottom a{ width:100%;}
.Product .Product_list:last-child .Product_list_txt{ width:100%;}
.Product .Product_list:nth-child(3) .Product_list_txt .list_txt_bottom a,.Product .Product_list:nth-child(3) .Product_list_txt .list_txt_bottom a:nth-child(2n){ width:100%;}
.Product .Product_list .Product_list_txt .list_txt_more{ margin-top:15px;}


.DJoin{ padding:35px 0px;}
.DJoin .DJoin_top{ display:block; text-align:center;}
.DJoin .DJoin_top .DJoin_top_right{ margin-top:10px; justify-content:center;}
.DJoin .DJoin_bottom .DJoin_bottom_list{ width:100%;}
.DJoin .DJoin_bottom .DJoin_bottom_list .bottom_list_title .list_title_left .title_left_dt{ font-size:12px;}
.DJoin .DJoin_bottom .DJoin_bottom_list .bottom_list_title .list_title_left .title_left_dt span{ margin:0px 5px;}

.JoinDown .JoinDown_bg .JoinDown_content{ width:92%; padding:22px; padding-top:40px;}
.JoinDown .JoinDown_bg .JoinDown_content .JoinDown_content_down p{ font-size:14px;}
.JoinDown .JoinDown_bg .JoinDown_content .JoinDown_content_title .content_title_dd{ font-size:16px;}
.JoinDown .JoinDown_bg .JoinDown_content .JoinDown_content_title .content_title_dt,.JoinDown .JoinDown_bg .JoinDown_content .JoinDown_content_txt{ font-size:14px;}
.JoinDown .JoinDown_bg .JoinDown_content .JoinDown_content_txt{ flex-wrap:wrap;}
.JoinDown .JoinDown_bg .JoinDown_content .JoinDown_content_txt span{ margin:0px 5px;}
.JoinDown .JoinDown_bg .JoinDown_content .JoinDown_content_more{ width:130px; height:32px; font-size:12px; margin-top:20px;}
.JoinDown .JoinDown_bg .JoinDown_content .JoinDown_content_down{ height:200px; overflow:auto;}





.Product2{ padding:35px 0px;}
.Product2 .pc_all_content{ justify-content:space-between;}
.Product2 .Product2_list{ width:100%; margin-right:0px; margin:0 auto; margin-bottom:25px;}
.Product2 .Product2_list .Product2_list_txt{ padding:22px;}
.Product2 .Product2_list .Product2_list_img img{ height:245px; object-fit:cover;}
.Product2 .Product2_list .Product2_list_txt .list_txt_title{ height:auto; font-size:18px;}
.Product2 .Product2_list .Product2_list_txt .list_txt_content{ display:flex; flex-wrap:wrap; justify-content:space-between;}
.Product2 .Product2_list .Product2_list_txt .list_txt_content a{ width:48%; margin-bottom:10px;}
.Product2 .Product2_list .Product2_list_txt .list_txt_content .txt_content_t{ max-width:100%;}



.Product3{ padding:35px 0px;}
.Product3 span{ font-size:14px; line-height:26px; padding:0px;}
.Product3 span:before,.Product3 span:after{ display:none;}


.Product3_one{ padding:35px 0px;}
.Product3_one .pc_all_content{ display:block;}
.Product3_one .pc_all_content .Product3_one_list{ width:100%; margin-bottom:25px;}
.Product3_one .pc_all_content .Product3_one_list:last-child{ margin-bottom:0px;}
.Product3_one:before{ display:none;}
.Product3_one .pc_all_content .Product3_one_list .one_list_title{ margin-bottom:20px;}
.Product3_one .pc_all_content .Product3_one_list .one_list_title .list_title_dd,.Product3_two .Product3_two_title .two_title_dd,.Product3_reservation .Product3_reservation_txt .reservation_txt_title .txt_title_dd{ font-size:14px;}
.Product3_one .pc_all_content .Product3_one_list .one_list_title .list_title_dt,.Product3_two .Product3_two_title .two_title_dt,.Product3_reservation .Product3_reservation_txt .reservation_txt_title .txt_title_dt{ font-size:20px;}
.Product3_one .pc_all_content .Product3_one_list .one_list_txt{ font-size:14px; line-height:26px;}
.Product3_one .pc_all_content .Product3_one_list .one_list_bottom .list_bottom_li{ width:100%;}
.Product3_one .pc_all_content .Product3_one_list .one_list_bottom .list_bottom_li:last-child{ margin-top:25px;}


.Product3_two{ padding:35px 0px;}
.Product3_two .Product3_two_content{ margin-top:25px; display:block;}
.Product3_two .Product3_two_content .two_content_list{ width:100%; padding:25px; border-radius:5px;}
.Product3_two .Product3_two_content .two_content_list:nth-child(1){ margin-bottom:20px;}
.Product3_two .Product3_two_content .two_content_list .content_list_dd{ font-size:16px; margin-bottom:15px;}
.Product3_two .Product3_two_content .two_content_list .content_list_dd img{ height:33px; margin-right:8px;}
.Product3_two .Product3_two_content .two_content_list .content_list_dt{ font-size:14px; line-height:24px; margin-bottom:20px; height: auto;}
.Product3_two .Product3_two_content .two_content_list .content_list_more{ width:132px; height:36px; font-size:13px;}



.Product3_scenario .Product3_scenario_content{ margin-top:25px;}
.Product3_scenario .Product3_scenario_content .scenario_content_list{ width:100%; margin-right:0px; padding:20px;}
.Product3_scenario .Product3_scenario_content .scenario_content_list .content_list_dd{ font-size:18px;}
.Product3_scenario .Product3_scenario_content .scenario_content_list .content_list_dd img{ height:33px;}
.Product3_scenario .Product3_scenario_content .scenario_content_list .content_list_dd span{ margin-right:8px;}
.Product3_scenario .Product3_scenario_content .scenario_content_list .content_list_dt{ font-size:16px; margin:13px 0px;}
.Product3_scenario .Product3_scenario_content .scenario_content_list .content_list_p{ font-size:14px;}


.Product3_Process .Product3_Process_content{ margin-top:25px;}
.Product3_Process .Product3_Process_content .Process_content_list .content_list_top{ padding:0px 22px; height:55px;}
.Product3_Process .Product3_Process_content .Process_content_list .content_list_top .list_top_dd{ font-size:16px;}
.Product3_Process .Product3_Process_content .Process_content_list .content_list_top .list_top_dd span{ font-size: 22px;}
.Product3_Process .Product3_Process_content .Process_content_list .content_list_top .list_top_dt span{ width:32px; height:32px; font-size:14px;}
.Product3_Process .Product3_Process_content .Process_content_list .content_list_down{ padding:16px 22px; font-size:14px;}
.Product3_Process .Product3_Process_content .Process_content_list .content_list_down:before{ width:calc(100% - 22px * 2);}



.Product3_reservation{ padding:35px 0px;}
.Product3_reservation .pc_all_content{ display:block;}
.Product3_reservation .Product3_reservation_img,.Product3_reservation .Product3_reservation_txt{ width:100%;}
.Product3_reservation .Product3_reservation_txt{ padding:20px;}
.Product3_reservation .Product3_reservation_txt .reservation_txt_form .txt_form_list:nth-child(1), .Product3_reservation .Product3_reservation_txt .reservation_txt_form .txt_form_list:nth-child(2){ width:100%;}




.DProduct .DPage{ margin:25px 0px;}
.DProduct{ margin-bottom:0px;}
.DProduct .DProduct_content{ display:block;}
.DProduct .DProduct_content .DProduct_content_left,.DProduct .DProduct_content .DProduct_content_right{ width:100%;}
.DProduct .DProduct_content .DProduct_content_right{ margin-top:25px;}
.DProduct .DProduct_content .DProduct_content_left{ padding:25px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_top{ padding-right:0px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_top .left_top_dd,.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_title{ font-size:20px; margin-bottom:15px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_top .left_top_dt p{ font-size:14px; line-height:24px; margin-bottom:10px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_title{ padding-bottom:14px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt{ flex-wrap:wrap; padding-right:0px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt .list_txt_bottom .list_txt_li{ width:100%; position:relative; font-size:14px; margin-right:0px; padding-left:35px; margin-bottom:15px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt .list_txt_bottom .list_txt_li span{ position:absolute; left:0%; width:22px; height:22px; font-size:12px; font-weight:normal;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list{ margin-bottom:20px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt2{ padding:30px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt2 .list_txt2_li{ width:100%; margin-bottom:20px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt2 .list_txt2_li:nth-child(1), .DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt2 .list_txt2_li:nth-child(2){ margin-bottom:30px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt2 .list_txt2_li .txt2_li_dd{ font-size:16px; margin-bottom:8px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt2 .list_txt2_li .txt2_li_dt{ font-size:14px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt3{ padding:0px; margin-top:30px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt3 .list_txt3_li .txt3_li_top .li_top_dd{ font-size:14px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt3 .list_txt3_li .txt3_li_top .li_top_dt{ font-size:12px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt3 .list_txt3_li .txt3_li_bottom{ font-size:12px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt4{ padding-right:0px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt4{ overflow:auto;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt4 table{ width:1100px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt5{ padding-right:0px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt5 .list_txt5_li .txt5_li_dt{ font-size:14px; margin-top:15px;}


.Product3_reservation .Product3_reservation_img img{ height:auto;}



.Contact .Contact_content .Contact_content_list{ width:100%; margin-bottom:20px;}
.Contact .Contact_content .Contact_content_list:last-child{ margin-bottom:0px;}
.Contact .Contact_content .Contact_content_list .content_list_top{ margin-bottom:35px;}
.Contact .Contact_content .Contact_content_list .content_list_top .list_top_left .top_left_dd{ font-size:20px;}
.Contact .Contact_content .Contact_content_list .content_list_top .list_top_left .top_left_dt{ font-size:16px;}
.Contact .DJoin_top .DJoin_top_left .top_left_p{ font-size:14px;}


.message{ display:block; margin-bottom:0px;}
.message:before{ display:none;}
.message .message_left,.message .message_form{ width:100%;}
.message .message_form{ padding:30px;}
.message .message_form .message_form_title{ font-size:18px;}
.message .message_form .message_form_content .form_content_list{ width:100%;}
.message .message_form .message_form_content .form_content_list .content_list_left{ font-size:14px;}
.message .message_form .message_form_content .form_content_submit input{ height:36px; font-size:14px;}



.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt .list_txt_top .txt_top_dt{ font-size:14px; line-height:24px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt .list_txt_top .txt_top_dd{ font-size:16px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt6 .list_txt6_con .txt6_con_li{ width:100%; margin-right:0px; height:auto; padding:20px 0px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt6 p{ font-size:14px; line-height:24px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt7{ display:block;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt7 .list_txt7_left,.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt7 .list_txt7_right{ width:100%;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt7 .list_txt7_left{ margin-bottom:25px; font-size:14px; line-height:24px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt6 .list_txt6_bottom .txt6_bottom_li{ width:100%;}
.DProduct .DProduct_content .DProduct_content_left .content_left_top .left_top_dt{ display:block;}
.DProduct .DProduct_content .DProduct_content_left .content_left_top .left_top_dt .top_dt_l,.DProduct .DProduct_content .DProduct_content_left .content_left_top .left_top_dt .top_dt_r{ width:100%;}
.DProduct .DProduct_content .DProduct_content_left .content_left_top .left_top_dt .top_dt_l p{ font-size:14px; margin-bottom:8px;}
.DProduct .DProduct_content .DProduct_content_left .content_left_top .left_top_dt .top_dt_r{ text-align:center;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt3 .list_txt3_li{ margin-bottom:25px; width:49%;}
.DProduct .DProduct_content .DProduct_content_left .content_left_content .left_content_list .content_list_txt3:before{ display:none;}


}


@media screen and (max-width:950px){
.pc_index .pc_header{ position:fixed; padding:0px;}
.AboutBanner{ margin-top:50px;}
.pc_index .banner{ margin-top:51px;}
.pc_header .pc_header_content .header_content_logo{ line-height:50px;}
}



@media screen and (max-width:768px){



}


@media screen and (max-width:600px){
.banner,.banner .banner_list .banner_list_img,.banner .banner_list{ height: 430px !important;}
.DetailsBanner .DetailsBanner_img img{ height:230px;}



.layui-laypage{}
.layui-laypage-limits,.layui-laypage-skip,.layui-laypage-count{ display:none;}
.layui-laypage a,.layui-laypage-curr,.layui-laypage-disabled{ font-size:13px; padding:0px 10px; line-height:30px; margin:0px 5px;}



}


@media screen and (max-width:375px){


}
@media screen and (max-width:360px){


}


@media screen and (max-width:320px){

}