@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;}
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;}
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:14px;}
input::-webkit-input-placeholder{ /* WebKit browsers */ color:#999999; font-size:14px;}
input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#999999; font-size:14px;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:14px;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:14px;}
textarea::-webkit-input-placeholder{color:#999999; font-size:13px; 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_xiala{ height:0px; overflow:hidden}
.mo_xiala.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.05) 5px 10px 10px; 
   -moz-box-shadow:rgba(0,0,0,0.05) 5px 10px 10px; 
    -ms-box-shadow:rgba(0,0,0,0.05) 5px 10px 10px; 
     -o-box-shadow:rgba(0,0,0,0.05) 5px 10px 10px; 
        box-shadow:rgba(0,0,0,0.05) 5px 10px 10px; 
		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.3s ease;
    -webkit-transform: all 0.3s ease;
 }
.flip:hover{
	-webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(60deg);
           transition: all 0.3s ease;
    -webkit-transform: all 0.3s 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:absolute; top: 0; z-index: 100;}
.mo_top .mot{ width:100%; padding:0 2%; height:50px; background:#fff;}
.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;}

.neibanner{ height: 400px; width: 100%;}





.header{ background: rgba(255,255,255,0.4); height: 40px; line-height: 40px; position: absolute; top: 0; left: 0; width: 100%; z-index: 50; border-bottom: 1px solid rgba(28,37,53,0.14);}
.header .header_centent{ margin:0 auto; padding: 0px 30px ;}
.header .header_centent .header_xun{ font-size: 13px; color: #165fbb; padding-left: 20px; background: url(../images/bn1.png) no-repeat 0% 50%; margin-left: 20px;}
.header .header_centent .search .search_text{ line-height: 40px; background: #165fbb; padding: 0px 20px; font-size: 14px; color: #fff;}
.header .header_centent .search .search_submit{ background: #165fbb url(../images/bn2.png) no-repeat 50%; line-height: 40px; width: 40px; cursor: pointer;}
.header .header_centent .search a{ line-height:41px; padding:0px 20px; margin-left:10px; display:inline-block; border-radius:0px; color:#fff; background:#165fbb;}
.header .header_centent .search a:hover{ color:#fff; background:#165fbb;}

.pc_top{ height:72px; width:100%; position: absolute; width: 100%; top:40px; left: 0; z-index: 50; background: rgba(255,255,255,0.4);}
.pc_top .pc_top_nei{ margin:0 auto; padding: 0px 30px ;}
.pc_top .pc_top_nei .top_nei_logo{ display:inline-block; line-height:72px;}
.pc_top .pc_top_nei .top_nei_right .nei_right_nav .right_nav_xun{ position:relative;}
.pc_top .pc_top_nei .top_nei_right .nei_right_nav .right_nav_xun .nav_xun_title{ display:inline-block; line-height:72px;  font-size:15px; color:#333333; margin-right:15px; position:relative;transition: all 0.3s ease 0s; width: 117px; text-align: center; font-weight: bolder;}
.pc_top .pc_top_nei .top_nei_right .nei_right_nav .right_nav_xun:last-child .nav_xun_title{ margin-right: 0px; width:128px;}

.pc_top .pc_top_nei .top_nei_right .nei_right_nav .right_nav_xun:hover .nav_xun_title{ color:#165fbb;transition: all 0.3s ease 0s;}
.pc_top .pc_top_nei .top_nei_right .nei_right_nav .right_nav_xun .nav_xun_title i{ margin-left:5px; font-weight: bolder;transition: all 0.3s ease;}
.pc_top .pc_top_nei .top_nei_right .nei_right_nav .right_nav_xun .nav_xun_title .nav_xia{display:block; position:absolute; width:0px; height:0px; background:#165fbb; bottom:0px; left:50%; transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;}
.pc_top .pc_top_nei .top_nei_right .nei_right_nav .right_nav_xun:hover .nav_xun_title .nav_xia{ width:100%; height:2px; left:0; transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;}
.pc_top .pc_top_nei .top_nei_right .nei_right_nav .right_nav_xun.on .nav_xun_title .nav_xia{ width:100%; height:2px; left:0; }
.pc_top .pc_top_nei .top_nei_right .nei_right_nav .right_nav_xun.on .nav_xun_title{ color:#165fbb;transition: all 0.3s ease 0s;}

.pc_top .pc_top_nei .top_nei_right .nei_right_nav .right_nav_xun .nav_xun_xiala{ position:absolute; left:-7px; width:100%; z-index:20; display:none;}
.pc_top .pc_top_nei .top_nei_right .nei_right_nav .right_nav_xun .nav_xun_xiala a{ display:inline-block; width:130px; line-height:20px; background:#fff; color:#333; text-align:center; padding:13px 0px; text-transform: capitalize;}
.pc_top .pc_top_nei .top_nei_right .nei_right_nav .right_nav_xun:hover .nav_xun_xiala{ display: block;}
.pc_top .pc_top_nei .top_nei_right .nei_right_nav .right_nav_xun .nav_xun_xiala a:hover{ background:#165fbb; color:#fff;}
.pc_top .pc_top_nei .top_nei_right .nei_right_nav .right_nav_xun:hover .nav_xun_title i{ transform: rotate(180deg);transition: all 0.3s ease;}



.sy_news{padding-bottom: 60px;}
.index_news .index_news_content{ max-width: 1200px; margin: 0 auto;margin-top: 40px;}
.index_news .index_news_content .carousel .index_news_xun{ text-align: left; display: inline-block; width: 100%; padding: 40px 0px;}
.index_news .index_news_content .carousel .index_news_xun .news_xun_title{ border-bottom: 1px solid #e5e5e5; position: relative; padding-bottom: 20px;transition: all 0.3s ease;}
.index_news .index_news_content .carousel .index_news_xun .news_xun_title:before{ content: ""; position: absolute; display: inline-block; width: 50px; height: 2px; background: #165fbb; left: 0; bottom: -1px; transition: all 0.5s ease;}
.index_news .index_news_content .carousel .index_news_xun .news_xun_title dd{ font-size: 24px; color: #333333; margin-bottom: 5px;}
.index_news .index_news_content .carousel .index_news_xun .news_xun_title dt{ font-size: 16px; color: #333333;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.index_news .index_news_content .carousel .index_news_xun .news_xun_content{ font-size: 14px; color: #666666; line-height: 22px; margin-top: 35px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.index_news .index_news_content .carousel .index_news_xun:hover .news_xun_title:before{ width: 100%;transition: all 0.5s ease;}
.index_news .index_news_content .carousel .index_news_xun:hover .news_xun_title dd{ color: #165fbb; transition: all 0.3s ease;}
.index_news .index_news_content .news_content_more{ text-align: center;}
.index_news .index_news_content .news_content_more a{ display: inline-block; width: 135px; line-height: 44px; text-align: center; font-size: 16px; color: #333333; width: 135px; border-radius: 5px; border: 1px solid #959595;}


.index_news .index_news_content .news_content_more a:hover{ border-radius: 50px; background: #165fbb; color: #fff; border: 1px solid #165fbb;/*transition-delay: 0.4s;*/ }




.index_field{}
.index_field .index_news_content{ border-top: 1px solid #e5e5e5; padding-top: 45px; margin-top: 40px;}
.index_field .index_field_left{ width: 36%;}
.index_field .index_field_right{ width: 63%; margin-left: 1%;}
.index_field_list{ display: inline-block; width: 100%; margin-bottom: 1.3%;}
.index_field_list .field_list_img{ overflow: hidden;}
.index_field .index_field_left .field_list_img img{ width: 100%; height: 523px; object-fit: cover;}
.index_field .index_field_list{ position: relative;}
.index_field .index_field_list .field_list_content{ position: absolute;left: 50%;top: 85%;transform: translateX(-50%) translateY(-50%); width: 84%;}
.index_field .index_field_list .field_list_content dd{ font-size: 18px; color: #fff; margin-bottom: 15px;}
.index_field .index_field_list .field_list_content dt{ font-size: 14px; color: #fff; line-height: 24px;}
.index_field .index_field_right .field_right_top .field_list_img img{ width: 100%; height: 256px; object-fit: cover;}
.index_field .index_field_right .index_field_list .field_list_content{ top: 77%;}
.index_field .index_field_right .field_right_bottom{}
.index_field .index_field_right .field_right_bottom .index_field_list{ width: 32%; margin-right: 2%;}
.index_field .index_field_right .field_right_bottom .index_field_list .field_list_img img{ width: 100%; height: 257px; object-fit: cover;}
.index_field .index_field_right .field_right_bottom .index_field_list:nth-child(3){ margin-right: 0px;}
.index_field .index_field_right .field_right_bottom .index_field_list .field_list_content{ top: 87%;}
.index_field .index_field_right .field_right_bottom .index_field_list .field_list_content dd{ text-align: center;}
.index_field_list .field_list_img img{
	-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; 
}
.index_field_list:hover .field_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; 
}





.index_about{ background: #f6f6f6; padding: 60px 0px;}
.index_about .index_about_img{ width: 47%;}
.index_about .index_about_img img{ width: 100%; height: 380px; object-fit: cover;}
.index_about .index_about_content{ width: 49%; margin-left: 4%;}
.index_about .index_about_content .about_content_title{ border-bottom: 1px solid #dcdcdc; padding-bottom: 20px;}
.index_about .index_about_content .about_content_title dd{ font-size: 24px ;color: #333333;}
.index_about .index_about_content .about_content_title dt{ margin: 6px 0px; padding-left: 10px;}
.index_about .index_about_content .about_content_text{ font-size: 14px; color: #333333; line-height: 23px; margin-top: 20px;}
.index_about .index_about_content .about_content_bottom{ margin-top: 44px;}
.index_about .index_about_content .about_content_bottom .content_bottom_list{ background: #fff; width: 44%; text-align: center; padding: 25px; margin-right: 12%; display: inline-block;}
.index_about .index_about_content .about_content_bottom .content_bottom_list:last-child{ margin-right: 0px;}
.index_about .index_about_content .about_content_bottom .content_bottom_list .bottom_list_icon{ margin-bottom: 20px;}
.index_about .index_about_content .about_content_bottom .content_bottom_list .bottom_list_text dd{ font-size: 16px; color: #333333; margin: 10px 0px; text-transform:uppercase;}
.index_about .index_about_content .about_content_bottom .content_bottom_list .bottom_list_text dt{ font-size: 13px; color: #666666; line-height: 22px;}
.index_about .index_about_content .about_content_bottom .content_bottom_list:nth-child(3){ margin-right: 0px;}
.index_about .index_about_content .about_content_bottom .content_bottom_list:hover .bottom_list_icon img{
	-webkit-transform: rotateY(360deg);
       -moz-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
         -o-transform: rotateY(360deg);
            transform: rotateY(360deg);
           transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease;  
	cursor:pointer;
}
.index_about .index_about_content .about_content_bottom .content_bottom_list .bottom_list_icon img{
	-webkit-transform: rotateY(0deg);
       -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
         -o-transform: rotateY(0deg);
            transform: rotateY(0deg);
           transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease;  
	cursor:pointer;
}





.footer .footer_top{ background: #165fbb; height: 52px; line-height: 52px;}
.footer .footer_top .footer_top_content{ max-width: 1200px; margin: auto;}
.footer .footer_top .footer_top_content .top_content_list{ width: 43%;}
.footer .footer_top .footer_top_content .top_content_list:nth-child(2){ width: 32%;}
.footer .footer_top .footer_top_content .top_content_list:last-child{ width: 25%;}
.footer .footer_top .footer_top_content .top_content_list dd{ line-height: 48px;}
.footer .footer_top .footer_top_content .top_content_list dt{ font-size: 13px;color: #fff; margin-left: 10px;}
.footer .footer_content{ max-width: 1200px; margin: 0 auto; padding: 35px 0px;}
.footer .footer_content .footer_content_lisrt{ width: 10%; margin-right: 8%;}
.footer .footer_content .footer_content_lisrt:last-child{ margin-right: 0px;}
.footer .footer_content .footer_content_lisrt dd a{ font-size: 16px; color: #333333; margin-bottom: 20px; display:  inline-block;}
.footer .footer_content .footer_content_lisrt dt a{ display: inline-block; width: 100%; font-size: 14px; color: #333333; margin-bottom: 5px;}
.footer .footer_content .footer_content_lisrt dt a:last-child{ margin-bottom: 0px;}
.footer .footer_content .footer_content_lisrt dt .bdsharebuttonbox a{ width: 30px !important; height: 30px !important; padding-left: 0px !important; margin-right: 12px !important;}
.footer .footer_content .footer_content_lisrt dt .bdsharebuttonbox a:last-child{ margin-right: 0px !important;}
.footer .footer_content .footer_content_lisrt dt .bdsharebuttonbox .bds_sqq{ background: url(../images/qq.png) no-repeat 50%;}
.footer .footer_content .footer_content_lisrt dt .bdsharebuttonbox .bds_weixin{ background: url(../images/weix.png) no-repeat 50%;}
.footer .footer_content .footer_content_lisrt dt .bdsharebuttonbox .bds_tsina{ background: url(../images/weib.png) no-repeat 50%;}
.footer .footer_content .footer_content_lisrt dt .employee{ width: 120px; height: 30px; line-height: 28px; text-align: center; background: #d2d2d2; display: inline-block; margin-bottom: 0px; margin-top: 25px; display:none;}
.footer .footer_content .footer_content_lisrt dt .employee:hover{ background: #165fbb;}





.Copyright{ text-align: center; color: #888888; font-size: 12px; line-height: 60px; border-top: 1px solid #e5e5e5;}
.Copyright a{ color: #888888; font-size: 12px;}






.pro_left{ width:96%; margin:0px auto; position:relative; display:none; margin-top: 20px;}
.pro_left .pro_left_top{ display:none;}
.pro_left .pro_left_top2{ display:block; border:#dcdcdc solid 1px; border-radius:5px; text-align:center; float:left; width:100%; box-shadow:rgba(0,0,0,0.20) 2px 2px 0px; height:40px; line-height:40px;}
.pro_left .pro_left_top2:active{ box-shadow:rgba(0,0,0,0.20) 0px 0px 0px; transition:all ease 0.1s;}
.pro_left .pro_left_top2 i{ margin-left:5px;}
.pro_left .pro_left_menu{ position:absolute; top:40px; z-index:9; border:#dcdcdc solid 1px; background:#FFFFFF; border-bottom-left-radius:5px; border-bottom-right-radius:5px; border-top:none; display:none; width:100%}
.pro_left .pro_left_menu li{ width:48%; margin:0 1%;}
.pro_left .pro_left_menu li{ float:left; line-height:45px; background:#FFFFFF; width:100%; padding:0 23px; text-align:center}
.pro_left .pro_left_menu li a{ display:inline-block;height:45px; width:100%; border-bottom:#e5e5e5 dashed 1px; position: relative;}
.pro_left .pro_left_menu li:last-child a{ border-bottom: 0px;}
.pro_left .pro_left_menu li a i{ position:absolute; left:-15px; line-height:45px; color:#e10019; font-size:15px; opacity:0; transition:all 0.3s ease;}
.pro_left .pro_left_menu li a span{ display:inline-block;height:45px; width:100%; overflow:hidden; white-space:pre; text-overflow:ellipsis; color:#666666; line-height:45px; font-size:14px;}




.detail_nav{ border-bottom: 1px solid #e5e5e5; line-height: 44px;}
.detail_nav .detail_nav_content{ max-width: 1200px; margin: 0 auto;}
.detail_nav .detail_nav_content .nav_content_left a{ color: #666666; font-size: 14px; text-transform:capitalize;}
.detail_nav .detail_nav_content .nav_content_left span{ margin: 0px 10px;}
.detail_nav .detail_nav_content .nav_content_right a{ display: inline-block; background: #f0f0f0; width: 133px; text-align: center; font-size: 14px; color: #333333;
webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%); margin-right: -30px; text-transform:capitalize;
}
.detail_nav .detail_nav_content .nav_content_right a:last-child{ margin-right: 0px;}
.detail_nav .detail_nav_content .nav_content_right a:hover{ color: #fff; background: #165fbb;}
.detail_nav .detail_nav_content .nav_content_right a.on{ color: #fff; background: #165fbb;}







.about{ margin-top: 50px;}
.about .about_content{ max-width: 1200px; margin: 0 auto;}
.about .about_content .about_content_top{ background: #f7f7f7; padding: 60px 50px;}
.about .about_content .about_content_top .content_top_left{ width: 42%;}
.about .about_content .about_content_top .content_top_left dd{ font-size: 24px; color: #333333; margin-bottom: 25px;}
.about .about_content .about_content_top .content_top_left dt p{ font-size: 14px; color: #666666; line-height: 24px; margin-bottom: 25px;}
.about .about_content .about_content_top .content_top_left dt p:last-child{ margin-bottom: 0px;}
.about .about_content .about_content_bottom{ padding: 50px 0px;}
.about .about_content .about_content_bottom .content_bottom_title{ text-align: center; margin-bottom: 30px;}
.about .about_content .about_content_bottom .content_bottom_title h1{ position: relative; font-size: 24px; color: #333333;text-transform: uppercase; display: inline-block;}
.about .about_content .about_content_bottom .content_bottom_title h1:before{ content: ""; position: absolute; display: inline-block; width: 75px; height: 7px; background: url(../images/bn13.png) no-repeat 50%; top: 40%; left: -100px;}
.about .about_content .about_content_bottom .content_bottom_title h1:after{ content: ""; position: absolute; display: inline-block; width: 75px; height: 7px; background: url(../images/bn14.png) no-repeat 50%; top: 40%; right: -100px;}
.about .about_content .about_content_bottom .content_bottom_text .bottom_text_right{ margin-left: 30px;}
.about .about_content .about_content_bottom .content_bottom_text .bottom_text_right dd{ font-size: 20px; color: #333333; margin-bottom: 10px;}
.about .about_content .about_content_bottom .content_bottom_text .bottom_text_right dt{ font-size: 16px; color: #999999;}







.path,.join{ margin-top: 0px;}
.path_content .path_content_list{ position: relative; padding-bottom: 20px;}
.path_content .path_content_list:before{ position: absolute; content: ""; display: inline-block; width: 14px; height: 14px; border: 2px solid #165fbb; background: #fff; border-radius: 100%; left: 16.5%; z-index: 1; top: 35px;
transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}
.path_content .path_content_list:after{ width: 1px; background: #dcdcdc; height: 100%; content: ""; display: inline-block; position: absolute; left: 17.2%; top: 0;}

.path_content .path_content_list .content_list_left{ width: 14%; padding-top: 15px; text-align: right;}
.path_content .path_content_list .content_list_left dd{ font-size: 18px; color: #999999;  font-weight: bolder; padding-bottom: 15px;
transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}
.path_content .path_content_list .content_list_left dt{ font-size: 14px; color: #999999;
transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}

.path_content .path_content_list .content_list_right{ background: #fff; padding: 30px; position: relative; width: 80%; position:relative; border: 1px solid #e5e5e5;}
.path_content .path_content_list .content_list_right dd{ font-size: 18px; color: #165fbb;  font-weight: bolder; padding-bottom: 15px;}
.path_content .path_content_list .content_list_right dt p{ font-size: 14px; color: #999999; padding-bottom: 10px;}
.path_content .path_content_list .content_list_right:before{ width: 10px; background: url(../images/bn15.png) no-repeat 100%; height: 12px; content: ""; display: inline-block; position: absolute; left: -10px; top: 47%;}
.path_content .path_content_list .content_list_right dt p:last-child{ padding-bottom: 0px;}
.path_content .path_content_list:hover:before{ background: #165fbb;
transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}
.path_content .path_content_list:hover .content_list_left dd{ color: #165fbb;
transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}
.path_content .path_content_list:hover .content_list_left dt{ color: #165fbb;
transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}





.join .about_content .about_content_bottom .content_bottom_title dd{ color: #666666; font-size: 14px; margin-top: 15px;}
.join .about_content .about_content_bottom .content_bottom_title dd i{ font-size: 14px; color: #ffaa4e;font-style: normal;}
.join .join_content .join_content_list{ width: 48%; background:#fff; font-size: 14px; color: #333333; border-bottom: 1px solid #e5e5e5; margin-right: 4%; line-height: 60px; display: inline-block;}
.join .join_content .join_content_list:nth-child(2n){ margin-right: 0px;}
.join .join_content .join_content_list .content_list_position{ font-size: 16px;  color: #313131;}
.join .join_content .join_content_list .content_list_position dd{ margin-right: 13px; margin-left: 5px;}
.join .join_content .join_content_list .content_list_position{ width:92%;overflow: hidden;}
.join .join_content .join_content_list .content_list_position dt{overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;	
}
.join .join_content .join_content_list:hover .content_list_position{ color: #165fbb;}






.JoinDetail_content .JoinDetail_content_title{ line-height: 58px; border: 1px solid #e5e5e5; background: #f5f5f5; padding: 0px 25px;}
.JoinDetail_content .JoinDetail_content_title dd{ font-size: 16px; color: #333333;}
.JoinDetail_content .JoinDetail_content_title a{ font-size: 14px; color: #333333; background: url(../images/bn17.png) no-repeat 0% 50%; padding-left: 30px;}
.JoinDetail_content .JoinDetail_content_text{ margin-top: 30px; padding:0px 25px;} 
.JoinDetail_content .JoinDetail_content_text{ font-size: 14px; color: #666666; line-height: 26px; margin-bottom: 5px;}
.JoinDetail_content .JoinDetail_content_text p:last-child{ margin-bottom: 0px;}
.JoinDetail_content .JoinDetail_content_text a{ font-size:16px; color:#165fbb; display:inline-block; margin-top:25px;}


.contact{ margin-top: 0px; padding: 50px 0px;}
.contact .con_address{ position:relative; max-width:1200px; margin:0 auto;}
.contact .con_address .add_box{ width:100%; padding:45px; background:rgba(255,255,255,0.90); top:0px; border-radius:5px; left:0px;}
.contact .con_address .add_box .add_box_title{ font-size:24px; color:#222222; line-height:36px; width:100%; border-bottom: 1px solid #dcdcdc; padding-bottom: 15px; margin-bottom: 35px;}
.contact .con_address .add_box .add_box_title span{ color: #cccccc; padding-left: 10px;}
.contact .con_address .add_box .add_box_wen .box_wen_xun{ margin-top: 25px;}
.contact .con_address .add_box .add_box_wen .box_wen_xun .wen_xun_right{ font-size: 16px; color: #222222; margin-left: 20px;}
.contact .con_address .add_box .add_box_wen .box_wen_xun .wen_xun_right dd{ margin-right: 10px;}
.contact .con_address .add_box .add_box_wen .box_wen_xun .wen_xun_right dt p{ font-size: 14px; color: #444444; margin-top: 10px;}
.contact .con_address .add_box .add_box_wen .box_wen_xun .wen_xun_right dt p:nth-child(1){ font-size: 16px; color: #222222; margin-top: 10px; margin-top: 0px;}
.contact .contact_map img{ width: 100%; height: 500px; object-fit: cover; display: none;}




.news{ margin-top: 0px;}
.news .about_content{ max-width:1200px; margin:0 auto; position:relative; padding: 50px 0px;}
.news .about_content .news_hot{ height: 339px; overflow: hidden;}
.news .about_content .news_img{ width:553px;}
.news .about_content .news_img .news_img_slick .img_slick_xunimg img{ width:100%; height:339px; object-fit:cover;}
.news .about_content .news_content{ width:647px; padding: 20px 30px; background: #f7f7f7; height: 339px;}
.news .about_content .news_content .buildchange{ text-align: right; font-size: 16px; color: #333333; margin-bottom: 10px;}
.news .about_content .news_content .buildchange .totalnum i{font-style: normal;}
.news .about_content .news_content .news_content_slick .content_slick_xuntext dd{ font-size: 18px; color: #333333; font-weight: bolder;}
.news .about_content .news_content .news_content_slick .content_slick_xuntext dt{ font-size: 13px; color: #999999; margin-top: 10px; margin-bottom: 20px;}
.news .about_content .news_content .news_content_slick .content_slick_xuntext p{ font-size: 14px; color: #666666; line-height: 24px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.news .about_content .news_content .news_content_slick .content_slick_xuntext a{ display: inline-block; width: 141px; height: 44px; line-height: 40px; border: 2px solid #e5e5e5; text-align:  center; font-size: 14px; color: #666666;text-transform: uppercase; margin-top: 25px;}
.news .about_content .news_content .news_content_slick .content_slick_xuntext a:hover{ background: #165fbb; color: #fff; border: 2px solid #165fbb;}
.news .about_content .news_bottom{ margin-top: 20px; margin-bottom: 45px;}
.news .about_content .news_bottom .news_bottom_list{ display: inline-block; width: 49%; margin-right: 2%; border-bottom: 1px solid #e5e5e5; padding: 25px 0px;}
.news .about_content .news_bottom .news_bottom_list:nth-child(2n){ margin-right: 0px;}
.news .about_content .news_bottom .news_bottom_list .bottom_list_img{ width: 43%;}
.news .about_content .news_bottom .news_bottom_list .bottom_list_img img{ width:100%;height: 160px; object-fit: cover;}
.news .about_content .news_bottom .news_bottom_list .bottom_list_text{ width: 54%; margin: 12px 0px;}
.news .about_content .news_bottom .news_bottom_list .bottom_list_text dd{ font-size: 16px; color: #333333; font-weight: bolder;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.news .about_content .news_bottom .news_bottom_list .bottom_list_text dt{ font-size: 13px; color: #999999; margin-top: 8px; margin-bottom: 15px;}
.news .about_content .news_bottom .news_bottom_list .bottom_list_text p{ font-size: 13px; color: #666666; line-height: 24px;
display: -webkit-box; height: 43px;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.news .about_content .news_bottom .news_bottom_list .bottom_list_text span{ font-size: 14px; color: #999999;text-transform: uppercase; margin-top: 15px; display: inline-block;}
.news .about_content .news_bottom .news_bottom_list .bottom_list_text span i{ margin-left: 10px;}
.news .about_content .news_bottom .news_bottom_list:hover .bottom_list_text span{ color: #165fbb;}





.news_details .news_details_title{ text-align:center; border-bottom:1px solid #dcdcdc; padding-bottom:15px}
.news_details .news_details_title dd{ font-size:26px; color:#333333; padding-bottom:20px}
.news_details .news_details_title dt div{ color:#999999; font-size:13px; padding-right:50px; display:inline-block; line-height:26px}
.news_details .news_details_title dt div:nth-child(3){ padding-right:0px}

.news_details .news_details_wen{ padding-top: 40px;}
.news_details .news_details_wen .details_wen_top div img{ max-width:100%}
.news_details .news_details_wen .details_wen_top{ border-bottom:1px solid #dcdcdc; padding-bottom:30px}
.news_details .news_details_wen .details_wen_top p{ line-height:26px; padding:10px 0px; font-size:14px; color:#666666; text-indent: 2em;}
.news_details .news_details_wen .details_wen_top div{ padding-bottom:10px}
.news_details .news_details_wen .news_fenye{ margin-top: 35px;}
.news_details .news_details_wen .news_fenye div{ line-height:45px; width: 46%;}
.news_details .news_details_wen .news_fenye div span{ background: #ebebeb; width: 20%; text-align: center;}
.news_details .news_details_wen .news_fenye div a{ font-size:13px; color:#333333; display:inline-block; background: #f6f6f6; width: 80%; padding-left: 20px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.news_details .news_details_wen .news_fenye div a:hover{ color:#165fbb}


.page li a{ width: 56px; height: 40px; line-height: 40px; display: inline-block;; text-align: center; background: #ffff; color: #727272; margin-right: 15px; border: 1px solid #e5e5e5; font-size: 16px; color: #333333;}
.page li:first-child a{ width: 78px;} 
.page li:last-child a{ margin-right: 0px; width: 78px;} 
.page li.active a{ background: #165fbb; color: #fff; border: 1px solid #165fbb;}
.page li:hover a{ background: #165fbb; color: #fff; border: 1px solid #165fbb;}
.page li a i{ font-size: 18px;}





.entrance{margin-top: 0px; background: #f6f6f6;}
.entrance .about_content{ background: #fff; padding: 70px 50px; position: relative; top: -100px; margin-bottom: -30px; padding-bottom: 30px;}
.entrance .entrance_content .entrance_content_list{ width: 20%; text-align: center; margin-bottom: 4%;}
.entrance .entrance_content .entrance_content_list dt{ font-size: 16px; color: #333333; margin-top: 20px;}
.entrance .entrance_content .entrance_content_list dd img{
	-webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
           transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease;  
	cursor:pointer;
}
.entrance .entrance_content .entrance_content_list:hover dd img{
	-webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
           transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease;  
	cursor:pointer;
}






.product{ margin-top: 0px;}
.product .product_title{ line-height: 30px; font-size: 14px; color: #666666;}
.product .product_content{ border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; padding: 35px 0px;}
.product .product_content .product_content_img{ width: 22%; text-align: center;}
.product .product_content .product_content_text{ width: 78%;}
.product .product_content .product_content_text dd{ font-size: 15px; /*font-weight: bolder;*/ color: #333333; margin-bottom: 15px;}
.product .product_content .product_content_text dt{ font-size: 14px; color: #666666; line-height: 24px;}
.product .product_content .product_content_text dt p{ margin-bottom: 10px;}
.product .product_content .product_content_text a{ color: #165fbb; font-size: 14px;}
.product .product_content .product_content_text a i{ margin-right: 5px;}
.product .product_bottom{ margin-top: 50px;}
.product .product_bottom .product_bottom_list{ width: 23.5%; border: 1px solid #e5e5e5; margin-right: 2%;}
.product .product_bottom .product_bottom_list .bottom_list_top dd{ text-align: center; padding-top: 25px;}
.product .product_bottom .product_bottom_list .bottom_list_top dt{ font-weight: bolder; color: #333333; font-size: 15px; text-align: center; margin-top: 15px; margin-bottom: 30px;}
.product .product_bottom .product_bottom_list .bottom_list_top p{ font-size: 14px; color: #666666; line-height: 24px; margin: 0px 25px; margin-bottom: 15px; height: 120px;}
.product .product_bottom .product_bottom_list .bottom_list_more{ text-align: center; line-height: 54px; background: #f3f3f3; display: inline-block; width: 100%; border-top: 1px solid #e5e5e5;transition: all 0.3s ease;}
.product .product_bottom .product_bottom_list .bottom_list_more i{ margin-right: 5px;}

.product .product_bottom .product_bottom_list:nth-child(1){ border-top: 6px solid #03347f;}
.product .product_bottom .product_bottom_list:nth-child(2){ border-top: 6px solid #f09139;}
.product .product_bottom .product_bottom_list:nth-child(3){ border-top: 6px solid #ffd600;}
.product .product_bottom .product_bottom_list:nth-child(4){ border-top: 6px solid #09aaa6; margin-right: 0px;}
.product .product_bottom .product_bottom_list:nth-child(1):hover .bottom_list_more{ background: #03347f; color: #fff;transition: all 0.3s ease;}
.product .product_bottom .product_bottom_list:nth-child(2):hover .bottom_list_more{ background: #f09139; color: #fff;transition: all 0.3s ease;}
.product .product_bottom .product_bottom_list:nth-child(3):hover .bottom_list_more{ background: #ffd600; color: #fff;transition: all 0.3s ease;}
.product .product_bottom .product_bottom_list:nth-child(4):hover .bottom_list_more{ background: #09aaa6; color: #fff;transition: all 0.3s ease;}
.product .product_img{ margin: 60px 0px; cursor: pointer;}



.CATIA .about_content .about_content_bottom .content_bottom_title dd{ margin: 20px 0px;}
.CATIA .about_content .about_content_bottom .content_bottom_title dd p{ font-size: 18px; color: #5b708c; line-height: 32px;}
.CATIA .CATIA_content{ padding: 15px 0px;}
.CATIA .CATIA_content .CATIA_content_left{ width: 49%;}
.CATIA .CATIA_content .CATIA_content_left p,.CATIA .CATIA_content .CATIA_content_left dd{ font-size: 14px; color: #666666; line-height: 25px; margin-bottom: 13px;}
.CATIA .CATIA_content .CATIA_content_left dt{ font-size: 16px; color: #333333; margin-bottom: 25px;}
.CATIA .CATIA_content .CATIA_content_left p:last-child{ margin-bottom: 0px;}
.CATIA .CATIA_content .CATIA_content_left dd{ /*padding-left: 35px;*/ position: relative;}
/*.CATIA .CATIA_content .CATIA_content_left dd:before{ content: ""; position: absolute; display: inline-block; width: 5px; height: 5px; border-radius: 100%; background: #1a58a8; left: 2.5%; top: 20%;}*/
.CATIA .CATIA_content .CATIA_content_right{ width: 47%;}

.video{ position: relative; height: 362px; cursor: pointer;}
.video video{ width: 100%; height: 362px;}
.video .video_bg{ position: absolute; top: 0; width: 100%;}
.video .video_bg img{ width: 100%; height: 362px;object-fit: cover;}



.subject{ background: url(../images/bg15.jpg) no-repeat 50%/cover;}
.subject .about_content{ position: relative;}
.subject .about_content .about_content_bottom .content_bottom_title span:before{ content: ""; position: absolute; display: inline-block; width: 75px; height: 7px; background: url(../images/bn37.png) no-repeat 50%; top: 40%; left: -100px;}
.subject .about_content .about_content_bottom .content_bottom_title span:after{ content: ""; position: absolute; display: inline-block; width: 75px; height: 7px; background: url(../images/bn38.png) no-repeat 50%; top: 40%; right: -100px;}
.subject .about_content .about_content_bottom .content_bottom_title span{ color: #fff;}
.subject .subject_title a{ display: inline-block; width: 12%; line-height: 40px; text-align: center; font-size: 14px; color: #fff; border: 1px solid rgba(255,255,255,0.31); background: rgba(255,255,255,0.1); border-radius: 50px; margin-right: 3%;}
.subject .subject_title a:last-child{ margin-right: 0px;}
.subject .subject_title a:hover{ background: #fff; color: #666666;}
.subject .subject_title a.on{ background: #fff; color: #666666;}
.subject .subject_content{ margin-top: 50px;}
.subject .subject_content .subject_content_list .content_list_img{ width: 45%;}
.subject .subject_content .subject_content_list .content_list_img img{ width: 100%; height: 355px; object-fit: cover;}
.subject .subject_content .subject_content_list .content_list_text{ width: 50%; margin-left: 5%;}
.subject .subject_content .subject_content_list .content_list_text .list_text_title{ color: #fff;}
.subject .subject_content .subject_content_list .content_list_text .list_text_title dd{ font-size: 22px; margin-bottom: 5px;}
.subject .subject_content .subject_content_list .content_list_text .list_text_title dt{ font-size: 18px;}
.subject .subject_content .subject_content_list .content_list_text .list_text_content{ margin-top: 30px;}
.subject .subject_content .subject_content_list .content_list_text .list_text_content p{ font-size: 14px; color: #fff; line-height: 24px; margin-bottom: 20px;}
.subject .subject_content .subject_content_list .content_list_text .list_text_content p:last-child{ margin-bottom: 0px;}
.subject .subject_content .subject_content_list .content_list_text a{ color: #fff; font-size: 14px; background: url(../images/bn39.png) no-repeat 0% 50%; padding-left: 28px; display: inline-block; line-height: 20px; margin-top: 30px;}
.subject .subject_arow a{ position: absolute; color: #fff; font-size: 65px; top: 55%;}
.subject .subject_arow .subject_prev{ left: -75px;}
.subject .subject_arow .subject_next{ right: -75px;}
.enovia_subject{ background: url(../images/bg19.jpg) no-repeat 50%/cover;}
.delmia_subject{ background: url(../images/bg22.jpg) no-repeat 50%/cover;}
.simulia_subject{ background: url(../images/bg24.jpg) no-repeat 50%/cover;}








.DEXPERIENCE{ background: #f3f3f3; padding: 65px 0px; padding-bottom: 35px;}
.DEXPERIENCE .DEXPERIENCE_list{ margin-right: 3.5%; width: 31%; display: inline-block; margin-bottom: 3.5%;}
.DEXPERIENCE .DEXPERIENCE_list dd{ font-size: 16px; /*font-weight: bolder;*/ margin-bottom: 15px;}
.DEXPERIENCE .DEXPERIENCE_list:nth-child(3n){ margin-right: 0px;}






.product_symantec .product_symantec_centent .symantec_centent_list{ display: inline-block; width: 31%; border: 1px solid #e5e5e5; margin-right: 3.5%;}
.product_symantec .product_symantec_centent .symantec_centent_list:last-child{ margin-right: 0px;}
.product_symantec .product_symantec_centent .symantec_centent_list .centent_list_title{ font-size: 18px; color: #333333; text-align: center; background: #f3f3f3; line-height: 54px; border-bottom: 1px solid #e5e5e5;transition: all 0.3s ease 0s;}
.product_symantec .product_symantec_centent .symantec_centent_list .centent_list_text{ padding: 30px 20px; padding-bottom: 20px; height: 251px; position: relative;}
.product_symantec .product_symantec_centent .symantec_centent_list .centent_list_text dd{ font-size: 16px; color: #333333; line-height: 28px; }
.product_symantec .product_symantec_centent .symantec_centent_list .centent_list_text dt{ font-size: 14px; color: #666666; line-height: 25px; margin-top: 5px;}
.product_symantec .product_symantec_centent .symantec_centent_list .centent_list_text .centent_list_icon{ color: #fff; background: #999999; text-align: center; width: 30px; height: 30px; line-height: 30px; border-radius: 100%; margin: 0 auto; font-size: 18px; position: absolute; left: 0; right: 0; bottom: 15px;transition: all 0.3s ease 0s;}
.product_symantec .product_symantec_centent .symantec_centent_list:hover .centent_list_title{ color: #fff; background: #165fbb; border-bottom: 1px solid #165fbb;transition: all 0.3s ease 0s;}
.product_symantec .product_symantec_centent .symantec_centent_list:hover{ border: 1px solid #165fbb;}
.product_symantec .product_symantec_centent .symantec_centent_list:hover .centent_list_text .centent_list_icon{ background: #165fbb;transition: all 0.3s ease 0s; }







.endpoint_portaction .product_title{ text-align: center; margin-bottom: 40px;}
.endpoint_portaction .about_content .about_content_bottom .content_bottom_title{ margin-bottom: 10px;}
.endpoint_portaction .endpoint_portaction_centent .portaction_centent_top{ background: #f6f6f6; padding: 37px 50px; position: relative; min-height:252px}
.endpoint_portaction .endpoint_portaction_centent .portaction_centent_top .centent_top_title{ color: #333333; font-size: 22px;}
.endpoint_portaction .endpoint_portaction_centent .portaction_centent_top .centent_top_text .top_text_list{ margin-top: 20px;}
.endpoint_portaction .endpoint_portaction_centent .portaction_centent_top .centent_top_text .top_text_list dd{ font-size: 16px; color: #333333; margin-bottom: 25px;}
.endpoint_portaction .endpoint_portaction_centent .portaction_centent_top .centent_top_text .top_text_list dt p{ font-size: 14px; color: #666666; line-height: 26px;}
.endpoint_portaction .endpoint_portaction_centent .portaction_centent_top .centent_top_more{ position: absolute; right: 5%; bottom: 8%;}
.endpoint_portaction .endpoint_portaction_centent .portaction_centent_bottom{ margin-top: 45px;}
.endpoint_portaction .endpoint_portaction_centent .portaction_centent_bottom .centent_bottom_title dd{ font-size: 22px; color: #333333; margin-bottom: 25px;}
.endpoint_portaction .endpoint_portaction_centent .portaction_centent_bottom .centent_bottom_title dt p{ font-size: 14px; color: #666666; margin-bottom: 25px; line-height: 24px;}
.endpoint_portaction .endpoint_portaction_centent .portaction_centent_bottom .centent_bottom_title dt p:last-child{ margin-bottom: 0px;}
.endpoint_portaction .endpoint_portaction_centent .portaction_centent_bottom .centent_bottom_text{ margin-top: 35px;}
.endpoint_portaction .endpoint_portaction_centent .portaction_centent_bottom .centent_bottom_text .bottom_text_list{ border: 1px solid #e5e5e5; width: 48%; padding-bottom: 25px; position: relative;}
.endpoint_portaction .endpoint_portaction_centent .portaction_centent_bottom .centent_bottom_text .bottom_text_list dd{ text-align: center; padding: 35px 0px; line-height: 340px;}
.endpoint_portaction .endpoint_portaction_centent .portaction_centent_bottom .centent_bottom_text .bottom_text_list dt{ padding: 0px 30px; height: 120px;}
.endpoint_portaction .endpoint_portaction_centent .portaction_centent_bottom .centent_bottom_text .bottom_text_list dt p{ color: #666666; line-height: 24px; font-size: 14px;}
.endpoint_portaction .endpoint_portaction_centent .portaction_centent_bottom .centent_bottom_text .bottom_text_list dt p span{ font-size: 16px; color: #333333;}
.endpoint_portaction .endpoint_portaction_centent .portaction_centent_bottom .centent_bottom_text .bottom_text_list .text_list_digital{ position: absolute; left: 30px; top: 25px; font-size: 66px; color: #ededed; font-weight: bolder;}
.endpoint_portaction .endpoint_portaction_centent .portaction_centent_bottom .centent_bottom_text .bottom_text_all{ width: 100%; margin-top: 45px; padding-bottom: 0px;}
.endpoint_portaction .endpoint_portaction_centent .portaction_centent_bottom .centent_bottom_text .bottom_text_all .text_all_title{ padding: 35px; padding-bottom: 0px;}
.endpoint_portaction .endpoint_portaction_centent .portaction_centent_bottom .centent_bottom_text .bottom_text_all .text_all_title .all_title_digital{ font-size: 66px; color: #ededed; font-weight: bolder;}
.endpoint_portaction .endpoint_portaction_centent .portaction_centent_bottom .centent_bottom_text .bottom_text_all .text_all_title .all_title_text{ width: 90%;}
.endpoint_portaction .endpoint_portaction_centent .portaction_centent_bottom .centent_bottom_text .bottom_text_all .text_all_title .all_title_text p{ color: #666666; line-height: 24px; font-size: 14px;}
.endpoint_portaction .endpoint_portaction_centent .portaction_centent_bottom .centent_bottom_text .bottom_text_all .text_all_title .all_title_text p span{ font-size: 16px; color: #333333;}
.endpoint_portaction .endpoint_portaction_centent .portaction_centent_text .centent_text_list{ margin-top: 35px;}
.endpoint_portaction .endpoint_portaction_centent .portaction_centent_text .centent_text_list .text_list_title{ font-size: 22px; color: #333333; margin-bottom: 20px;}
.endpoint_portaction .endpoint_portaction_centent .portaction_centent_text .centent_text_list dd{ font-size: 16px; color: #333333;} 
.endpoint_portaction .endpoint_portaction_centent .portaction_centent_text .centent_text_list dt p{ font-size: 14px; color: #666666; line-height: 26px;} 
.endpoint_portaction .endpoint_portaction_centent .portaction_centent_text .centent_text_list .text_list_right{ margin-left: 50px; width: 61%;}
.endpoint_portaction .endpoint_portaction_centent .portaction_centent_text .centent_text_list_bottom .text_list_right{ margin-right: 50px; width: 61%; margin-left: 0px;}
.endpoint_portaction .endpoint_portaction_centent .portaction_centent_text .centent_text_list_bottom .centent_text_list{ margin-top: 0px; margin-bottom: 35px;}







.PGP .endpoint_portaction_centent .portaction_centent_top{ padding-bottom: 50px;}
.PGP .endpoint_portaction_centent .portaction_centent_top .centent_top_text .top_text_list{ width: 83%;}
.PGP .endpoint_portaction_centent .portaction_centent_top .centent_top_more{ bottom: 15%;}
.PGP .PGP_content .PGP_content_list{ display: inline-block; width: 23%; margin-right: 2.6%; margin-bottom: 2.6%;}
.PGP .PGP_content .PGP_content_list:nth-child(4n){ margin-right: 0px;}
.PGP .PGP_content .PGP_content_list .content_list_img img{ height: 160px; width: 100%; object-fit: cover;}
.PGP .PGP_content .PGP_content_list .content_list_text{ padding: 20px; border: 1px solid #e5e5e5; border-top: 0px;}
.PGP .PGP_content .PGP_content_list .content_list_text dd{ font-size: 16px; color: #333333; margin-bottom: 5px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.PGP .PGP_content .PGP_content_list .content_list_text dt{ font-size: 14px; color: #666666; line-height: 24px;
display: -webkit-box; height: 92px;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
}




.cn_q{
	line-height: 30px;
    margin-left: 10px;
    width: 30px;
    display: inline-block;
    color: #fff;
    background: #165fbb;
    text-align: center;
    position: absolute;
    border-radius: 3px;
    font-size: 12px;
    right: 13%;
    top: 20%;
}


.veritas .veritas_centent{ border: 1px solid #e5e5e5; padding: 40px;}
.veritas .veritas_centent .veritas_centent_text{ width: 54%}
.veritas .veritas_centent .veritas_centent_img{ width: 40%; height: 302px;}
.veritas .veritas_centent .veritas_centent_img .video .video_bg img{ height: 302px;}
.veritas .veritas_centent .veritas_centent_img .video video{ height: 302px;}
.veritas .veritas_centent .veritas_centent_img .video{ height: 302px;}

.veritas .veritas_centent .veritas_centent_text .centent_text_title{ margin-bottom: 25px;}
.veritas .veritas_centent .veritas_centent_text .centent_text_title dd{ font-size: 22px; color: #333333; margin-bottom: 5px;}
.veritas .veritas_centent .veritas_centent_text .centent_text_title dt{ font-size: 16px; color: #333333;}
.veritas .veritas_centent .veritas_centent_text .centent_text_list{ margin-bottom: 15px;}
.veritas .veritas_centent .veritas_centent_text .centent_text_list p{ color: #666666; font-size: 14px; line-height: 24px;}
.veritas .veritas_bottom .veritas_bottom_list .bottom_list_title{ width: 128px; height: 128px; text-align: center; background: #000; border-radius: 100%; overflow: hidden; position: relative; margin: 0 auto;} 
.veritas .veritas_bottom{ background: url(../images/bg41.jpg) no-repeat 50%/cover; margin-top: 120px;}
.veritas .veritas_bottom .veritas_bottom_list{ position: relative; top: -62px; width: 33.33%; padding: 0px 5%; margin-bottom: -30px;}
.veritas .veritas_bottom .veritas_bottom_list .bottom_list_title dd img{ width: 100%; height: 128px; object-fit: cover;}
.veritas .veritas_bottom .veritas_bottom_list .bottom_list_title dt{ position: absolute;    left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%); font-size: 50px; color: #fff; width: 100%; height: 100%; line-height: 128px; background: rgba(0,0,0,0.2);}
.veritas .veritas_bottom .veritas_bottom_list .bottom_list_content dd{ font-size: 18px; color: #333333; margin-bottom: 22px; margin-top: 25px;}
.veritas .veritas_bottom .veritas_bottom_list .bottom_list_content dt p{ color: #666666; font-size: 14px; margin-bottom: 20px; line-height: 24px;}
.veritas .veritas_bottom .veritas_bottom_list .bottom_list_content dt p:last-child{ margin-bottom: 0px;}
.veritas .veritas_more{ text-align: center; width: 176px; margin: 0 auto; padding-top: 30px;}
.veritas .veritas_more a{ display: inline-block; font-size: 16px; color: #fff; text-align: center; width: 100%; line-height: 48px; background: #b1181e; border-radius: 50px;}
.veritas .veritas_more a i{ display: inline-block; text-align: center; width: 16px; height: 16px; line-height: 13px; font-size: 14px; border-radius: 100%; border: 1px solid #fff; margin-right: 7px;}
.veritas .veritas_more span{ width: 100%; margin-top: 15px; color: #999999; display: inline-block;}

.NetBackup .veritas_bottom .veritas_bottom_list{ width: 25%; padding: 0px 3%;}







.service{ margin-top: 0px; padding: 50px 0px;}
.service .service_content{ padding-top: 43px;}
.service .service_content .service_content_title{ font-size: 28px; color: #333333; text-align: center; position: relative; padding-bottom: 20px; border-bottom: 1px solid #e5e5e5;}
.service .service_content .service_content_title:before{ position: absolute; content: ""; display: inline-block; width: 110px; height: 2px; left: 0; right: 0; margin: 0 auto; background: #165fbb; bottom: -1px;}
.service .service_content .service_content_text{ background: #fff; padding: 35px; margin-top: 35px;}
.service .service_content .service_content_text .content_text_list{ color: #666; font-size: 14px; margin-bottom: 25px;}
.service .service_content .service_content_text .content_text_list dd{ margin-bottom: 2px; color:#333; font-size:16px; margin-bottom:8px; text-transform: capitalize;}
.service .service_content .service_content_text .content_text_list .img{ line-height: 24px; text-align:center;}
.maintain .service_content .service_content_text .content_text_list dd{ margin-bottom: 20px;}
.maintain .service_content .service_content_text .content_text_list dt{ margin-bottom: 20px;}



.solution{ margin-bottom: 50px;}
.solution .solution_img{ padding-top: 50px;}
.solution .solution_content{ padding: 0px 0px;}
.solution .solution_content .solution_content_title{ color:#165fbb; font-size:22px; margin-bottom:45px;}
.solution .solution_content .solution_content_title i{ font-size:28px; position:relative; top:4px; margin-right:8px;}
.solution .solution_content .solution_content_body .content_body_top{ text-align:center;}
.solution .solution_content .solution_content_body .content_body_top img{ max-width:100%;}
.solution .solution_content .solution_content_body .content_body_bottom{ margin-top:65px;}
.solution .solution_content .solution_content_body .content_body_bottom .body_bottom_list{ font-size:14px; color:#fff; background:#165fbb; text-align:center; width:18%; margin-right:2.5%; line-height:40px; margin-bottom:1.5%;}
.solution .solution_content .solution_content_body .content_body_bottom .body_bottom_list:nth-child(5n){ margin-right:0px;}

.solution .solution_content .solution_content_body .content_body_bottom p{ font-size:14px; color:#fff; background:#165fbb; text-align:center !important; width:18%; margin-right:2.5%; line-height:40px; margin-bottom:1.5%; float:left; text-indent:inherit !important}
.solution .solution_content .solution_content_body .content_body_bottom p:nth-child(5n){ margin-right:0px;}

.solution .solution_content .solution_content_body .content_body_bottom2 p{ width:32%; margin-right:2%}
.solution .solution_content .solution_content_body .content_body_bottom2 p:nth-child(3n){ margin-right:0px;}
.solution .solution_content .solution_content_body .content_body_bottom2 p:nth-child(5){ margin-right:2%;}


.solution .about_content .about_content_bottom{ background: #fff;padding-bottom: 0px;}
.solution .solution_content .solution_content_list{ width: 16.8%; margin-right: 4%; margin-bottom: 4%;}
.solution .solution_content .solution_content_list:nth-child(5n){ margin-right: 0%;}





.keh .solution_content{ padding: 0px 40px;}
.keh .about_content .about_content_bottom{ background: #f7f7f7;padding-bottom: 0px;}
.keh .solution_content .solution_content_list{ width: 16.8%; margin-right: 4%; margin-bottom: 4%;}
.keh .solution_content .solution_content_list:nth-child(5n){ margin-right: 0%;}







.windows_bg{ position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,.5); z-index:70; display:none;}
.windows{ position:fixed; width:300px; height:300px; left:0; right:0; margin: 0 auto; z-index:80; top:25%; text-align:right; display:none;}
.windows img{ height:300px;}
.windows i{ margin-bottom:15px; color:#fff; font-size:30px; margin-right:-20px; cursor:pointer;}




.r{ position:relative; top:-5px; right:-2px; font-weight:normal;}





.AMore{ display:flex; margin-top:35px; align-items:center;}
.AMore dd img{ height:40px;}
.AMore dt{ display:flex; align-content:center;}
.AMore dt a{ display:flex; align-items:center; margin-left:15px; justify-content:center; width:32px; height:32px; border-radius:100%; background:#ebebeb; color:#333;}
.AMore dt a:hover{ background:#165fbb; color:#fff;}









.news2 .news2_content .news2_content_list{ display:flex; align-items:center; margin-bottom:40px; padding-bottom:40px; border-bottom:1px solid #dcdcdc; justify-content:space-between;}
.news2 .news2_content .news2_content_list .content_list_time{ width:90px; height:90px; background:#e1e1e1; display:flex; align-items:center; flex-direction:column; justify-content:center;transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
.news2 .news2_content .news2_content_list .content_list_time dd{ font-size:32px; color:#333; font-weight:bolder;transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
.news2 .news2_content .news2_content_list .content_list_time dt{ font-size:15px; color:#666;transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
.news2 .news2_content .news2_content_list .content_list_txt{ width:90%;}
.news2 .news2_content .news2_content_list .content_list_txt .list_txt_title{ font-size:18px; color:#333; font-weight:bolder; margin-bottom:10px;
overflow: hidden;transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;
text-overflow:ellipsis;
white-space: nowra
}
.news2 .news2_content .news2_content_list .content_list_txt .list_txt_title span{ display:inline-block; margin-right:8px; color:#fff; font-size:14px; background:#165fbb; padding:2px 5px; border-radius:5px;}
.news2 .news2_content .news2_content_list .content_list_txt .list_txt_txt{ font-size:14px; color:#666;  line-height:24px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.news2 .news2_content .news2_content_list:hover .content_list_txt .list_txt_title{ color:#165fbb;transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
.news2 .news2_content .news2_content_list:hover{ border-bottom:1px solid #165fbb; transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
.news2 .news2_content .news2_content_list:hover .content_list_time{ background:#165fbb;transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
.news2 .news2_content .news2_content_list:hover .content_list_time dd{ color:#fff;transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
.news2 .news2_content .news2_content_list:hover .content_list_time dt{ color:#fff;transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}




















@media screen and (max-width:1360px){
.owl-theme .owl-controls .owl-nav .owl-next{ right:0 !important;}
.owl-theme .owl-controls .owl-nav .owl-prev{ left:0 !important;}

}






@media screen and (max-width:1200px){
.header,.pc_top,.bq,.pc_height,.news .news_right,.banner_contact,.footer,.detail_nav{ display:none !important;}
.mo_top{ display:block;}
.mo_bottom{ display:block;}
img{ max-width: 100%;}
.mo_yc,.pro_left{ display:block;}
.disable_text_highlighting,body {
	/*去除选中高亮*/
-webkit-touch-callout: none;
-webkit-user-select: none;    /* Webkit */
-moz-user-select: none;      /* Firefox */
-ms-user-select: none;        /* IE 10  */
        /* Opera 目前不支持在Opera，但将很快 */
-o-user-select: none;
user-select: none;
}
.mo_ourys{ display: block;}
.index_ourys .index_ourys_nei .ourys_nei_wen{ display: none;}
.all{ width: 96%; margin: 0 auto;height:auto; overflow:hidden;}
.slick-next,.slick-prev{ display: none !important;}
.mo_height{ height: 50px;}
.slick-dots li{ width: 5px !important; height: 5px !important; margin: 0px 4px !important;}


.news .about_content .news_hot{ display: none;}

.news .about_content{ padding: 30px 0px; padding-top: 0px;}

.CATIA .CATIA_content .CATIA_content_left,.CATIA .CATIA_content .CATIA_content_right{ width: 100%;}
.CATIA .CATIA_content .CATIA_content_right{ margin-top: 25px;}

.endpoint_portaction .endpoint_portaction_centent .portaction_centent_top{ padding: 0px; background: #fff;}

.veritas .veritas_centent .veritas_centent_text,.veritas .veritas_centent .veritas_centent_img{ width: 100%;}
.veritas .veritas_centent .veritas_centent_img{ text-align: center; margin-top: 20px;}
.veritas .veritas_bottom .veritas_bottom_list{ padding: 0px 2%;}


}

@media screen and (max-width:1080px){
.index_about .index_about_content .about_content_bottom .content_bottom_list{padding: 14px;}

}


@media screen and (max-width:780px){
.slick-slider .slick-list,.banner,.slick-hero-slider .image-bg{ height:160px !important;}
.neibanner{ height: 100px !important;}

.index_news .index_news_content .news_content_more a{ line-height: 35px; width: 100px;}
.index_news .index_news_content .carousel .index_news_xun .news_xun_content{ margin-top: 20px;}
.index_news .index_news_content .carousel .index_news_xun{ padding: 20px 0px;}
.index_news .index_news_content .carousel { height: 204px; overflow: hidden;}
.index_field{ padding-bottom: 30px;}
.index_about{ padding: 30px 0px;}
.index_field .index_field_left,.index_field .index_field_right,.index_about .index_about_img,.index_about .index_about_content{ width: 100%; margin: 0px;}
.index_field .index_field_left .field_list_img img{ height: auto;}
.index_field .index_field_right .field_right_top .field_list_img img,.index_field .index_field_right .field_right_bottom .index_field_list .field_list_img img{ height: auto;}
.index_field .index_field_right .index_field_list .field_list_content,.index_field .index_field_right .field_right_bottom .index_field_list .field_list_content,.index_field .index_field_list .field_list_content{ top: 50%;}
.index_field .index_field_list .field_list_content dd{ font-size: 15px;}
.index_field .index_news_content{ margin-top: 25px; padding-top: 25px;}
.index_about .index_about_img img{ height: auto;}
.index_about .index_about_content{ margin-top: 30px;}
.Copyright{ line-height: 23px; padding: 15px 0px;}



.about{ margin-top: 20px;}
.about .about_content .about_content_top{ padding: 20px 10px;}
.about .about_content .about_content_top .content_top_left{ width: 100%; margin-bottom: 15px;}
.about .about_content .about_content_bottom{ padding: 30px 0px; padding-top: 10px;}
.about .about_content .about_content_bottom .content_bottom_text{ display: block; text-align: center;}
.about .about_content .about_content_bottom .content_bottom_text .bottom_text_img img{ width: 30%;}
.about .about_content .about_content_bottom .content_bottom_text .bottom_text_right{ width: 100%; margin-top: 15px; margin-left: 0px;}

.path_content .path_content_list .content_list_right{ padding: 10px !important; width: 88% !important;}
.path_content .path_content_list .content_list_left,.fazhan .fazhan_xun .fazhan_xun_right{ float: none; width: 80%; text-align: left; padding: 0px; margin-left: 10%;}
.path_content .path_content_list .content_list_left{ padding-bottom: 30px; display: none;}
.path_content .path_content_list .content_list_left dd,.fazhan .fazhan_xun .fazhan_xun_right dd{  padding-bottom: 5px;}
.path_content .path_content_list:before{ left: 0; top: 5px;}
.path_content .path_content_list:after{left: 8px;}

.contact{ padding: 20px 0px; padding-top: 0px;}

.join .join_content .join_content_list{ width: 100%; margin: 0px;}
.JoinDetail_content .JoinDetail_content_title dd{ font-size: 14px;}
.JoinDetail_content .JoinDetail_content_title{ padding: 0px 15px;}


.contact .con_address .add_box{ position: inherit; top: 0; padding: 10px; min-height: auto; padding-bottom: 30px;}
.contact .contact_map img{ height: auto;}

.news .about_content .news_bottom .news_bottom_list{ width: 100%; margin-right: 0px;}
.entrance .about_content{ top: 0; margin: 0px auto;padding:0px 10px; margin-bottom: 20px;}
.entrance .entrance_content .entrance_content_list,.product .product_bottom .product_bottom_list,.DEXPERIENCE .DEXPERIENCE_list{ width: 48%; margin-right: 4%;}
.entrance .entrance_content .entrance_content_list:nth-child(2n),.product .product_bottom .product_bottom_list:nth-child(2n){ margin-right: 0px;}
.entrance .entrance_content .entrance_content_list dd img{ width: 50%;}

.product .product_content .product_content_img,.product .product_content .product_content_text{ width: 100%;}
.product .product_content .product_content_img{ text-align: center; margin-bottom: 20px;}
.product .product_bottom .product_bottom_list .bottom_list_top p{ margin: 0px 10px; height: 160px;}
.product .product_bottom .product_bottom_list .bottom_list_top dt{ margin-bottom: 15px;}
.product .product_bottom .product_bottom_list .bottom_list_top dd img{ height: 32px;}
.product .product_bottom .product_bottom_list{ margin-bottom: 4%;}
.product .product_img{ margin: 20px 0px;}
.product .product_bottom{ margin-top: 25px;}
.about .about_content .about_content_bottom .content_bottom_title h1{ font-size: 18px;}

.subject .subject_content .subject_content_list .content_list_img,.subject .subject_content .subject_content_list .content_list_text{ width: 100%; margin: 0px;}
.subject .subject_content .subject_content_list .content_list_text,.subject .subject_content{ margin-top: 25px;}
.video .video_bg img,.video video,.video{ height: 234px;}
.veritas .veritas_centent .veritas_centent_img{ height: 234px;}
.veritas .veritas_centent .veritas_centent_img .video .video_bg img{ height: 234px;}
.veritas .veritas_centent .veritas_centent_img .video video{ height: 234px;}
.veritas .veritas_centent .veritas_centent_img .video{ height: 234px;}

.subject .subject_title a{ width: 38.88%;}
.subject .subject_content .subject_content_list .content_list_img img,.endpoint_portaction .endpoint_portaction_centent .portaction_centent_bottom .centent_bottom_text .bottom_text_list dt{ height: auto;}
.CATIA .CATIA_content{ padding: 0px 0px;}

.DEXPERIENCE .DEXPERIENCE_list:nth-child(2n){ margin-right: 0px;}
.DEXPERIENCE .DEXPERIENCE_list:nth-child(3){ margin-right: 4%;}
.product_symantec .product_symantec_centent .symantec_centent_list{ width: 100%; margin: 0px; margin-bottom: 20px;}
.product_symantec .product_symantec_centent .symantec_centent_list .centent_list_text{ height: auto; padding-bottom: 50px;}

.endpoint_portaction .endpoint_portaction_centent .portaction_centent_top .centent_top_more{ position: inherit; right: 0; bottom: 0; width: 100%; display: inline-block; text-align: center;}
.endpoint_portaction .endpoint_portaction_centent .portaction_centent_bottom .centent_bottom_text .bottom_text_list{ width: 100%; margin-bottom: 25px;}
.endpoint_portaction .endpoint_portaction_centent .portaction_centent_bottom .centent_bottom_text .bottom_text_list dd img{ width: 50%}
.endpoint_portaction .endpoint_portaction_centent .portaction_centent_bottom .centent_bottom_text .bottom_text_list dd{ line-height: normal;}
.endpoint_portaction .endpoint_portaction_centent .portaction_centent_bottom .centent_bottom_text .bottom_text_all .text_all_title{ padding: 20px 10px;}
.endpoint_portaction .endpoint_portaction_centent .portaction_centent_bottom .centent_bottom_text .bottom_text_all .text_all_title .all_title_text{ width: 100%;}
.endpoint_portaction .endpoint_portaction_centent .portaction_centent_text .centent_text_list .text_list_right{ margin: 0px; width: 100%; margin-top: 25px;}


.PGP .endpoint_portaction_centent .portaction_centent_top .centent_top_text .top_text_list{ width: 100%;}
.PGP .PGP_content .PGP_content_list{ width: 49%; margin-right: 2%; margin-bottom: 4%;}
.PGP .PGP_content .PGP_content_list:nth-child(2n){ margin-right: 0px;}
.PGP .PGP_content .PGP_content_list .content_list_text{ padding: 10px;}
.PGP .PGP_content .PGP_content_list .content_list_img img{ height: 100px;}
.PGP .PGP_content .PGP_content_list .content_list_text dt{    -webkit-line-clamp: 2; height: auto;}
.endpoint_portaction .endpoint_portaction_centent .portaction_centent_top{ min-height: auto;}

.endpoint_portaction .endpoint_portaction_centent .portaction_centent_text .centent_text_list .text_list_title{ font-size: 18px; margin-bottom: 15px;}
.about .about_content .about_content_bottom .content_bottom_title span:before{ left: -80px;}
.about .about_content .about_content_bottom .content_bottom_title span:after{ right: -80px;}


.veritas .veritas_centent{ padding: 0px; border: 0px;}
.veritas .veritas_bottom .veritas_bottom_list{ width: 100%; padding: 0px 4%; margin-bottom: 30px;}

.service .service_content .service_content_text{ padding: 20px 10px;}
.service{ padding: 0px ;padding-bottom: 20px;}
.service .service_content .service_content_title{ font-size: 18px;}
.service .service_content{ padding-top: 20px;}
.solution .solution_img{ padding-top: 0px;}
.solution .solution_content{ padding: 0px;}
.solution .solution_content .solution_content_list{ width: 49%; margin-right: 2%;}
.solution .solution_content .solution_content_list:nth-child(2n){ margin-right: 0px;}
.solution .solution_content .solution_content_list:nth-child(5){ margin-right: 2%;}
.solution{ margin-bottom: 20px;}

.solution .solution_content .solution_content_title{ font-size:16px;}
.solution .solution_content .solution_content_title i{ font-size:18px; top:0;}
.solution .solution_content .solution_content_body .content_body_bottom{ margin-top:35px;}
.solution .solution_content .solution_content_body .content_body_bottom .body_bottom_list{ width:49%; margin-right:2%; font-size:12px;}
.solution .solution_content .solution_content_body .content_body_bottom .body_bottom_list:nth-child(2n){ margin-right:0px}
.solution .solution_content .solution_content_body .content_body_bottom .body_bottom_list:nth-child(5){ margin-right:2%}
.index_about .index_about_content .about_content_bottom .content_bottom_list{ width:41%; margin-right:17%}
.index_about .index_about_content .about_content_bottom .content_bottom_list{ padding:16px; height:197px;}
}


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



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

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

.product .product_bottom .product_bottom_list{ width: 100%; margin-right: 0px;}
.product .product_bottom .product_bottom_list .bottom_list_top p{ height: auto; margin-bottom: 25px;}
.slick-slider .slick-list,.banner,.slick-hero-slider .image-bg{ height:145px !important;}
}

@media screen and (max-width:320px){
.slick-slider .slick-list,.banner,.slick-hero-slider .image-bg{ height:120px !important;}

}