@charset "utf-8";
/* CSS Document */

body{ margin:0px; padding:0px; border:0px; font-family:"微软雅黑","Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei"; color:#555555; font-size:14px; width:100%; background:#ffffff; }
body.on{ overflow: hidden;}

input[type="button"], input[type="submit"], input[type="reset"] {
     -webkit-appearance: none;
}
textarea {  
    -webkit-appearance: none;
}  

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; }
/* 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::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#999999; font-size:13px;}
input::-webkit-input-placeholder{ /* WebKit browsers */ color:#999999; font-size:13px;}
input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#999999; font-size:13px;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:13px;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:13px;}
textarea::-webkit-input-placeholder{color:#999999; font-size:15px; font-family:"Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei"}



.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;}



video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}


.mo_down{ height:0px; overflow:hidden}
.mo_down.on{ height:auto;}

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; 
}
/*圆角5px*/
.radius5{ 
-webkit-border-radius:5px; 
   -moz-border-radius:5px; 
    -ms-border-radius:5px; 
     -o-border-radius:5px; 
        border-radius:5px; 
}
/*圆角10px*/
.radius10{ 
-webkit-border-radius:10px; 
   -moz-border-radius:10px; 
    -ms-border-radius:10px; 
     -o-border-radius:10px; 
        border-radius:10px; 
}
/*图片变大*/
.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;
	
}
/*透明度50%*/
.opacity5{ filter:alpha(opacity=50);-moz-opacity:0.5; -khtml-opacity:0.5;opacity: 0.5;}


.shadow1{ 
-webkit-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;
   -moz-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;
    -ms-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px; 
     -o-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px; 
        box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;
}
.shadow2{transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; }
.shadow2:hover{ 
-webkit-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;
   -moz-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;
    -ms-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px; 
     -o-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px; 
        box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}


/*投影*/
.shadow5{ 
		transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}

.shadow7{ 
		transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}
.shadow7:hover{ 
-webkit-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
   -moz-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
    -ms-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px; 
     -o-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px; 
        box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
		transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}


.shadow1_1{ 
-webkit-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
   -moz-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
    -ms-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px; 
     -o-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px; 
        box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
		transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}


.shadow5:hover{ 
-webkit-box-shadow:rgba(0,0,0,0.08) 0px 0px 15px; 
   -moz-box-shadow:rgba(0,0,0,0.08) 0px 0px 15px; 
    -ms-box-shadow:rgba(0,0,0,0.08) 0px 0px 15px; 
     -o-box-shadow:rgba(0,0,0,0.08) 0px 0px 15px; 
        box-shadow:rgba(0,0,0,0.08) 0px 0px 15px; 
		transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}

.shadow8{ 
-webkit-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
   -moz-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
    -ms-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
     -o-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
        box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
		transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
}


.shadow6{ 
-webkit-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
   -moz-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
    -ms-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
     -o-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
        box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
		transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
}

/*投影*/
.shadow10{ 
-webkit-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
   -moz-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
    -ms-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
     -o-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
        box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
}
/*图片居中*/
.center{
	-webkit-align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: star;
}

/*图片居中2*/
.vertical{
	display:-webkit-box;
 display:-webkit-flex;
 display:-moz-box;
 display:-moz-flex;
display:-ms-flexbox;
display:flex;
/* 水平居中*/ 
	   -webkit-box-align:center;
		  -moz-box-align:center;
		   -ms-flex-pack:center;
 /* IE 10 */
 -webkit-justify-content:center; 
	-moz-justify-content:center;
	     justify-content:center;
/* IE 11+,Firefox 22+,Chrome 29+,Opera 12.1*/
/* 垂直居中 */ 
		-webkit-box-pack:center;
		  -ms-flex-align:center;
		   -moz-box-pack:center;
/* IE 10 */
	 -webkit-align-items:center;
	    -moz-align-items:center;
	    	 align-items:center;

}






/*图片翻转*/
.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;
}


.noscroll{
    overflow: hidden;
}


.bd_weixin_popup{ width:280px !important; height:345px !important; position:fixed !important; top:30% !important; left:0% !important; right:0% !important; margin:0 auto}



.quan{ width: 100%;}

.mo_top{ width:100%; display:none; position:fixed; top: 0; z-index: 100;}
.mo_top .mot{ width:100%; padding:0 2%; height:50px; background:#fff;box-shadow: 0px 0px 16px rgba(0,0,0,.2);}
.mo_top .mot .molo{ float:left; display:inline-block; height:30px; margin:10px 0;}
.mo_top .mot .molo img{ height:30px;}
.mo_top .mot .momenuicon{ float:right; height:16px; margin:17px 0;}
.mo_top .mot .cloesicon{ display:none;}
.mo_top .moxl{ left:-100%; top:50px; background:rgba(50,123,246,0.5); position:absolute; z-index:99; width:100%; transition:all ease 0.3s;}
.mo_top .moxl_box{ width:60%; background:#327bf6; height:100%; padding-bottom: 50px;}

.mo_top .moxl .moxl_xun{ width:100%; float:left; position:relative;}
.mo_top .moxl .moxl_xun .moxl_xun_icon{ width:100%; height:0px; position:absolute; padding-right:10px;}
.mo_top .moxl .moxl_xun .moxl_xun_icon img{ float:right; height:10px; margin:20px 0;}
.mo_top .moxl .moxl_xun .moxl_xun_icon img.moxl_xun_img2{ display:none; width:10px; height:7px}
.mo_top .moxl .moxl_xun .moxl_xun_title{ width:100%; padding-left:10px; display:inline-block; line-height:35px; font-size:14px; color:#fff;}
.mo_top .moxl .moxl_xun .moxl_erji{ width:100%; overflow:hidden; display:none}
.mo_top .moxl .moxl_xun .moxl_erji a{ width:100%; padding-left:20px; height:30px; line-height:30px; font-size:12px; color:#fff; display:inline-block; float:left;}

.mo_bottom{ width:100%; background:#da251c; display:none; margin-top:20px; position:fixed; bottom:0; z-index:20;}
.mo_bottom .mo_bottom_nei{ width:96%; margin:0 auto; height:50px;}
.mo_bottom .mo_bottom_nei .mo_lj_font{ padding-top:5px;}
.mo_lj{ color:#fff; padding:10px 0; text-align:center; font-size:13px; width:25%;}
.mo_yc{ width:100%; height:80px; display:none;}
.mo_lj div i{ font-size: 20px;}


.pc_all .pc_all_contnet{ max-width: 1420px; margin: 0 auto;}
.pc_top{ position: fixed; top: 0; left: 0; width: 100%; z-index: 50; border-bottom: 1px solid #dddddd;  transition: all 0.5s ease;}
.pc_top.stick{ background: #fff;}
.pc_top .top_content_logo{ display: inline-block; line-height: 80px;}
.pc_top .top_content_nav .content_nav_left{ margin-right: 70px; position: relative;}
.pc_top .top_content_nav .content_nav_left .content_nav_list{ margin-right: 88px; position: relative;}
.pc_top .top_content_nav .content_nav_left .content_nav_list:last-child{ margin-right: 0px;}
.pc_top .top_content_nav .content_nav_left .content_nav_list:before{ content: ""; position: absolute; display: inline-block; width: 0px; height: 2px; background: #f36f21; bottom: -1px; left: 0; transition: all 0.3s ease;  right: 0; margin: 0 auto;}
.pc_top .top_content_nav .content_nav_left .content_nav_list:first-child:before{ left: -14px;}
.pc_top .top_content_nav .content_nav_left .content_nav_list:hover:before{ width: 65px; transition: all 0.3s ease; }
.pc_top .top_content_nav .content_nav_left .content_nav_list .nav_list_title{ font-size: 16px; display: inline-block; line-height: 80px; color: #444444;}
.pc_top .top_content_nav .content_nav_left .content_nav_list .nav_list_down{ display:none; position:absolute; width:150px; padding:0px 15px; background:#f36f21; text-align:center; left:-40px;}
.pc_top .top_content_nav .content_nav_left .content_nav_list .nav_list_down a{ font-size:16px; color:#fff; display:inline-block; width:100%; line-height:44px; border-bottom:1px solid #f8b187;}
.pc_top .top_content_nav .content_nav_left .content_nav_list .nav_list_down a:last-child{ border-bottom:0px;}
.pc_top .top_content_nav .content_nav_left .content_nav_list:hover .nav_list_down{ display: block;}



.pc_top .top_content_nav .content_nav_right .nav_right_list{ margin-right: 22px; position:relative;}
.pc_top .top_content_nav .content_nav_right .nav_right_list:last-child{ margin-right: 0px;}
.pc_top .top_content_nav .content_nav_right .nav_right_list .right_list_icon{ line-height: 75px; display: inline-block;}



.pc_top .top_content_nav .content_nav_right .nav_right_list .nav_right_form{ position: absolute; width: 123px; display:none;
background:#fff;    padding: 5px; left:-40px;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;

}
.pc_top .top_content_nav .content_nav_right .nav_right_list .nav_right_form dd img{ max-width:100%;}
.pc_top .top_content_nav .content_nav_right .nav_right_list .nav_right_form dt{ font-size:14px; color:#333; text-align:center;}
.pc_top .top_content_nav .content_nav_right .nav_right_list:hover .nav_right_form{ display: block;}

.pc_top .top_content_nav .content_nav_right .nav_right_list .nav_right_form .right_form_left{ line-height: 45px; width: 70%; padding: 0px 10px; font-size: 15px; background: #fff;}
.pc_top .top_content_nav .content_nav_right .nav_right_list .nav_right_form .right_form_right{ width: 30%; line-height: 45px; height: 45px; background: #f36f21; color: #fff; font-size: 15px; cursor: pointer;}
.pc_top .pc_all_contnet{ overflow:inherit !important;}





.right_list_down{ display: none; position: fixed; background: #fff; right: 0px;}
.right_nav_down{ padding:40px; border-radius:4px; background:#f4f4f8; position:absolute; width:218px; right:0px; width:840px; z-index: 5; display: none; left: inherit; z-index: 55; top:81px;}
.right_nav_down .nav_down_list{ width:20%; text-align:center;}
.right_nav_down .nav_down_list:nth-child(4n){ margin-right:0px;}
.right_nav_down .nav_down_list dd{ line-height: normal;}
.right_nav_down .nav_down_list dt{ line-height: 25px;}
.right_nav_down .nav_down_list dd a span{ font-size:28px; color:#dcdcdc; font-family:"Bold"; margin-right:15px; position:relative; top:5px;}
.right_nav_down .nav_down_list dd a{ font-size:16px; color:#444444; font-family:"Bold";}
.right_nav_down .nav_down_list dt{ padding-left:50px; margin-top:10px;}
.right_nav_down .nav_down_list:nth-child(3) dt{}
.right_nav_down .nav_down_list dt a{ display:inline-block; width:100%; line-height:30px; color:#666666; font-size:14px;}
.right_nav_down .nav_down_list dt a:hover{ color:#f36f21;}



.pc_top .top_content_nav .content_nav_left .content_nav_list:hover .right_list_down{ display:block;}
.pc_top .top_content_nav .content_nav_left .content_nav_list:nth-child(2) .right_nav_down{ left:-132px; right:inherit;}
.pc_top .top_content_nav .content_nav_left .content_nav_list:nth-child(3) .right_nav_down{ left:-311px; right:inherit;}
.pc_top .top_content_nav .content_nav_left .content_nav_list:nth-child(4) .right_nav_down{ right:-270px;}
.pc_top .top_content_nav .content_nav_left .content_nav_list:nth-child(5) .right_nav_down{ right:-80px;}







.banner{ z-index: 10; position: relative;}
.banner .banner_scroll{ position: absolute; bottom: 30px; z-index: 5; transform: translateX(-50%); left: 50%;
animation:mymove 1.5s infinite;
}
@keyframes mymove{
  0% {bottom:30px;}
  50% {bottom:20px;}
  100% {bottom:30px;}
}




.buildnum{ width: 48px; background: #f36f21; position: absolute; right: 0; z-index: 5; height: 148px; font-size: 12px; color: #fff; top: 40%;}
.buildnum dd{ position: relative; top: 68px; right: -5px;
	-webkit-transform: rotate(360deg);
	       -moz-transform: rotate(360deg);
	        -ms-transform: rotate(360deg);
	         -o-transform: rotate(360deg);
	            transform: rotate(90deg);
}
.buildnum i{ font-style: inherit;}
.banner .banner_content .banner_content_list .content_list_img{ height: 977px;}
.banner .slick-prev,.banner .slick-next{ width: 17px; height: 10px;}
.banner .slick-prev{ right: 10px; left: inherit; top: 42%;background: url(/html/class/template/images/bn17.png) no-repeat 50% 50%; }
.banner .slick-next{ right: 10px; left: inherit; top: 52%; background: url(/html/class/template/images/bn18.png) no-repeat 50% 50%; }
.banner .slick-prev::before,.banner .slick-next::before{ display: none;}
.banner .banner_content .banner_content_list{ outline: none;}
.banner .banner_content .banner_content_list .content_list_txt{ position: absolute; right: 0; z-index: 2; top: 40%; background: rgba(0,0,0,.57); padding: 50px 0px; padding-left: 60px; width: 30%;height: 300px;}
.banner .banner_content .banner_content_list .content_list_txt dd{ margin-bottom: 15px;}
.banner .banner_content .banner_content_list .content_list_txt .list_txt_f{ font-size: 42px; color: #fff;}
.banner .banner_content .banner_content_list .content_list_txt .list_txt_f b{ font-size: 50px; margin-right: 22px;}
.banner .banner_content .banner_content_list .content_list_txt .list_txt_p{ font-size: 14px; color: #fff; line-height: 23px;  border-right: 0px; margin-top: 10px; margin-bottom: 35px; text-align:left;}
.banner .banner_content .banner_content_list .content_list_txt dt a{ font-size: 12px; color: #fff; display: inline-block; width: 128px; line-height: 38px; text-align: center;  border: 1px solid #fff;}
.banner .banner_content .banner_content_list .content_list_txt dt a:last-child{ margin-left: 10px;}
.banner .banner_content .banner_content_list .content_list_txt dt a:hover{ background: #f36f21; border: 1px solid #f36f21;}
.banner .slick-dots{ bottom: 50%; width: 3%; left: 1%;}
.banner .slick-dots li{ width: 22px; height: 22px; border-radius: 100%; transition: all 0.3s ease;}
.banner .slick-dots li button:before{ font-size: 24px; color: #888888; opacity: 1;}
.banner .slick-dots li.slick-active{ border: 1px solid #888888; transition: all 0.3s ease;}







.InProduct{ padding: 80px 0px; background: #f2f2f2;}
.InProduct .InProduct_title{ text-align: center; margin-bottom: 60px;}
.InProduct .InProduct_title dd{ font-size: 30px; color: #333333;}
.InProduct .InProduct_title dt{ font-size: 16px; color: #888888; margin-top: 15px;;}
.InProduct .InProduct_title dd span{ position: relative;}
.InProduct .InProduct_title dd span::before{ content: ""; position: absolute;display: inline-block; width: 24px; height: 2px; background: #bbbbbb; right: -42px; transform:translateY(-50%); top:50%;}
.InProduct .InProduct_title dd span::after{ content: ""; position: absolute;display: inline-block; width: 24px; height: 2px; background: #bbbbbb; left: -42px;transform:translateY(-50%); top:50%;}
.InProduct .InProduct_content .InProduct_content_left{ width: 50%;;}
.InProduct .InProduct_content .InProduct_content_left .content_left_list{ display: inline-block; background: #fff; width: 100%; position:relative;}
.InProduct .InProduct_content .InProduct_content_left .content_left_list:hover{ box-shadow:0px 0px 20px rgba(0,0,0,.2); z-index:10;}
.InProduct .InProduct_content .InProduct_content_right:hover{ box-shadow:0px 0px 20px rgba(0,0,0,.2); z-index:10;}
.InProduct .InProduct_content .InProduct_content_left .content_left_list .left_list_txt{ width: 50%; padding: 0px 42px; padding-top: 69px; position: relative;}
.InProduct .InProduct_content .InProduct_content_left .content_left_list .left_list_txt dd{ font-size: 24px; color: #333333; padding: 13px 0px;}
.InProduct .InProduct_content .InProduct_content_left .content_left_list .left_list_txt dt{ margin-bottom: 28px;}
.InProduct .InProduct_content .InProduct_content_left .content_left_list .left_list_txt dt p{ font-size: 16px; color: #555555; line-height: 24px;}
.InProduct .InProduct_content .InProduct_content_left .content_left_list .left_list_image{ width: 50%; position: relative;}
.InProduct .InProduct_content .InProduct_content_left .content_left_list .left_list_image img{ width: 100%; height: 355px; object-fit: cover;}
.InProduct .InProduct_content .InProduct_content_left .content_left_list .left_list_image::before{ content: ""; position: absolute; left: 0px; transform: translateY(-50%); top: 50%;
	width:0px;
	height:0px;
	border-bottom:18px solid transparent;  /* left arrow slant */
	border-top:18px solid transparent; /* right arrow slant */
	border-left:22px solid #fff; /* bottom, add background color here */
}
.InProduct .InProduct_content .InProduct_content_left .content_left_list:nth-child(2) .left_list_txt{ float: right;}
.InProduct .InProduct_content .InProduct_content_left .content_left_list:nth-child(2) .left_list_image::before{ right: 0; left: inherit; border-right:22px solid #fff; border-left:0px;}
.InProduct .InProduct_content .InProduct_content_right{ width: 50%; position: relative;}
.InProduct .InProduct_content .InProduct_content_right .content_right_txt{ position: absolute; left: 50px; top: 35px;}
.InProduct .InProduct_content .InProduct_content_right .content_right_image img{ width: 100%; height: 710px; object-fit: cover;}
.InProduct .InProduct_content .InProduct_content_right .content_right_txt dd{ font-size: 24px; color: #333333; padding: 13px 0px;}
.InProduct .InProduct_content .InProduct_content_right .content_right_txt dt{ margin-bottom: 28px;}
.InProduct .InProduct_content .InProduct_content_right .content_right_txt dt p{ font-size: 16px; color: #555555; line-height: 24px;}
.InProduct .InProduct_bottom{ background: #fff; border: 1px solid #cdcdcd; margin-top: 43px;}
.InProduct .InProduct_bottom .InProduct_bottom_left{ display: inline-block; width: 25%; padding: 102px 60px; position: relative;}
.InProduct .InProduct_bottom .InProduct_bottom_left dd{ font-size: 24px; color: #333333; padding: 13px 0px;}
.InProduct .InProduct_bottom .InProduct_bottom_left dt p{ font-size: 16px; color: #555555; line-height: 24px;}
.InProduct .InProduct_bottom .InProduct_bottom_right{ width: 75%; position:relative;}
.InProduct .InProduct_bottom .InProduct_bottom_right::before{ content: ""; position: absolute; display: inline-block; width: 21px; height: 36px; background: url(/html/class/template/images/bn19.png) no-repeat 50% 50%; left: 0px; transform: translateY(-50%); top: 50%;}
.InProduct .InProduct_bottom .InProduct_bottom_right .bottom_right_list:first-child{ border-left: 1px solid #dcdcdc; }
.InProduct .InProduct_bottom .InProduct_bottom_right .bottom_right_list{ display: inline-block; width: 33.33%; text-align: center; padding: 37px 20px; border-right: 1px solid #dcdcdc; transition: all 0.5s ease 0s;}
.InProduct .InProduct_bottom .InProduct_bottom_right .bottom_right_list:hover{ box-shadow: 0px 5px 15px rgba(0,0,0,.2); transition: all 0.5s ease 0s;}
.InProduct .InProduct_bottom .InProduct_bottom_right .bottom_right_list:hover .right_list_txt dd{ color:#f36f21; font-weight:bolder; transition: all 0.5s ease 0s;}
.InProduct .InProduct_bottom .InProduct_bottom_right .bottom_right_list:last-child{ border-right: 0px;}
.InProduct .InProduct_bottom .InProduct_bottom_right .bottom_right_list .right_list_img img{ max-width:100%; max-height:190px;}
.InProduct .InProduct_bottom .InProduct_bottom_right .bottom_right_list .right_list_txt{ margin-top: 25px;}
.InProduct .InProduct_bottom .InProduct_bottom_right .bottom_right_list .right_list_txt dd{ font-size: 30px; color: #4e4e4e; /*position: relative;*/ padding-bottom: 10px; margin-bottom: 10px; transition: all 0.5s ease 0s;}
.InProduct .InProduct_bottom .InProduct_bottom_right .bottom_right_list .right_list_txt dd::before{ content: ""; position: absolute; width: 36px; height: 1px; background: #b6b6b6; left: 0; right: 0; margin: 0 auto; bottom: 0;}
.InProduct .InProduct_bottom .InProduct_bottom_right .bottom_right_list .right_list_txt dt{ font-size: 14px; color: #888888;}




.InProduct .InProduct_video .InProduct_bottom_left{ padding: 86px 60px;}





.InVideo{ background: #fff; padding-bottom: 0px;}
.InVideo .InVideo_content{ padding: 0px 56px;}
.InVideo .InVideo_content .slick-list{ padding-bottom: 70px;}
.InVideo .InVideo_content .InVideo_content_list{ margin: 0px 13px; cursor: pointer; transition: all 0.5s ease 0s; outline: none;}
.InVideo .InVideo_content .InVideo_content_list .content_list_img{ position: relative;}
.InVideo .InVideo_content .InVideo_content_list .content_list_img::before{ content: ""; position: absolute; display: inline-block; width: 100%; height: 100%; background: rgba(0,0,0,.4); left: 0; top: 0; z-index: 5;}
.InVideo .InVideo_content .InVideo_content_list .content_list_img dd img{ width: 100%;}
.InVideo .InVideo_content .InVideo_content_list .content_list_img dt{ position: absolute; transform: translateX(-50%) translateY(-50%); left: 50%; top: 50%; z-index: 6;}
.InVideo .InVideo_content .InVideo_content_list .content_list_txt{ line-height: 56px; padding-left: 36px; padding-right: 17px; background: url(/html/class/template/images/bn21.png) no-repeat 17px 50%; font-size: 16px; color: #777777;transition: all 0.3s ease 0s;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.InVideo .InVideo_content .InVideo_content_list:hover{ box-shadow: 0px 5px 15px rgba(0,0,0,.2); transition: all 0.5s ease 0s;}
.InVideo .InVideo_content .InVideo_content_list:hover .content_list_txt{ color: #f36f21; background: url(/html/class/template/images/bn21_on.png) no-repeat 17px 50%; transition: all 0.3s ease 0s; }


.InVideo .slick-prev{ left: 0; background: url(/html/class/template/images/bn22.png) no-repeat 50% 50%;}
.InVideo .slick-next{ right: 0; background: url(/html/class/template/images/bn23.png) no-repeat 50% 50%;}
.InVideo .slick-prev,.InVideo .slick-next{ width: 21px; height: 41px; top: 28%;}
.InVideo .slick-prev::before,.InVideo .slick-next::before{ display: none;}





.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;}
.content_list_video .list_video_content video{ width:100%;}















.InAbout .InAbout_left{ width: 48%;}
.InAbout .InAbout_left .InAbout_left_title{ position: relative; padding-bottom: 25px; margin-bottom: 50px;}
.InAbout .InAbout_left .InAbout_left_title::before{ content: "" ; display: inline-block; bottom: 0; width: 262px; height: 1px; background: #dcdcdc; bottom: 0; position: absolute; left: 0;}
.InAbout .InAbout_left .InAbout_left_title dd{ font-size: 26px; color: #696969;}
.InAbout .InAbout_left .InAbout_left_title dt{ font-size: 42px; color: #333333;}
.InAbout .InAbout_left .InAbout_left_txt p{ font-size: 14px; color: #646464; line-height: 26px; text-align: justify;}
.InAbout .InAbout_left .InAbout_left_more{ font-size: 14px; color: #ee7c38; line-height: 44px; width: 173px; border: 1px solid #ee7c38; display: inline-block; background: #fff url(../images/bn24.png) no-repeat 84% 50%; padding-left: 35px; margin-top: 70px;}
.InAbout .InAbout_left .InAbout_left_more:hover{ color: #fff; background: #ee7c38 url(../images/bn24_on.png) no-repeat 84% 50%;}
.InAbout .InAbout_right{ width: 50%;}
.InAbout .InAbout_right img{ max-width: 100%;}
.InAbout .InAbout_right .InAbout_right_txt .right_txt_list{ width: 33%; text-align: center; position: relative;}
.InAbout .InAbout_right .InAbout_right_txt .right_txt_list::before{ content: ""; position: absolute; width: 1px; height: 60px; background: #bebebe; right: 0; top: 30%;}
.InAbout .InAbout_right .InAbout_right_txt .right_txt_list:last-child::before{ display: none;}
.InAbout .InAbout_right .InAbout_right_txt .right_txt_list dd{ font-size: 20px; color: #f36f21;}
.InAbout .InAbout_right .InAbout_right_txt .right_txt_list dd b{ font-size: 44px;}
.InAbout .InAbout_right .InAbout_right_txt .right_txt_list dt{ font-size: 14px; color: #666666; margin-top: 36px;}





.FamilySites{ padding: 8px; background: #30313a;}
.FamilySites .pc_all_contnet{ position: relative; overflow:inherit !important;}
.FamilySites .FamilySites_title{ width: 158px; border: 1px solid #555555; line-height: 32px; padding: 0px 12px; cursor: pointer;}
.FamilySites .FamilySites_title dd{ color: #848488; font-size: 14px;}
.FamilySites .FamilySites_title dt{ color: #848488; font-size: 20px;transition: all 0.5s ease; -webkit-transform: all 0.5s ease; }
.FamilySites .FamilySites_title.on dt{
-webkit-transform: rotate(40deg);
       -moz-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
         -o-transform: rotate(40deg);
            transform: rotate(40deg);
           transition: all 0.5s ease; -webkit-transform: all 0.5s ease; 
}
.FamilySites .FamilySites_down{ position: absolute; right: 0; width: 158px; bottom: 100%; display: none; z-index: 50;}
.FamilySites .FamilySites_down a{ display: inline-block; width: 100%; line-height: 34px; background: #555; color: #ccc; padding: 0px 15px; border-bottom: 1px solid #30313a;}
.FamilySites .FamilySites_down a:hover{ background:#30313a; color:#fff;}













.footer{ padding: 0px; background: #25262f;}
.footer .footer_top{ padding: 18px 0px;}
.footer .footer_top .footer_top_right{ text-align: right; padding: 21px 0px;border-bottom: 1px solid #404149; width: 91%;}
.footer .footer_top .footer_top_right a{ font-size: 16px; color: #848488; margin-right: 70px;}
.footer .footer_top .footer_top_right a:last-child{ margin-right: 0px;}
.footer .footer_top .footer_top_right a:hover{ color:#fff;}
.footer .footer_bottom .footer_bottom_left p{ font-size: 14px; color: #8a8a8e; line-height: 25px;}
.footer .footer_bottom .footer_bottom_right a{ display:inline-block; width:24px; height:20px; margin:0px; padding:0px; line-height:normal; margin-right: 18px;}
.footer .footer_bottom .footer_bottom_right .bds_tsina{ background:url(/html/class/template/images/bn28.png) no-repeat 50% 50%;}
.footer .footer_bottom .footer_bottom_right .bds_sqq{ background:url(/html/class/template/images/bn27.png) no-repeat 50% 50%;}
.footer .footer_bottom .footer_bottom_right .bds_weixin{ background:url(/html/class/template/images/bn26.png) no-repeat 50% 50%; margin-right: 0px;}
.footer .Copyright{ text-align: right; margin-top: 20px; padding-bottom: 15px;}
.footer .Copyright a{ color: #515360; font-size: 12px; margin-right: 5px;}
.footer .Copyright span{ color: #515360; font-size: 12px; margin-right: 5px;}
.footer .Copyright a:last-child{ margin-right: 0px;}








.detalis .pc_top{ background: #fff;}
.detalis_banner{ position: relative;}
.detalis_banner .detalis_banner_img img{ width: 100%; height: 640px; object-fit: cover;}
.detalis_banner .detalis_banner_txt{ position: absolute; transform:  translateX(-50%) translateY(-50%); left: 50%; top: 50%; text-align: center;}
.detalis_banner .detalis_banner_txt dd{ font-size: 50px; color: #fff; font-family: "思源黑体 CN"; position: relative; padding-bottom: 12px; margin-bottom: 12px;}
.detalis_banner .detalis_banner_txt dd::before{ content: ""; display: inline-block; width: 48px; height: 2px; background: #fff; bottom: 0; left: 0; right: 0; margin: 0 auto; position: absolute;}
.detalis_banner .detalis_banner_txt dt{ font-size: 32px; color: #fff; font-family: "思源黑体 CN";}








.about .about_top{ position: relative; width: 100%; padding: 80px 0px;}
.about .about_top .about_top_left{ background: url(/html/class/template/images/bn29.png) no-repeat 50% 50%; width:60%; padding: 90px 60px; padding-right: 98px; position: absolute; top: 47%; left: 0; transform: translateY(-50%); z-index: 3;}
.about .about_top .about_top_left .top_left_title{ font-size: 26px; color: #777777; padding-bottom: 25px; position: relative; margin-bottom: 40px;}
.about .about_top .about_top_left .top_left_title span{ font-size: 38px; color: #f36f21; margin-right: 20px;}
.about .about_top .about_top_left .top_left_title::before{ content: ""; position: absolute; display: inline-block; width: 192px; height: 1px; background: #b6b6b6; bottom: 0;}
.about .about_top .about_top_left .top_left_txt p{ font-size: 16px; color: #555555; line-height: 26px; text-align: justify;}
.about .about_top .about_top_left .top_left_txt p:last-child{ margin-top: 35px;}
.about .about_top .about_top_left .top_left_txt a{ margin-top:15px; font-size:16px; color:#333; display:flex; align-items:center;}
.about .about_top .about_top_left .top_left_txt a img{ margin-right:10px;}
.about .about_top .about_top_right{ width: 56%; position: relative; z-index: 2;}
.about .about_top .about_top_right img{ width: 100%;}
.about .about_top .about_top_right span{ position: absolute; left: 0; top: 0;}
.about .about_bottom .about_bottom_icon{ width: 37%; position: relative; text-align: center;}
.about .about_bottom .about_bottom_icon .swiper-container .swiper-slide.swiper-slide-active{ opacity: 1 !important;}
.about .about_bottom .about_bottom_icon .swiper-slide-duplicate-prev,.about .about_bottom .about_bottom_icon .swiper-slide-duplicate-next{ opacity: 0 !important;}

.about .about_bottom .about_bottom_icon .bottom_icon_list{ outline: none;}
.about .about_bottom .about_bottom_icon .bottom_icon_list img{ max-width: 100%;}
.about .about_bottom .about_bottom_right{ width: 57%; margin-top: 80px;}
.about .about_bottom .about_bottom_right .bottom_right_list{ outline: none;}
.about .about_bottom .about_bottom_right .bottom_right_list1{ padding-top: 40px; padding-bottom: 50px; background: #f7f7f7; border-top: 4px solid #f36f21; }
.about .about_bottom .about_bottom_right .bottom_right_list1 .right_list_li{ width: 50%; text-align: center;}
.about .about_bottom .about_bottom_right .bottom_right_list1 .right_list_li:nth-child(2){ text-align: left;}
.about .about_bottom .about_bottom_right .bottom_right_list1 .right_list_li .list_li_logo{ height: 95px;}
.about .about_bottom .about_bottom_right .bottom_right_list1 .right_list_li:nth-child(2) .list_li_logo{ padding-top: 45px;}
.about .about_bottom .about_bottom_right .bottom_right_list1 .right_list_li:nth-child(2) .list_li_txt{ margin-top: 0px;}
.about .about_bottom .about_bottom_right .bottom_right_list1 .right_list_li .list_li_txt{ margin-top: 70px;}
.about .about_bottom .about_bottom_right .bottom_right_list1 .right_list_li .list_li_txt dd{ font-size: 16px; color: #555555; margin-bottom: 5px;}
.about .about_bottom .about_bottom_right .bottom_right_list1 .right_list_li .list_li_txt dt{ font-size: 14px; color: #f36f20;}
.about .about_bottom .about_bottom_right .bottom_right_list1 .right_list_li .list_li_txt .li_txt_t{ font-size: 18px; color: #555555; padding: 22px 0px;}
.about .about_bottom .about_bottom_right .bottom_right_list1 .right_list_li .list_li_txt .li_txt_p{ font-size: 14px; color: #666666; line-height: 24px;}
.about .about_bottom .about_bottom_right .bottom_right_list2 .right_list2_title dt{ margin-left: 20px;}
.about .about_bottom .about_bottom_right .bottom_right_list2 .right_list2_title dt p span{ font-size: 28px; color: #333333;}
.about .about_bottom .about_bottom_right .bottom_right_list2 .right_list2_title dt p{ font-size: 16px; color: #666666;}
.about .about_bottom .about_bottom_right .bottom_right_list2 .right_list2_title dt p:first-child{ margin-bottom: 5px;}
.about .about_bottom .about_bottom_right .bottom_right_list2 .right_list2_txt{ margin-top: 55px;}
.about .about_bottom .about_bottom_right .bottom_right_list2 .right_list2_txt .list2_txt_list{ width: 20%; display: inline-block; text-align: center; float: left;}
.about .about_bottom .about_bottom_right .bottom_right_list2 .right_list2_txt .list2_txt_list dd{ width: 102px; height: 102px; line-height: 99px; margin: 0 auto; text-align: center; border: 3px solid #f39700; border-radius: 100px; margin-bottom: 15px;}
.about .about_bottom .about_bottom_right .bottom_right_list2 .right_list2_txt .list2_txt_list dt{ height: 110px;}
.about .about_bottom .about_bottom_right .bottom_right_list2 .right_list2_txt .list2_txt_list dt p{ color: #666666; line-height: 22px; font-size: 14px;}
.about .about_bottom .about_bottom_right .bottom_right_list3 .right_list2_txt .list2_txt_list{ width: 25%;}
.about .about_bottom .about_bottom_right .bottom_right_list4 .right_list2_txt .list2_txt_list{ width: 20%;}
.about .about_bottom .about_bottom_right .bottom_right_list4 .right_list2_txt .list2_txt_list:nth-child(5){ width: 21%;}
.about .swiper-pagination{ left: 0; right: 0; margin: 0 auto; bottom: -35px;}
.about .swiper-pagination-bullet{ background: #ababab; width: 40px; height: 4px; margin-right: 10px; border-radius: 0px; opacity: 1; outline: none;}
.about .swiper-pagination-bullet:last-child{ margin-right: 0px;}
.about .swiper-pagination-bullet.swiper-pagination-bullet-active{ background: #f36b21;}








.Historical{ position: relative; overflow: hidden;}
.Historical .Historical_left{ background: #e66113 url(../images/bn31.png) no-repeat 92% 89%; width: 28%; position: relative; height: 548px;}
.Historical .Historical_left .Historical_left_title{ position: absolute; right: 107px; top: 93px;}
.Historical .Historical_left .Historical_left_title dd{ font-size: 44px; color: #fff; margin-bottom: 35px;}
.Historical .Historical_left .Historical_left_title dt p{ font-size: 24px; color: #f4aa7e; text-transform: uppercase;}
.Historical .Historical_right{ width: 76%; position: absolute; right: 0%; top: 10%;}
.Historical .Historical_right .Historical_right_list{ margin: 0px 15px; outline: none;}
.Historical .Historical_right .Historical_right_list .right_list_img{ border: 1px solid #dcdcdc;}
.Historical .Historical_right .Historical_right_list .right_list_img img{ width: 100%; height: auto; object-fit: cover;}
.Historical .Historical_right .Historical_right_list .right_list_content{ border-bottom: 8px solid #f36f21; background: #f1f1f1; padding: 28px 36px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden; height:187px;
}
.Historical .Historical_right .Historical_right_list .right_list_content dd{ width: 114px; line-height: 38px; text-align: center; font-size: 18px; color: #fff; background: #f36f21; margin-bottom: 18px;}
.Historical .Historical_right .Historical_right_list .right_list_content dt{ line-height: 26px; color: #444444; font-size: 16px;}
.Historical .Historical_right .Historical_right_list .right_list_content dt p{ display: flex;}


.Historical .slick-next{ width: 60px; height: 60px; border: 4px solid rgba(255,255,255,.5); border-radius: 100px; left: -14%; background: url(/html/class/template/images/bn32.png) no-repeat 50% 50%;}
.Historical .slick-prev{ width: 60px; height: 60px; border: 4px solid rgba(255,255,255,.5); border-radius: 100px; left: -14%; background: url(/html/class/template/images/bn33.png) no-repeat 50% 50%; top: 65%;}
.Historical .slick-prev.slick-disabled,.Historical .slick-next.slick-disabled{ opacity: .5;}
.Historical .slick-prev::before,.Historical .slick-next::before{ display: none;}











.contact{ padding: 80px 0px;}
.contact .contact_top .contact_top_title{ font-size: 26px; text-align: center; margin-bottom: 50px;}
.contact .contact_top .contact_top_content{ display: flex; flex-wrap: wrap;}
.contact .contact_top .contact_top_content .top_content_list{ width: 28%; text-align: center; box-shadow: 0px 0px 15px rgba(0,0,0,.2); margin-right: 8%; padding: 50px 0px;}
.contact .contact_top .contact_top_content .top_content_list:last-child{ margin-right: 0px;}
.contact .contact_top .contact_top_content .top_content_list .content_list_img{margin-bottom: 10px; line-height: 70px;}
.contact .contact_top .contact_top_content .top_content_list .content_list_txt dd{ font-size: 22px; color: #555555; padding-bottom: 10px; position: relative; margin-bottom: 10px;}
.contact .contact_top .contact_top_content .top_content_list .content_list_txt dd::before{ content: ""; position: absolute; display: inline-block; width: 28px; height: 1px; background: #dfdfdf; bottom: 0; left: 0; right: 0; margin: 0 auto;}
.contact .contact_top .contact_top_content .top_content_list .content_list_txt dt{ font-size: 16px; color: #555555; margin-bottom: 6px;}
.contact .contact_top .contact_top_content .top_content_list .content_list_txt p{ font-size: 14px; color: #a0a0a0; display: flex; justify-content: center;}
.contact .contact_top .contact_top_content .top_content_list .content_list_txt p a{ font-size: 14px; color: #fff; display: inline-block; padding: 5px 10px; border-radius: 3px; background: #f36f21;}




.map{ padding: 0px; position: relative;}
.map_box{ width: 100%; height: 532px;}
.map .map_txt{ position: absolute; width: 554px; height: 278px; background: #f37022 /*url(../images/bn58.png) no-repeat 88% 25%*/; transform: translateY(-50%); top: 50%; padding: 0px 55px; padding-top: 130px;}
.map .map_txt dd{ font-size: 28px; color: #fff; position: relative; padding-bottom: 17px; margin-bottom: 23px;}
.map .map_txt dd::before{ content: ""; position: absolute; display: inline-block; width: 50px; height: 1px; background: #fff; bottom: 0;}
.map .map_txt dt{ font-size: 16px; color: #fff;}



.Agent{ background: #f5f5f5;}
.Agent .contact_top .contact_top_title{ margin-bottom: 0px;}
.Agent .Agent_content .Agent_content_list{ padding: 50px 0px; padding-bottom:30px; outline: none; box-shadow: 0px 0px 25px rgba(0,0,0,.1); width:30%; margin-right:5%; margin-top:3.5%; background: #fff;}
.Agent .Agent_content .Agent_content_list:last-child{ margin-right:0px;}
.Agent .Agent_content .Agent_content_list .content_list_left{ width: 100%;}
.Agent .Agent_content .Agent_content_list .content_list_left dd{ text-align: center; position: relative; padding-bottom: 23px; margin-bottom: 20px; font-size: 24px; color: #222;}
.Agent .Agent_content .Agent_content_list .content_list_left dd img{ max-height:90px;}
.Agent .Agent_content .Agent_content_list .content_list_left dd::before{ content: ""; position: absolute; display: inline-block; width: 23px; height: 3px; background: #d6d6d6; bottom: 0; left: 0; right: 0; margin: 0 auto;}
.Agent .Agent_content .Agent_content_list .content_list_left dt{ text-align: center; font-size: 22px; color: #333333; margin-bottom:20px;}
.Agent .Agent_content .Agent_content_list .content_list_left p{ font-size:14px; color:#666666; line-height:1.5; text-align:center; height:66px; padding: 0px 4%;}








.DVideo .contact_top .contact_top_title{ margin-bottom: 0px;}
.DVideo .InVideo_content .InVideo_content_list{ width: 30%; margin-right: 5%; float: left; margin-left: 0px; margin-top: 3%;}
.DVideo .InVideo_content .InVideo_content_list:nth-child(3n){ margin-right: 0px;}
.DVideo .InVideo_content .DVideo_content_list{ margin-bottom: 35px;}
.DVideo .InVideo_content .DVideo_content_list:last-child{ margin-bottom: 0px;}
.DVideo .InVideo_content .DVideo_content_list .content_list_title{ font-size: 26px; color: #606060; border-left: 5px solid #cfcfcf; line-height: 26px; padding-left: 12px;}



.hight{ height: 81px;}
.index .hight{ display:none;}




.product{ height: 890px; overflow: hidden; position: relative; background: url(/html/class/template/images/bg9.jpg) no-repeat 50%/cover;}
.product .product_txt{ position: relative; height: 890px;}
.product .product_txt .product_txt_img{ text-align: center;} 
.product .product_txt .product_txt_img img{ height: 1270px; object-fit: cover; position: relative; top: -230px;
-webkit-transform: scale(2);
   -moz-transform: scale(2);
    -ms-transform: scale(2);
     -o-transform: scale(2);
           filter: scale(2);
           filter: transform;
       transition: all 1s ease 0s;
-webkit-transform: all 1s ease 0s; 
	cursor:pointer;
	opacity: 0;
}
.product .product_txt .product_txt_img.on img{
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	           filter: scale(1);
	           filter: transform;
	       transition: all 1s ease 0s;
	-webkit-transform: all 1s ease 0s; 
		cursor:pointer;
		opacity: 1;
}
.product .product_txt .product_txt_content{ position: absolute; transform: translateX(-50%) translateY(-50%); left: 50%; top: 50%; text-align: center; width: 37%;}
.product .product_txt .product_txt_content .txt_content_list .content_list_title dd{ font-size: 38px; color: #f36f21; margin-bottom: 10px;}
.product .product_txt .product_txt_content .txt_content_list .content_list_title dt{ font-size: 14px; color: #f36f21; margin-bottom: 30px;}
.product .product_txt .product_txt_content .txt_content_list .content_list_img{  width: 440px; height: 440px; line-height: 440px; text-align: center; background: #fff; border-radius: 100%; margin: 0 auto;margin-top: -36px; overflow: hidden;}
.product .product_txt .product_txt_content .txt_content_list .content_list_bottom{ position: relative; top: -45px; margin-bottom: -45px;}
.product .product_txt .product_txt_content .txt_content_list .content_list_bottom dd{ font-size: 30px; color: #333333; border-bottom: 1px solid #dcdcdc; padding-bottom: 20px; margin-bottom: 20px;}
.product .product_txt .product_txt_content .txt_content_list .content_list_bottom dt{ line-height: 27px; color: #555555; font-size: 14px;}
.product .product_txt .product_txt_content .txt_content_list .content_list_bottom a{ display: inline-block; width: 118px; line-height: 34px; text-align: center; border-radius: 100px; font-size: 14px; color: #fff; background: #f36f21; margin-top: 20px;}
.product .product_title{ position: absolute; top: 107px; width: 1540px; transform: translateX(-50%); left: 50%;}
.product .product_title .product_title_list{ display: inline-block; width: 130px; height: 130px; border-radius: 100%; text-align: center; line-height: 130px; background: url(/html/class/template/images/bg8_on.jpg) no-repeat 50% 50%; box-shadow: 0px 0px 21px rgba(0,0,0,.13); position: absolute; font-size: 20px; color: #333333; opacity: 0;}
.product .product_title .product_title_list.in{ opacity: 1;}
.product .product_title .product_title_list:hover{ background: url(/html/class/template/images/bg8.jpg) no-repeat 50% 50%; color: #fff;}
.product .product_title .product_title_list:hover span img{ left: -116px;}
.product .product_title .product_title_list.on{ background: url(/html/class/template/images/bg8.jpg) no-repeat 50% 50%; color: #fff;}
.product .product_title .product_title_list.on span img{ left: -116px;}
.product .product_title .product_title_list span{ display: inline-block; width: 116px; height: 20px; overflow: hidden; position: relative; top: 5px;}
.product .product_title .product_title_list span img{ position: absolute; left: 0;}
/* .product .product_title .product_title_list:nth-child(1){ top: 0; left: -50px; }
.product .product_title .product_title_list:nth-child(2){ top: 216px; left: -50px;}
.product .product_title .product_title_list:nth-child(3){ top: 430px; left: -50px;}
.product .product_title .product_title_list:nth-child(4){ top: 605px; left: -50px;}
.product .product_title .product_title_list:nth-child(5){ right: -50px;}
.product .product_title .product_title_list:nth-child(6){ right: -50px; top: 216px;}
.product .product_title .product_title_list:nth-child(7){ right: -50px; top: 430px;}
.product .product_title .product_title_list:nth-child(8){ right: -50px; top: 605px;} */


.product .product_title .product_title_list:nth-child(1).in{ top: -90px; left: 50px;}
.product .product_title .product_title_list:nth-child(2).in{ top: 40px; left: -12px;}
.product .product_title .product_title_list:nth-child(3).in{ top: 190px; left: -50px;}
.product .product_title .product_title_list:nth-child(4).in{ top: 340px; left: -40px;}
.product .product_title .product_title_list:nth-child(5).in{ top: 490px; left: 0px;}
.product .product_title .product_title_list:nth-child(6).in{ top: 630px; left: 80px;}

.product .product_title .product_title_list:nth-child(7).in{ top: -90px; right: 50px;}
.product .product_title .product_title_list:nth-child(8).in{ top: 40px; right: -12px;}
.product .product_title .product_title_list:nth-child(9).in{ top: 190px; right: -50px;}
.product .product_title .product_title_list:nth-child(10).in{ top: 340px; right: -40px;}
.product .product_title .product_title_list:nth-child(11).in{ top: 490px; right: 0px;}
.product .product_title .product_title_list:nth-child(12).in{ top: 630px; right: 80px;}



.product .product_title .product_title_list:nth-child(4){ display:flex; align-items:center; justify-content:center;}
.product .product_title .product_title_list:nth-child(4) span{ height:36px;}





.ProductBottom .ProductBottom_content .ProductBottom_content_list{ display: inline-block; width: 32%; margin-right: 2%; margin-top: 2%;}
.ProductBottom .ProductBottom_content .ProductBottom_content_list:nth-child(3n){ margin-right: 0px;}
.ProductBottom .ProductBottom_content .ProductBottom_content_list dd{ border: 1px solid #d6d6d6; transition: all 0.3s ease 0s; line-height:337px; text-align:center; background:#f2f2f2;}
.ProductBottom .ProductBottom_content .ProductBottom_content_list dd img{ max-height:335px; max-width:100%;}
.ProductBottom .ProductBottom_content .ProductBottom_content_list dt{ font-size: 22px; color: #555555; text-align: center; margin-top: 25px; transition: all 0.3s ease 0s;}
.ProductBottom .ProductBottom_content .ProductBottom_content_list:hover dd{ border: 1px solid #f36f21; transition: all 0.3s ease 0s;}
.ProductBottom .ProductBottom_content .ProductBottom_content_list:hover dt{ color: #f36f21; transition: all 0.3s ease 0s;}






 
.productD{ padding-top: 100px;}
.productD .swiper-button-prev,.productD .swiper-button-next{ width: auto; height: auto; outline:none;}
.productD .swiper-button-prev{ left: 0;}
.productD .swiper-button-next{ right: 0;}
.productD .productD_top{ padding-bottom: 130px;}
.productD .productD_top .productD_top_left{ width: 63%;}
.productD .productD_top .productD_top_left .top_left_simg{ width: 13%; margin-top: 55px; height: 527px; overflow: hidden;}
.productD .productD_top .productD_top_left .top_left_simg .left_simg_list{ border: 1px solid #e8e8e8; overflow: hidden; cursor: pointer; height:100% !important;}
.productD .productD_top .productD_top_left .top_left_simg .left_simg_list.swiper-slide-thumb-active{ border: 1px solid #f36f21; transition: all 0.3s ease 0s;}
.productD .productD_top .productD_top_left .top_left_simg .left_simg_list:last-child{ margin-bottom: 0px;}
.productD .productD_top .productD_top_left .top_left_simg .left_simg_list img{ width: 100%; height: 114px; object-fit: cover;}
.productD .productD_top .productD_top_left .top_left_bimg{ width: 80%;}
.productD .productD_top .productD_top_left .top_left_bimg .left_bimg_list{ text-align: center;}
.productD .productD_top .productD_top_right{ padding-top: 55px; width:30%;}
.productD .productD_top .productD_top_right .top_right_img img{ max-width:100%;}
.productD .productD_top .productD_top_right .top_right_title{ margin-top: 25px;}
.productD .productD_top .productD_top_right .top_right_title dd{ font-size: 40px;}
.productD .productD_top .productD_top_right .top_right_title dt{ font-size: 16px; color: #555555;}
.productD .productD_top .productD_top_right .top_right_txt{ margin-top: 30px;}
.productD .productD_top .productD_top_right .top_right_txt p{ line-height: 26px; color: #777777; background: url(/html/class/template/images/bn73.png) no-repeat 0% 50%; padding-left: 23px;}
.productD .productD_bottom .productD_bottom_nav{ border: 1px solid #dcdcdc; text-align: center; margin-bottom: 70px;}
.productD .productD_bottom .productD_bottom_nav a{ line-height: 48px; display: inline-block; font-size: 16px; color: #555555; padding: 0px 64px; margin-right: -4px;}
.productD .productD_bottom .productD_bottom_nav a:hover{ background: #f36f21; color: #fff;}
.productD .productD_bottom .productD_bottom_nav a.on{ background: #f36f21; color: #fff;}
.productD .productD_bottom .productD_bottom_content .bottom_content_list{ margin-bottom: 60px;}
.productD .productD_bottom .productD_bottom_content .bottom_content_list .content_list_title{ border-left: 4px solid #adadad; height: 20px; line-height: 20px; color: #333333; font-size: 22px; padding-left: 13px; margin-bottom: 20px;}
.productD .productD_bottom .productD_bottom_content .bottom_content_list .content_technology_txt img{ max-width: 100%;}
.productD .productD_bottom .productD_bottom_content .bottom_content_list .content_p_content .slick-prev{ width:48px; height:48px;  background: url(/html/class/template/images/p_left.png) no-repeat 0% 50%; top:37%;}
.productD .productD_bottom .productD_bottom_content .bottom_content_list .content_p_content .slick-next{ width:48px; height:48px;  background: url(/html/class/template/images/p_right.png) no-repeat 0% 50%; top:37%;}
.productD .productD_bottom .productD_bottom_content .bottom_content_list .content_p_content .slick-prev:before,.productD .productD_bottom .productD_bottom_content .bottom_content_list .content_p_content .slick-next:before{ display:none;}




.productD .productD_bottom .productD_bottom_content .bottom_content_c .content_list_txt{ color: #777777; line-height: 24px; font-size: 14px;}
.productD .productD_bottom .productD_bottom_content .bottom_content_Advantage{ margin-bottom: 20px;}
.productD .productD_bottom .productD_bottom_content .bottom_content_Advantage .content_list_txt{ display: flex; flex-wrap: wrap;}
.productD .productD_bottom .productD_bottom_content .bottom_content_Advantage .content_list_txt .content_Advantage_list{ width: 30%; margin-right: 5%; margin-bottom: calc(5% + 20px);}
.productD .productD_bottom .productD_bottom_content .bottom_content_Advantage .content_list_txt .content_Advantage_list:nth-child(3n){ margin-right: 0px;}
.productD .productD_bottom .productD_bottom_content .bottom_content_Advantage .content_list_txt .content_Advantage_list .Advantage_list_img img{ width: 100%; height: 230px; object-fit: cover; border: 1px solid #dcdcdc;}
.productD .productD_bottom .productD_bottom_content .bottom_content_Advantage .content_list_txt .content_Advantage_list .Advantage_list_txt dd{ font-size: 18px; color: #333333; text-align: center; padding: 17px 0px;}
.productD .productD_bottom .productD_bottom_content .bottom_content_Advantage .content_list_txt .content_Advantage_list .Advantage_list_txt p{ font-size: 14px; color: #777777; line-height: 22px;}
.productD .productD_bottom .productD_bottom_content .bottom_content_technology .content_technology_txt .technology_txt_list{ width: 46%;}
.productD .productD_bottom .productD_bottom_content .bottom_content_technology .content_technology_txt .technology_txt_list img{ width: 100%;}
.productD .productD_bottom .productD_bottom_content .bottom_content_technology .content_technology_txt .technology_txt_list:nth-child(2n){ float: right;}
.productD .productD_bottom .productD_bottom_content .bottom_content_p .p_content_list{ width: 31%; margin-right: 2%;}
.productD .productD_bottom .productD_bottom_content .bottom_content_p .p_content_list:hover dd{ border: 1px solid #f36f21; transition: all 0.3s ease 0s;}
.productD .productD_bottom .productD_bottom_content .bottom_content_p .p_content_list:hover dt{ color: #f36f21; transition: all 0.3s ease 0s;}
.productD .productD_bottom .productD_bottom_content .bottom_content_p .p_content_list:last-child{ margin-right: 0px;}
.productD .productD_bottom .productD_bottom_content .bottom_content_p .p_content_list dd{ border: 1px solid #dcdcdc; transition: all 0.3s ease 0s; height:338px; display:flex; align-items:center; justify-content:center; background:#f2f2f2;}
.productD .productD_bottom .productD_bottom_content .bottom_content_p .p_content_list dd img{ max-width: 100%; object-fit: cover;}
.productD .productD_bottom .productD_bottom_content .bottom_content_p .p_content_list dt{ margin-top: 25px; font-size: 22px; color: #555555; text-align: center; transition: all 0.3s ease 0s;}





.productD .productD_bottom .productD_bottom_content .bottom_content_p .OProduct .p_content_list{ margin:0px 30px;}











.market{ background:#d3d2e0; padding:55px 0px;}
.market .market_left{ width:50%; text-align:center;}
.market .market_left img{ max-width:100%;}
.market .market_right{ width:50%;}
.market .market_right .market_right_title{ font-size:28px; color:#393939; position:relative; padding-left:25px; margin-bottom:65px;}
.market .market_right .market_right_title:before{ content:""; position:absolute; display:inline-block; left:0; transform:translateY(-50%); top:50%; width:10px; height:27px; background:#f36f21;}
.market .market_right .market_right_txt a{ background:rgba(0,0,0,.45); display:flex; width:32%; margin-right:2%; font-size:14px; color:#fff; border-radius:4px; margin-bottom:15px; padding:25px 0px; align-items:center;}
.market .market_right .market_right_txt a:nth-child(3n){ margin-right:0px;}
.market .market_right .market_right_txt a dd{ width:30%; text-align:center;}
.market .market_right .market_right_txt a dt{ width:70%; line-height:20px;}
.market .market_right .market_right_txt a:last-child dt{ padding-right:8%;}














.root{ padding:90px 0px;}








.WeChat{ position:fixed; left:25px; top:55%; z-index:100; cursor:pointer;}
.WeChat .WeChat_icon{ width:60px; line-height:60px; text-align:center; background:#f36f21;}
.WeChat .WeChat_down{ text-align:center; width:135px; background:#fff; position:absolute;left:90px; top:-45px; padding-bottom:8px; box-shadow:0px 0px 10px rgba(0,0,0,.2); display:none;}
.WeChat .WeChat_down dd{ padding:5px; padding-bottom:0px;}
.WeChat .WeChat_down dt{ font-size:14px; color:#333333;}
.WeChat .WeChat_down:before{
	content: "";
    width: 0px;
    height: 0px;
    border: 7px solid transparent;
    border-right: 9px solid #fff;
    font-size: 0px;
    line-height: 0px;
    position: absolute;
    top: 50%;
	left:-16px;
	transform:translateY(-50%);
}
.WeChat .WeChat_list_top:hover .WeChat_down{ display:block;}














#cbct{ height:120px; margin-top: -100px;}
#qjj{ height:120px; margin-top: -100px;}
#kncgq{ height:120px; margin-top: -100px;}
#yyrj{ height:120px; margin-top: -100px;}
#dwsp{ height:120px; margin-top: -100px;}



.GroupSubsidiary{ padding: 85px 0px;}
.GroupSubsidiary .pc_all_contnet{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.GroupSubsidiary .GroupSubsidiary_list{ width: 45%; margin-bottom: 40px;}
.GroupSubsidiary .GroupSubsidiary_list .GroupSubsidiary_list_title .list_title_dd{ font-weight: bolder; font-size: 18px; color: #D80C30;}
.GroupSubsidiary .GroupSubsidiary_list .GroupSubsidiary_list_title .list_title_dt{ font-size: 16px; color: #999; margin-top: 10px;}
.GroupSubsidiary .GroupSubsidiary_list .GroupSubsidiary_list_txt{ font-size: 16px; color: #111; margin: 15px 0px; line-height: 1.5;}
.GroupSubsidiary .GroupSubsidiary_list .GroupSubsidiary_list_address p{ font-size: 14px; color: #111; margin-bottom: 10px; padding-left: 13px; position: relative;}
.GroupSubsidiary .GroupSubsidiary_list .GroupSubsidiary_list_address p::before{ content: ""; display: inline-block; width: 4px; height: 4px; background: #999; border-radius: 100%; position: absolute; left: 0; top: 9px;}
.GroupSubsidiary .GroupSubsidiary_list .GroupSubsidiary_list_address p b{ margin-right: 4px;}
.GroupSubsidiary .GroupSubsidiary_list .GroupSubsidiary_list_address p a{ color: #3e99ff; text-decoration: underline;}










@media screen and (max-width:1600px){
	
.product .product_title{ max-width:1420px;}


.banner .slick-next{ top:57%;}

}

@media screen and (max-width:1440px){
.pc_all .pc_all_contnet{ max-width: 1200px;}


.product .product_txt .product_txt_img img{ width:100%; height:auto;}



.InProduct .InProduct_content .InProduct_content_left .content_left_list .left_list_txt{ padding-top:45px;}
.InProduct .InProduct_content .InProduct_content_right .content_right_image img{ height:auto;}
.InProduct .InProduct_content .InProduct_content_left .content_left_list .left_list_image img{ height:auto;}

.banner .banner_content .banner_content_list .content_list_txt{ width: 35%; padding-left: 29px;}
.banner .banner_content .banner_content_list .content_list_txt .list_txt_f b{ font-size:39px;}
.banner .slick-next{ top:54%;}
.product .product_title{ width:1194px;}
.about .about_bottom .about_bottom_icon{ width:40%;}


.InProduct .InProduct_video .InProduct_bottom_left{ padding:60px;}


.product .product_title{ max-width:1230px;}


.about .about_top .about_top_left{ background-size: 100%;}


.market .market_right .market_right_txt a{ font-size:12px;}



.Historical .Historical_right .Historical_right_list .right_list_content{ padding:28px 25px;}
}



@media screen and (max-width:1366px){
.banner .banner_content .banner_content_list .content_list_txt{ width: 35%; padding-left: 29px;}
.banner .banner_content .banner_content_list .content_list_txt .list_txt_f b{ font-size:39px;}
.banner .slick-next{ top:57%;}
.product .product_title{ width:1194px;}
.about .about_bottom .about_bottom_icon{ width:40%;}

.product .product_txt .product_txt_content .txt_content_list .content_list_bottom dd{ font-size:20px;}
}

.mo_txt{ display:none;}

.about .about_top .about_top_left .top_left_txt .top_left_txt_b{ display:none;}


@media screen and (max-width:1200px){
.pc_all .pc_all_contnet,.solution .solution_content{ width: 96% !important; margin: 0 auto;height:auto; overflow: hidden;}
.pc_top{ display: none;}
.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;}
img{ max-width: 100%;}
.hight{ display: none;}

.pc_txt{ display:none;}
.mo_txt{ display: inline;}

.WeChat{ display:none;}



.banner .slick-dots{ bottom: 4%; width: 100%; left: 0;}
.banner .slick-dots li{ width: 12px; height: 17px; margin: 0px 2px;}
.banner .slick-dots li.slick-active{ border:0px;}
.banner .slick-dots li.slick-active button:before{ opacity:1;}
.banner .slick-dots li button{ width:100%; height:auto;line-height: 28px; padding:0px;}
.banner .slick-dots li button:before{ position: relative; left: 0px; top: 0px; font-size:24px; width:100%; height:auto; line-height:2px; opacity:.5;}
.banner .banner_scroll{ display:none;}


.buildnum{ display:none;}
.banner .banner_content .banner_content_list .content_list_txt{ top: 50%; padding: 2%; width: 40%; right:inherit; right:0; transform:translateY(-50%); background:none;}
.banner .banner_content .banner_content_list .content_list_txt .list_txt_f b{ font-size:14px; margin-right:3px;}
.banner .banner_content .banner_content_list .content_list_txt dd p{ font-size: 16px; width: 100%;}
.banner .banner_content .banner_content_list .content_list_txt .list_txt_p{ background: none; margin: 0px; padding-top: 11px; line-height: 18px; font-size:14px; color:#222;}
.banner .banner_content .banner_content_list .content_list_txt dd img{ height:12px;}
.banner .banner_content .banner_content_list .content_list_txt dd{ margin-bottom:5px;}
.banner .banner_content .banner_content_list .content_list_txt .list_txt_f{ font-size:14px;}
.banner .banner_content .banner_content_list .content_list_txt .list_txt_f img{ height:12px;}
.banner .banner_content .banner_content_list .content_list_txt dt{ display:none;}
.banner .banner_content .banner_content_list .content_list_txt dt a{width: auto; padding:0px 13px; float: left; line-height: 24px; font-size:12px;}
.banner .banner_content .banner_content_list .content_list_txt dt a:last-child{ margin-left: 8%;}

.banner .banner_content .banner_content_about .content_list_txt{background: rgba(0,0,0,.57);}
.banner .banner_content .banner_content_about .content_list_txt .list_txt_p{ color:#fff; font-size:12px; padding:4px 0px;}

.InProduct{ padding:25px 0px;}
.InProduct .InProduct_title{ margin-bottom:25px;}
.InProduct .InProduct_title dd{ font-size:18px; margin-bottom:15px;}
.InProduct .InProduct_title dt{ font-size:14px;}
.InProduct .InProduct_content .InProduct_content_right .content_right_txt .list_txt_more{ display:none;}
.InProduct .InProduct_content .InProduct_content_left .content_left_list{ margin-bottom:22px;}
.InProduct .InProduct_content .InProduct_content_left .content_left_list .left_list_txt,.InProduct .InProduct_content .InProduct_content_left .content_left_list .left_list_image{ width:100%;}
.InProduct .InProduct_content .InProduct_content_left,.InProduct .InProduct_content .InProduct_content_right{ width:100%;}
.InProduct .InProduct_content .InProduct_content_left .content_left_list .left_list_txt{ padding:10px; 20px; overflow:hidden; position:relative;}
.InProduct .InProduct_content .InProduct_content_left .content_left_list .left_list_txt dd{ padding-top:0px; font-size:16px; padding-bottom:8px;}
.InProduct .InProduct_content .InProduct_content_left .content_left_list .left_list_txt dt p{ font-size:14px; line-height:17px;}
.InProduct .InProduct_content .InProduct_content_left .content_left_list .left_list_txt dt{ margin-bottom:0px;}
.InProduct .InProduct_content .InProduct_content_left .content_left_list .left_list_txt .list_txt_more{ position:absolute; right:4%; transform:translateY(-50%); top:50%;}
.InProduct .InProduct_content .InProduct_content_left .content_left_list .left_list_txt .list_txt_more img{ width:24px;}
.InProduct .InProduct_content .InProduct_content_left .content_left_list .left_list_image::before{ display:none;}
.InProduct .InProduct_content .InProduct_content_right .content_right_txt{ top:5%; left:5%;}
.InProduct .InProduct_content .InProduct_content_right .content_right_txt dd{ font-size:18px; padding-top:0px; padding-bottom:10px;}
.InProduct .InProduct_content .InProduct_content_right .content_right_txt dt p{ font-size:14px;}


.InProduct .InProduct_bottom{ margin-top:25px;}
.InProduct .InProduct_bottom .InProduct_bottom_left{ border-right:0px; border-bottom:1px solid #dcdcdc;}
.InProduct .InProduct_bottom .InProduct_bottom_left,.InProduct .InProduct_bottom .InProduct_bottom_right{ width:100%;}
.InProduct .InProduct_bottom .InProduct_bottom_left::before{ display:none;}
.InProduct .InProduct_bottom .InProduct_bottom_left{ padding:18px 0px; text-align:center; display:flex; justify-content:center;}
.InProduct .InProduct_bottom .InProduct_bottom_left .bottom_left_img{ margin-right:15px;}
.InProduct .InProduct_bottom .InProduct_bottom_left .bottom_left_img img{ height:25px;}
.InProduct .InProduct_bottom .InProduct_bottom_left dd{ font-size:16px; float:left; padding:0px;}
.InProduct .InProduct_bottom .InProduct_bottom_left dt{ width:100%; display:none;}
.InProduct .InProduct_bottom .InProduct_bottom_left dt p{ font-size:14px;}
.InProduct .InProduct_bottom .InProduct_bottom_right .bottom_right_list{ padding:20px 0px; width:100%; border-right:0px; border-bottom:1px solid #dcdcdc;}
.InProduct .InProduct_bottom .InProduct_bottom_right .bottom_right_list:last-child{ border-bottom: 0px;}
.InProduct .InProduct_bottom .InProduct_bottom_right .bottom_right_list .right_list_txt{ margin-top:10px;}
.InProduct .InProduct_bottom .InProduct_bottom_right .bottom_right_list .right_list_txt dd{ font-size:16px;}
.InProduct .InProduct_bottom .InProduct_bottom_right .bottom_right_list .right_list_txt dt{ font-size:13px;}
.InProduct .InProduct_bottom .InProduct_bottom_right .bottom_right_list .right_list_img img{ max-height: 100%;}

.InVideo .InVideo_content{ padding:0px;}
.InVideo .InVideo_content .slick-list{ padding-bottom:0px;}
.InVideo .InVideo_content .InVideo_content_list .content_list_img dt img{ height:30px;}
.InVideo .InVideo_content .InVideo_content_list .content_list_txt{ line-height:50px; font-size:14px;}



.InAbout .InAbout_left{ margin-bottom:30px;}
.InAbout .InAbout_left,.InAbout .InAbout_right{ width:100%;}
.InAbout .InAbout_left .InAbout_left_title{ text-align:center;}
.InAbout .InAbout_left .InAbout_left_title::before{ width:100%;}
.InAbout .InAbout_left .InAbout_left_title dd{ font-size:18px;}
.InAbout .InAbout_left .InAbout_left_title dt{ font-size:20px;}
.InAbout .InAbout_left .InAbout_left_title{ margin-bottom:15px; padding-bottom:15px;}

.InAbout .InAbout_left .mo_txt{ text-align:center; display:block;}
.InAbout .InAbout_left .InAbout_left_more{ margin-top:30px; line-height:35px; padding-left:0px; margin:0 auto; width:100px; background:#ee7c38; color:#fff; padding:0px; text-align:center; margin-top:25px;}
.InAbout .InAbout_right .InAbout_right_txt .right_txt_list{ width:33%; margin-top:20px;}
/*.InAbout .InAbout_right .InAbout_right_txt .right_txt_list:nth-child(2n)::before{ display:none;}
*/.InAbout .InAbout_right .InAbout_right_txt .right_txt_list dt{ margin-top:10px;}
.InAbout .InAbout_right .InAbout_right_txt .right_txt_list dd b{ font-size:26px !important;}


.FamilySites,.footer .footer_top,.footer .footer_bottom{ display:none;}


.footer .Copyright{ text-align:center; margin-top:0px; padding-bottom:0px;}
.footer{ padding:13px 0px;}

.productD .productD_bottom .productD_bottom_content .bottom_content_p .p_content_list{ width:100%; margin-right:0px;}
.productD .productD_bottom .productD_bottom_content .bottom_content_p .p_content_list:last-child{ margin-bottom:0px;}
.productD .swiper-button-prev img,.productD .swiper-button-next img{ width:30px; outline:none;}
.productD .productD_bottom .productD_bottom_content .bottom_content_technology .content_technology_txt .technology_txt_list:last-child{ margin-top:20px;}
.productD .productD_bottom .productD_bottom_content .bottom_content_technology .content_technology_txt .technology_txt_list{ width:100%;}
.productD .productD_bottom .productD_bottom_content .bottom_content_Advantage .content_list_txt .content_Advantage_list .Advantage_list_txt p{ font-size:12px;}


.product,.product .product_txt{ height:auto;}
.product .product_txt .product_txt_img{ display:none;}
.product .product_title{ position:inherit; width:100%; transform:none; left:0; top:0px; overflow:hidden; padding:30px 0px; display:none;}
.product .product_title .product_title_list{ position:inherit; left:0 !important; top: 0 !important; right:0 !important; width:23%; margin-right:2%; float:left; height:45px; line-height:45px; margin-bottom:5%; font-size:15px; border-radius:10px; background:#fff;}
.product .product_title .product_title_list.on{ background: #f36f21;}
.product .product_title .product_title_list.hover{ background: #f36f21;}
.product .product_title .product_title_list:nth-child(4n){ margin-right:0px;}
.product .product_title .product_title_list span{ width:70px; height:13px; top:3px;}
.product .product_title .product_title_list span img{ max-width:inherit; width:140px;}
.product .product_title .product_title_list.on span img{ left:-70px;}
.product .product_title .product_title_list:hover span img{ left: -70px;}
.product .product_txt .product_txt_content{ position:inherit; transform:none; left:0; top:0px; width:100%;}
.product .product_txt .product_txt_content .txt_content_list .content_list_title dd{ font-size:22px;}
.product .product_txt .product_txt_content .txt_content_list .content_list_img{ width:100%; height:auto; border-radius:0px; line-height:normal; padding:20px 0px; display:none;}
.product .product_txt .product_txt_content .txt_content_list .content_list_img img{ max-height:200px;}
.product .product_txt .product_txt_content .txt_content_list .content_list_bottom{ top:0px; margin-bottom:0px; margin-top:20px; display:none;}
.product .product_txt .product_txt_content .txt_content_list .content_list_bottom dd{ font-size:18px; padding-bottom:11px; margin-bottom:11px;}
.product .product_txt .product_txt_content .txt_content_list .content_list_title{ padding:22px 0px;}
.product .product_txt .product_txt_content .txt_content_list .content_list_title dd{ margin-bottom:5px;}
.product .product_txt .product_txt_content .txt_content_list .content_list_title dt{ margin-bottom:0px;}





.contact{ padding:33px 0px;}



.DVideo .InVideo_content .DVideo_content_list .content_list_title{ font-size:18px; line-height:20px; margin-bottom:10px;}
.DVideo .InVideo_content .DVideo_content_list{ margin-bottom:15px;}


.ProductBottom .ProductBottom_content .ProductBottom_content_list{ width:100%; margin-right:0px; margin-right:0px;}
.ProductBottom .ProductBottom_content .ProductBottom_content_list dd{ line-height:140px; padding:10px 20px;}
.ProductBottom .ProductBottom_content .ProductBottom_content_list dt{ line-height:45px; margin-top:0px; font-size:15px;}


.productD{ padding:25px 0px;}
.productD .productD_top .productD_top_left,.productD .productD_top .productD_top_right{ width:100%;}
.productD .productD_top .productD_top_left .top_left_simg{ margin-top:0px; width:25%; display:none;}
.productD .productD_top .productD_top_left .top_left_bimg{ width:100%;}
.productD .productD_top .productD_top_left .top_left_simg img{ width:100%; max-height:230px;}
.productD .productD_top .productD_top_right{ padding-top:25px;}
.productD .productD_top .productD_top_right .top_right_img img{ height:22px;}
.productD .productD_top .productD_top_right .top_right_title dd{ font-size:18px;}
.productD .productD_top .productD_top_right .top_right_title{ margin-top:15px;}
.productD .productD_top .productD_top_right .top_right_title dt{ font-size:14px;}
.productD .productD_top .productD_top_right .top_right_txt{ margin-top:20px;}
.productD .productD_top{ padding-bottom:30px;}
.productD .productD_bottom .productD_bottom_nav{ overflow:hidden; padding:0px; margin-bottom:30px;}
.productD .productD_bottom .productD_bottom_nav a{ width:20%; float:left; padding:0px; font-size:12px;}
.productD .productD_bottom .productD_bottom_content .bottom_content_list .content_list_title{ font-size:18px; margin-bottom:18px;}
.productD .productD_bottom .productD_bottom_content .bottom_content_list{ margin-bottom:30px;}
.productD .productD_bottom .productD_bottom_content .bottom_content_list:last-child{ margin-bottom:0px;}
.productD .productD_bottom .productD_bottom_content .bottom_content_Advantage .content_list_txt .content_Advantage_list{ width:100%; margin-right:0px; margin-bottom:25px;}
.productD .productD_bottom .productD_bottom_content .bottom_content_Advantage .content_list_txt .content_Advantage_list:nth-child(2n){ float:right;}
.productD .productD_bottom .productD_bottom_content .bottom_content_Advantage .content_list_txt .content_Advantage_list .Advantage_list_img img{ height:auto;}
.productD .productD_bottom .productD_bottom_content .bottom_content_Advantage .content_list_txt .content_Advantage_list .Advantage_list_txt dd{ font-size:16px; padding:13px 0px;}
.productD .productD_bottom .productD_bottom_content .bottom_content_p .p_content_list dd{ padding:15px 0px; text-align:center;}
.productD .productD_bottom .productD_bottom_content .bottom_content_p .p_content_list dd img{ height:auto; max-width:100%; width:auto}
.productD .productD_bottom .productD_bottom_content .bottom_content_p .p_content_list dt{ font-size:16px; margin-top:12px;}


.contact{ padding-bottom:0px;}
.contact .contact_top .contact_top_content .top_content_list{ width:90%; margin-right:0%; padding:20px 0px; float:inherit; margin:0 auto; margin-bottom:20px;}
.contact .contact_top .contact_top_content{ padding-bottom:30px;}
.contact .contact_top .contact_top_content .top_content_list .content_list_img{ line-height:normal;}
.contact .contact_top .contact_top_content .top_content_list .content_list_img img{ height:30px;}
.contact .contact_top .contact_top_content .top_content_list .content_list_txt dd{ font-size:16px;}
.contact .contact_top .contact_top_content .top_content_list:last-child{ margin:0 auto;}
.contact .contact_top .contact_top_title{ font-size:18px; margin-bottom:22px;}


.map .map_txt dd{ font-size:18px;}
.map .map_txt dt{ font-size:14px;}
.map .map_txt{ width:100%; position:inherit; top:0px; transform:none; height:auto; padding:55px; margin-bottom:15px;}
.map_box{ height:300px;}


.Agent .Agent_content .Agent_content_list{ width:48%; margin-right:0px;}
.Agent .Agent_content .Agent_content_list:nth-child(2n){ float:right;}
.Agent .Agent_content .Agent_content_list .content_list_left dt{ font-size:16px; margin-bottom:12px;}
.Agent .Agent_content .Agent_content_list .content_list_left dd{ line-height: normal;}
.Agent .Agent_content .Agent_content_list .content_list_left dd img{ height:40px;}
.Agent .Agent_content .Agent_content_list .content_list_left p{ padding:0px 15px; font-size:13px; height:50px;}
.Agent .Agent_content .Agent_content_list:nth-child(1) .content_list_left p{ height:110px;}
.Agent .Agent_content .Agent_content_list:nth-child(2) .content_list_left p{ height:110px;}

.content_list_video .list_video_content{ width:95%;}
.DVideo .InVideo_content .DVideo_content_list{ margin-bottom:30px;}
.DVideo .InVideo_content .InVideo_content_list{ width:100%; margin-right:0px; box-shadow:0px 0px 15px rgba(0,0,0,.1);}


.about .about_top{ padding:25px 0px;}
.about .about_top .about_top_left{ position:inherit; transform:none; top:0px; padding:20px; background:#f0f0f0; margin-bottom:25px;}
.about .about_top .about_top_left,.about .about_top .about_top_right{ width:100%;}
.about .about_bottom .about_bottom_right .bottom_right_list2 .right_list2_txt{ margin-top:0px; padding:25px 0px;}
.about .about_top .about_top_left .top_left_title{ font-size:14px; margin-bottom:20px; padding-bottom:15px;}
.about .about_top .about_top_left .top_left_title span{ font-size:22px; margin-right:13px;}
.about .about_top .about_top_left .top_left_txt p{ font-size:13px;}
.about .about_top .about_top_left .top_left_txt p:last-child{ margin-top:0px;}
.about .about_top .about_top_right span{ display:none;}
.top_left_txt_a{display:none;}


.market{ padding:25px 0px;}
.market .market_left,.market .market_right{ width:100%;}
.market .market_left{ margin-bottom:22px;}
.market .market_right .market_right_title{ font-size:18px; margin-bottom:20px; padding-left:15px;}
.market .market_right .market_right_title:before{ width:3px; height:20px;}
.market .market_right .market_right_txt a{ width:49%; margin-right:0px; margin-bottom:2%;}
.market .market_right .market_right_txt a:nth-child(2n){ float:right;}
.market .market_right .market_right_txt a:last-child{ width:100%;}


.root{ padding:25px 0px; padding-bottom:0px;}
.about .about_bottom .about_bottom_icon,.about .about_bottom .about_bottom_right{ width:100%;}
.about .about_bottom .about_bottom_icon img{ height:160px;}
.about .about_bottom .about_bottom_right .bottom_right_list1 .right_list_li{ width:100%;}
.about .about_bottom .about_bottom_right .bottom_right_list1 .right_list_li .list_li_logo{ height:auto;}
.about .about_bottom .about_bottom_right .bottom_right_list1 .right_list_li .list_li_logo img{ height:65px;}
.about .about_bottom .about_bottom_right .bottom_right_list1 .right_list_li:nth-child(2) .list_li_logo{ text-align:center; padding-top:25px; height:auto;}
.about .about_bottom .about_bottom_right .bottom_right_list1 .right_list_li:nth-child(2) .list_li_logo img{ height:25px;}
.about .about_bottom .about_bottom_right .bottom_right_list1 .right_list_li:nth-child(2) .list_li_txt{ text-align:center;}
.about .about_bottom .about_bottom_right .bottom_right_list1 .right_list_li .list_li_txt{ margin-top:20px;}
.about .about_bottom .about_bottom_right .bottom_right_list1 .right_list_li .list_li_txt .li_txt_t{ padding:15px 0px; font-size:16px;}
.about .about_bottom .about_bottom_right .bottom_right_list1{ padding:20px 0px;}
.about .about_bottom .about_bottom_right .bottom_right_list2 .right_list2_title dd img{ height:35px;}
.about .about_bottom .about_bottom_right .bottom_right_list2 .right_list2_title dt p span{ font-size:18px;}
.about .about_bottom .about_bottom_right .bottom_right_list2 .right_list2_title dt p{ font-size:14px;}
.about .about_bottom .about_bottom_right .bottom_right_list2 .right_list2_title dt p:first-child{ margin-bottom:0px;}
.about .about_bottom .about_bottom_right .bottom_right_list2 .right_list2_txt{ display:block;}
.about .about_bottom .about_bottom_right .bottom_right_list2 .right_list2_txt .list2_txt_list{ width:33.33%;}
.about .about_bottom .about_bottom_right .bottom_right_list2 .right_list2_txt .list2_txt_list dd{ width:65px; height:65px; line-height:57px; margin:0 auto;}
.about .about_bottom .about_bottom_right .bottom_right_list2 .right_list2_txt .list2_txt_list dd img{ height:25px;}
.about .about_bottom .about_bottom_right .bottom_right_list2 .right_list2_txt .list2_txt_list dt{ height:88px; text-align:center;}
.about .about_bottom .about_bottom_right .bottom_right_list2 .right_list2_txt .list2_txt_list dt p{ font-size:12px;}
.about .about_bottom .about_bottom_right .bottom_right_list4 .right_list2_txt .list2_txt_list:nth-child(5){ width:33.33%;}



.Historical .Historical_left,.Historical .Historical_right{ width:100%; height:auto;}
.Historical .Historical_right{ position:inherit; right:0; top:0px;}
.Historical .Historical_left{ padding:20px 0px; background-size:25%; margin-bottom:25px;}
.Historical .Historical_left .Historical_left_title{ position:inherit; top:0px; right:0px; text-align:center;}
.Historical .Historical_left .Historical_left_title dd{ font-size:20px; margin-bottom:10px;}
.Historical .Historical_left .Historical_left_title dt p{ font-size:14px;}
.Historical .Historical_right .Historical_right_list .right_list_img img{ height:auto;}
.Historical .Historical_right .Historical_right_list .right_list_content{ padding:20px;}
.Historical .Historical_right .Historical_right_list .right_list_content dd{ width:100%; font-size:14px; line-height:30px; margin-bottom:10px;}
.Historical .Historical_right .Historical_right_list .right_list_content dt{ font-size:12px; line-height:20px;}
.Historical .Historical_right .Historical_right_list{ margin:0px 5px;}







.productD .productD_bottom .productD_bottom_content .bottom_content_Advantage .content_list_txt .content_Advantage_list .Advantage_list_txt p{ height:100px;}
.productD .productD_bottom .productD_bottom_content .bottom_content_Advantage .content_list_txt .content_Advantage_list .Advantage_list_img img{ max-height:150px;}



.productD .productD_top .productD_top_left .top_left_bimg .left_bimg_list img{ max-height:350px;}



.about .about_top .about_top_left .top_left_txt .top_left_txt_a{ display:none;}
.about .about_top .about_top_left .top_left_txt .top_left_txt_b{ display:flex;}

}

@media screen and (max-width:950px){
	
	
}



@media screen and (max-width:768px){
	
	
	
}


@media screen and (max-width:600px){
.banner{ margin-bottom:20px;}
.banner,.banner .banner_content .banner_content_list .content_list_img{ height: auto !important;}
.banner .slick-slide .banner_txt dd{ font-size: 16px;}
.banner .slick-slide .banner_txt dt{ font-size: 12px; margin-top: 5px;}
.banner .slick-slide .banner_txt{ width: 90%; left: 50%; top: 50%;}
.banner .slick-slide .banner_txt a{ font-size: 14px; width: 113px; line-height: 30px; margin-top:0px;}
.banner .slick-slide .banner_txt a i{ margin-left: 10px;}
.banner .slick-slide .banner_txt div{ display:none;}


.Historical .Historical_right .Historical_right_list .right_list_img img{ height:131px;}
.Historical .Historical_right .Historical_right_list .right_list_content{ height:140px;}

.detalis_banner .detalis_banner_img img{ height:150px;}
.detalis_banner .detalis_banner_txt dd{ font-size:20px; padding-bottom:6px; margin-bottom:6px;}
.detalis_banner .detalis_banner_txt dt{ font-size:16px;}


.productD .productD_bottom .productD_bottom_content .bottom_content_Advantage .content_list_txt .content_Advantage_list .Advantage_list_txt p{ height:auto;}
.productD .productD_bottom .productD_bottom_content .bottom_content_Advantage .content_list_txt .content_Advantage_list .Advantage_list_img img{ max-height:100%;}



.productD .productD_bottom .productD_bottom_content .bottom_content_tab .content_tab_content{ }
.productD .productD_bottom .productD_bottom_content .bottom_content_tab .content_tab_content p{ width:1000px;}

.InProduct .InProduct_content .InProduct_content_left{ margin-top:430px;}
.InProduct .InProduct_content{ position:relative;}
.InProduct .InProduct_content .InProduct_content_right{ position:absolute; top:0; left:0; width:100%;}

.biaoge td{ font-size:18px !important;}
.biaoge td span{ font-size:16px !important;}

.Agent .Agent_content{ padding:0px 3%; display:block;}
.Agent .Agent_content .Agent_content_list{ width:100%; margin-right:0px; padding:30px 0px;}
.Agent .Agent_content .Agent_content_list .content_list_left p{ height:auto !important;}

.Agent .vertical{ padding-bottom:35px;}

.GroupSubsidiary{ padding: 35px 4%;}
.GroupSubsidiary .GroupSubsidiary_list{ width: 100%; margin-bottom: 25px;}
}


@media screen and (max-width:375px){
.Agent .Agent_content .Agent_content_list:nth-child(1) .content_list_left p{ height:154px;}
.Agent .Agent_content .Agent_content_list:nth-child(2) .content_list_left p{ height:154px;}
.market .market_right .market_right_txt a{ display:block;}
.market .market_right .market_right_txt a dd{ margin-bottom:15px; line-height:30px;}
.market .market_right .market_right_txt a dd img{ max-height:29px;}
.market .market_right .market_right_txt a dt{ padding:0px 10px; text-align:center;}
.market .market_right .market_right_txt a dd,.market .market_right .market_right_txt a dt{ width:100%;}

.InProduct .InProduct_content .InProduct_content_left{ margin-top:400px;}
.productD .productD_bottom .productD_bottom_content .bottom_content_Advantage .content_list_txt .content_Advantage_list .Advantage_list_txt dd{ font-size:14px;}
.productD .productD_bottom .productD_bottom_content .bottom_content_Advantage .content_list_txt .content_Advantage_list .Advantage_list_img img{ max-height:100%; height: auto !important; width: auto !important;}
}
@media screen and (max-width:360px){
.contact .contact_top .contact_top_content .top_content_list .content_list_txt dt{ font-size:14px;}

}


@media screen and (max-width:320px){
.InProduct .InProduct_content .InProduct_content_left{ margin-top:340px;}

}