@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_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.1) 0px 0px 20px;
		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%;}


.pc_top{ height:120px; width:100%; position: fixed; width: 100%; top:0px; left: 0; z-index: 85250;transition: all 0.3s ease 0s; border-bottom:1px solid rgba(255,255,255,0.25)}
.pc_top.on{ background: #fff;transition: all 0.3s ease 0s;
-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; 
}
.pc_top.on .pc_top_content .top_content_right .content_right_nav .right_nav_list .nav_list_title{ color:#333;transition: all 0.3s ease 0s;}

.pc_top .pc_top_content{ margin:0 auto; max-width: 1200px;}
.pc_top .pc_top_content .top_content_logo{ display:inline-block; line-height:120px;}
.pc_top .pc_top_content .top_content_right .content_right_nav .right_nav_list{ position:relative;}
.pc_top .pc_top_content .top_content_right .content_right_nav .right_nav_list .nav_list_title{ display:inline-block; line-height:120px;  font-size:16px; color:#fff; margin-right:45px; position:relative;transition: all 0.3s ease 0s; width: 80px; text-align: center;}
.pc_top .pc_top_content .top_content_right .content_right_nav .right_nav_list:last-child .nav_list_title{ margin-right: 0px;}

.pc_top .pc_top_content .top_content_right .content_right_nav .right_nav_list:hover .nav_list_title{ color:#d28b98;transition: all 0.3s ease 0s;}
.pc_top .pc_top_content .top_content_right .content_right_nav .right_nav_list .nav_list_title i{ margin-left:5px;transition: all 0.3s ease;}
.pc_top .pc_top_content .top_content_right .content_right_nav .right_nav_list .nav_list_title .nav_xia{display:block; position:absolute; bottom:0px; left:-20%;
-webkit-transform: scale(1.3);
   -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
     -o-transform: scale(1.3);
           filter: scale(1.3);
           filter: transform;
       transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;opacity: 0;
}
.pc_top .pc_top_content .top_content_right .content_right_nav .right_nav_list:hover .nav_list_title .nav_xia{
	-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
           filter: scale(1);
           filter: transform;
       transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; opacity: 1;
}
.pc_top .pc_top_content .top_content_right .content_right_nav .right_nav_list.on .nav_list_title .nav_xia{
	-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
           filter: scale(1);
           filter: transform;
       transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; opacity: 1;
}
.pc_top .pc_top_content .top_content_right .content_right_nav .right_nav_list.on .nav_list_title{ color:#d28b98;transition: all 0.3s ease 0s;}

.pc_top .pc_top_content .top_content_right .content_right_nav .right_nav_list .nav_list_down{ position:absolute; left:-30px; width:100%; z-index:20; display:none;}
.pc_top .pc_top_content .top_content_right .content_right_nav .right_nav_list .nav_list_down a{ display:inline-block; width:130px; line-height:45px; background:#fff; color:#333; text-align:center;}
.pc_top .pc_top_content .top_content_right .content_right_nav .right_nav_list:hover .nav_list_down{ display: block;}
.pc_top .pc_top_content .top_content_right .content_right_nav .right_nav_list .nav_list_down a:hover{ background:#d28b98; color:#fff;}
.pc_top .pc_top_content .top_content_right .content_right_nav .right_nav_list:hover .nav_list_title i{ transform: rotate(180deg);transition: all 0.3s ease;}

.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;}






.index_about .index_about_content{ max-width:1200px; margin:0 auto; padding:55px 0px; overflow:hidden;}
.index_about .index_about_content .about_content_title{ font-size:28px; color:#333333; text-align:center; margin-bottom:20px;}
.index_about .index_about_content .about_content_txt{ font-size:14px; color:#666666; line-height:25px; text-align:center;}
.index_about .index_about_content .about_content_culture .content_culture_list{ width:25%; text-align:center;}
.index_about .index_about_content .about_content_culture{ padding-top:65px;}


.index_product .index_about_content .about_content_title{ margin-bottom:45px;}
.index_product .index_about_content{ max-width:100%;}
.index_product .index_product_content .product_content_list{ display:inline-block; width:100%;}
.index_product .index_product_content .product_content_list:nth-child(2n) .content_list_left{ float:right;}
.index_product .index_product_content .product_content_list:nth-child(2n) .content_list_right{ float:left;}
.index_product .index_product_content .product_content_list .content_list_left{ width:50%; background:#f5f5f5; height:500px; position:relative; z-index:502}
.index_product .index_product_content .product_content_list .content_list_left .list_left_content{
	position: absolute;
    left: 50%;
    top: 50%;
	width:80%;
    transform: translateX(-50%) translateY(-50%);	
}
.index_product .index_product_content .product_content_list .content_list_left .list_left_title{ text-align:center; font-size:26px; color:#333333; margin-bottom:20px;}
.index_product .index_product_content .product_content_list .content_list_left .list_left_txt{ text-align:center; font-size:14px; color:#666; line-height:24px; margin-bottom:30px;}
.index_product .index_product_content .product_content_list .content_list_left .list_left_bottom .left_bottom_list{ margin-right:40px; position:relative;}
.index_product .index_product_content .product_content_list .content_list_left .list_left_bottom .left_bottom_list:hover .left_bottom_window{ opacity:1;
transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
}
.index_product .index_product_content .product_content_list .content_list_left .list_left_bottom .left_bottom_list:last-child{ margin-right:0px}
.index_product .index_product_content .product_content_list .content_list_left .list_left_bottom .left_bottom_list .left_bottom_window{ position:absolute; left:0; width:100%; background:#fff; padding:20px; top:0; opacity:0;
transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
}
.index_product .index_product_content .product_content_list .content_list_left .list_left_bottom .left_bottom_list .left_bottom_window a{ color:#b1394f; font-size:14px; display:inline-block; position:relative; padding-left:15px; width:100%; margin-bottom:10px;}
.index_product .index_product_content .product_content_list .content_list_left .list_left_bottom .left_bottom_list .left_bottom_window a:before{ content:""; position:absolute; display:inline-block; width:5px; height:5px; border-radius:100%; background:#b1394f; top:30%; left:0;}

.index_product .index_product_content .product_content_list .content_list_right{ width:50%; position:relative}
.index_product .index_product_content .product_content_list .content_list_right dt{ font-size:100px; color:#fff;
	position: absolute;
	width:100%;
	text-align:center;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);	
}
.index_product .index_product_content .product_content_list .content_list_right dd{ overflow:hidden;}
.index_product .index_product_content .product_content_list .content_list_right dd img{ width:100%; height:500px; object-fit:cover;}





.index_advantage .index_about_content .about_content_title dt{ font-size:14px; color:#666; margin-top:12px}
.index_advantage .index_advantage_content{ margin-top:65px;}
.index_advantage .index_advantage_content .advantage_content_list{ text-align:center; width:25%; text-align:center;}
.index_advantage .index_advantage_content .advantage_content_list dd{ font-size:45px; color:#333333; position:relative;}
.index_advantage .index_advantage_content .advantage_content_list dd:before{ content:""; position:absolute; display:inline-block; width:11px; height:11px; right:75px; top:-10px; background: url(../images/bn14.png) no-repeat 0% 50%;}
.index_advantage .index_advantage_content .advantage_content_list dt{ font-size:16px; color:#333333; position:relative; padding-top:10px; margin-top:10px;}
.index_advantage .index_advantage_content .advantage_content_list dt:before{ content:""; position:absolute; display:inline-block; width:70px; height:1px; background:#b1394f; top:0; left:0; right:0; margin:0 auto;}







.index_news{ background:#f5f5f5}
.index_news .index_news_content .news_content_title{ margin-top:40px}
.index_news .index_news_content .news_content_title a{ color:#333; font-size:16px; line-height:44px; width:120px; text-align:center; display:inline-block; background:#fff; margin-right:15px;}
.index_news .index_news_content .news_content_title a:last-child{ margin-right:0px;}
.index_news .index_news_content .news_content_title a:hover{ color:#fff; background:#af3b51;}
.index_news .index_news_content .news_content_title a.on{ color:#fff; background:#af3b51;}
.index_news .index_news_content .news_content_txt{ margin-top:45px;}
.index_news .index_news_content .news_content_txt .content_txt_list{ display:inline-block; width:24%; margin-right:1%}
.index_news .index_news_content .news_content_txt .content_txt_list:last-child{ margin-right:0px;}
.index_news .index_news_content .news_content_txt .content_txt_list .txt_list_img img{ width:100%; height:190px; object-fit:cover;}
.index_news .index_news_content .news_content_txt .content_txt_list .txt_list_content{ background:#fff; padding: 20px 25px}
.index_news .index_news_content .news_content_txt .content_txt_list .txt_list_content dd{ font-size:16px; color:#333; margin-bottom:15px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.index_news .index_news_content .news_content_txt .content_txt_list .txt_list_content dt{ font-size:14px; color:#666; line-height:24px;
display: -webkit-box; height:44px;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.index_news .index_news_content .news_content_txt .content_txt_list .txt_list_content .list_content_more{ color:#999; font-size:14px; margin-top:15px;}

.index_news .index_news_content .news_content_txt .content_txt_list:hover .txt_list_content .list_content_more{ color:#af3b51;}
.index_news .index_news_content .news_content_more{ text-align:center}
.index_news .index_news_content .news_content_more a{color:#fff; font-size:16px; line-height:44px; width:120px; text-align:center; background:#af3b51; display:inline-block; margin-top:55px;}
.index_news .index_news_content .news_content_more a:hover{ border-radius:100px;}





.index_partner .index_partner_content{ background:url(../images/bn15.png) no-repeat 50% 50%; margin-top:55px;}
.index_partner .index_partner_content .partner_content_list{ width: 18%; margin-right: 2%; text-align: center; overflow: hidden; margin-bottom: 2%;transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;}
.index_partner .index_partner_content .partner_content_list img{ max-width: 100%;}
.index_partner .index_partner_content .partner_content_list:nth-child(5n){ margin-right: 0px;}
.index_partner .index_partner_content .partner_content_list:nth-child(11),.index_partner .index_partner_content .partner_content_list:nth-child(12),.index_partner .index_partner_content .partner_content_list:nth-child(13),.index_partner .index_partner_content .partner_content_list:nth-child(14),.index_partner .index_partner_content .partner_content_list:nth-child(15){ margin-bottom: 0px;}






.index_product .index_product_content .product_content_list .content_list_right dd img{animation:mymove 30s 0s both infinite;;}

.slick-slider-center-mode .slick-item.slick-center .image-bg{animation:backgroundbig 8s 0s both infinite;}

@keyframes backgroundbig{
	 from{
       -webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
           filter: scale(1);
           filter: transform;
    }

    to{
        -webkit-transform: scale(1.3);
   -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
     -o-transform: scale(1.3);
           filter: scale(1.3);
           filter: transform;
    }
}


.index_product .index_product_content .product_content_list .content_list_right dd img{animation:mymove 30s 0s both infinite;;}



@keyframes mymove {
    0% {
        -webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
           filter: scale(1);
           filter: transform;
    }

    50% {
        -webkit-transform: scale(1.3);
   -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
     -o-transform: scale(1.3);
           filter: scale(1.3);
           filter: transform;
    }

    100% {
        -webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
           filter: scale(1);
           filter: transform;
    }
}







.footer{ background: #515459;}
.footer .footer_content{ max-width: 1200px; margin: 0 auto;}
.footer .footer_content .footer_content_title{ line-height: 110px; border-bottom: 1px solid rgba(255,255,255,0.2);}
.footer .footer_content .footer_content_title .content_title_left .title_left_list{ display: inline-block; font-size: 16px; color: #fff; padding-left: 45px; margin-right: 90px;}
.footer .footer_content .footer_content_title .content_title_left .title_left_list:nth-child(1){ background: url(../images/bn24.png) no-repeat 0% 50%;}
.footer .footer_content .footer_content_title .content_title_left .title_left_list:nth-child(2){ background: url(../images/bn25.png) no-repeat 0% 50%;}
.footer .footer_content .footer_content_title .content_title_left .title_left_list:nth-child(3){ background: url(../images/bn26.png) no-repeat 0% 50%; margin-right: 0px;}
.footer .footer_content .footer_content_title .content_title_right{ padding: 0px 60px; line-height: 40px; background: #b13a50; text-align: center;; color: #fff; border-radius: 50px; margin: 35px 0px;}
.footer .footer_content .footer_content_txt{ padding: 35px 0px;}
.footer .footer_content .footer_content_txt .content_txt_list{ width: 14%;}
.footer .footer_content .footer_content_txt .content_txt_list dd a{ color: #fff; font-size: 16px;display: inline-block; width: 100%}
.footer .footer_content .footer_content_txt .content_txt_list dt a{ font-size: 14px; color: #fff; margin-bottom: 10px; display: inline-block; width: 100%;}
.footer .footer_content .footer_content_txt .content_txt_list dd{ padding-bottom: 20px;}
.footer .footer_content .footer_content_txt .content_txt_list:last-child{ margin-right: 0px;}





.Copyright{ text-align: center; color: #fff; font-size: 14px; line-height: 22px; background: #3a3b3f; padding: 25px 0px;}
.Copyright a{ color: #fff; font-size: 14px; margin-left: 25px;}










.neibanner{ height: 470px; width: 100%;}




.DetailsNav{ border-bottom: 1px solid #dcdcdc;}
.DetailsNav .DetailsNav_content{ max-width: 1200px; margin: 0 auto;}
.DetailsNav .DetailsNav_content .DetailsNav_content_left{ line-height: 76px;}
.DetailsNav .DetailsNav_content .DetailsNav_content_left a{ color: #666666; font-size: 14px;}
.DetailsNav .DetailsNav_content .DetailsNav_content_left a i{ margin-right: 5px;}
.DetailsNav .DetailsNav_content .DetailsNav_content_left span{ color: #999; font-size: 14px; margin: 0px 10px;}
.DetailsNav .DetailsNav_content .DetailsNav_content_left a:hover{ color: #2a2c91;}
.DetailsNav .DetailsNav_content .DetailsNav_content_left a.on{ color: #2a2c91;}
.DetailsNav .DetailsNav_content .DetailsNav_content_right a{ color: #333333; font-size: 16px; margin-right: 30px; position: relative; line-height: 76px; padding-left: 15px;}
.DetailsNav .DetailsNav_content .DetailsNav_content_right a:last-child{ margin-right: 0px;}
.DetailsNav .DetailsNav_content .DetailsNav_content_right a:before{ content: ""; position: absolute; display: inline-block; width: 6px; height: 6px; bborder-radius: 100%; background: #999; left: 0; top: 48%; border-radius: 100%;}
.DetailsNav .DetailsNav_content .DetailsNav_content_right a:hover{ color: #2a2c91;}
.DetailsNav .DetailsNav_content .DetailsNav_content_right a.on{ color: #2a2c91;}
.DetailsNav .DetailsNav_content .DetailsNav_content_right a:hover:before{ background: #2a2c91;}
.DetailsNav .DetailsNav_content .DetailsNav_content_right a.on:before{ background: #2a2c91;}







.product{ padding-top: 55px;}
.product .product_content{ max-width: 1200px; margin: 0 auto;}
.product .product_content .product_content_title{ margin-bottom: 50px;text-align: center;}
.product .product_content .product_content_title dd{ font-size: 24px; color: #333333; margin-bottom: 15px;}
.product .product_content .product_content_title dt{ font-size: 14px; color: #666666; line-height: 22px; margin-top: 10px; width: 55%; margin: 0 auto;}
.product .product_content .product_content_txt{ background: url(../images/bn16.png) no-repeat 100% 50%; padding: 75px 40px;}
.product .product_content .product_content_txt dd{ font-size: 14px; color: #666666; line-height: 28px; width: 52%;}







.product_about{ margin-top: 55px; background: url(../images/bg36.jpg) no-repeat 50%/cover; height: 291px; margin-bottom: -45px;}
.product_about .product_content .product_content_title{ padding-top: 55px;}
.product_about .product_about_content{ background: #fff; padding: 60px 35px; color: #444444; line-height: 26px; position: relative;}
.product_about .product_about_content p{ margin-bottom: 15px;}
.product_about .product_about_content p:last-child{ margin-bottom: 0px;}



.product_advantage{ background: #e7f0fc; margin-top: 45px; padding-top: 180px; padding-bottom: 65px;}
.product_advantage .product_advantage_content .advantage_content_list{ width: 24.5%; margin-right: 0.5%; background: #fff; padding: 40px 25px; position: relative; height: 368px;}
.product_advantage .product_advantage_content .advantage_content_list:nth-child(4){ margin-right: 0px;}
.product_advantage .product_advantage_content .advantage_content_list dd{ font-size: 18px; color: #333333; font-weight: bolder; margin-bottom: 8px;}
.product_advantage .product_advantage_content .advantage_content_list p{ font-size: 14px; color: #666666; margin-bottom: 18px;}
.product_advantage .product_advantage_content .advantage_content_list .content_list_img{ position: absolute; right: 0; bottom: 0;}
.product_advantage .product_advantage_content .advantage_content_list .content_list_img img{ max-width: 100%;}





.product_income{ padding-bottom: 70px;}
.product_income .product_content{ max-width: 1300px; overflow: hidden; padding: 10px 50px;}
.product_income .product_income_content .income_content_list{ text-align: center; padding: 45px 0px; cursor: pointer;}
.product_income .product_income_content .income_content_list .content_list_icon{ margin-bottom: 11px;}
.product_income .product_income_content .income_content_list dd{ font-size: 16px; color: #000000; font-weight: bolder; margin-bottom: 15px;}
.product_income .product_income_content .income_content_list dt{ font-size: 14px; color: #666666; line-height: 25px; padding: 0px 70px;}



.product_team{ background: #f5f5f5; margin-top: 0px; padding: 55px 0px;}
.product_team .product_team_content .team_content_list{ width: 32%; margin-right: 2%;}
.product_team .product_team_content .team_content_list:nth-child(3n){ margin-right: 0px;}
.product_team .product_team_content .team_content_list .content_list_title{ line-height: 70px; padding: 0px 18px;
    background: linear-gradient(to right,#64ca9b, #65c4b0);
}
.product_team .product_team_content .team_content_list .content_list_title dd{ font-size: 16px; color: #fff;}
.product_team .product_team_content .team_content_list .content_list_img{ overflow: hidden;}
.product_team .product_team_content .team_content_list .content_list_img img{ width: 100%;}
.product_team .product_team_content .team_content_list:nth-child(2) .content_list_title{  background: linear-gradient(to right,#cb67b6, #ed94aa);}
.product_team .product_team_content .team_content_list:nth-child(3) .content_list_title{  background: linear-gradient(to right,#668ecb, #90b5ec);}


.product_solution .product_income_content .income_content_list dt{ height: 90px;}






.product_jn{ background: #f6f6f6;}
.product_jn .product_jn_content .jn_content_list .content_list_title{ line-height: 40px; background: #9a1c1f; font-size: 15px; color: #fff; font-weight: bolder; padding: 0px 30px;}
.product_jn .product_jn_content .jn_content_list .content_list_txt{ padding: 40px 30px;}
.product_jn .product_jn_content .jn_content_list .content_list_txt .list_txt_title a{ display: inline-block;text-align: center; margin-right: 70px;transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;}
.product_jn .product_jn_content .jn_content_list .content_list_txt .list_txt_title a:hover dd{ background: #9a1c1f;transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;}
.product_jn .product_jn_content .jn_content_list .content_list_txt .list_txt_title a:hover dt{ color: #9a1c1f;transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;}
.product_jn .product_jn_content .jn_content_list .content_list_txt .list_txt_title a.on dd{ background: #9a1c1f;transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;}
.product_jn .product_jn_content .jn_content_list .content_list_txt .list_txt_title a.on dt{ color: #9a1c1f;transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;}
.product_jn .product_jn_content .jn_content_list .content_list_txt .list_txt_title a:last-child{ margin-right: 0px;}
.product_jn .product_jn_content .jn_content_list .content_list_txt .list_txt_title a dd{ width: 64px; height: 64px; border-radius: 100%; background: #b6bbc1; text-align: center; line-height: 64px; margin: 0 auto;transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;}
.product_jn .product_jn_content .jn_content_list .content_list_txt .list_txt_title a dt{ color: #47576b; font-weight: bolder; margin-top: 15px;transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;}
.product_jn .product_jn_content .jn_content_list .content_list_txt .list_txt_content .txt_content_list{ margin-top: 45px;}
.product_jn .product_jn_content .jn_content_list .content_list_txt .list_txt_content .txt_content_list dd{ font-size: 16px; color: #333333; line-height: 15px; margin-bottom: 15px;} 
.product_jn .product_jn_content .jn_content_list .content_list_txt .list_txt_content .txt_content_list dd span{ width: 3px; height: 15px; background: #9a1c1f; display: inline-block; margin-right: 5px; position: relative; bottom: -2px;}
.product_jn .product_jn_content .jn_content_list .content_list_txt .list_txt_content .txt_content_list dt p{ font-size: 14px; color: #666666; line-height: 26px;}

.product_jn .product_jn_content .jn_content_mode .content_mode_txt{ text-align: center; padding: 55px 0px;}
.product_jn .product_jn_content .jn_content_operation .content_operation_txt .operation_txt_list{ width: 33%; margin-right: 0.5%; background: #fff; padding: 30px 20px; height: 336px;}
.product_jn .product_jn_content .jn_content_operation .content_operation_txt .operation_txt_list:last-child{ margin-right: 0px;}
.product_jn .product_jn_content .jn_content_operation .content_operation_txt .operation_txt_list .txt_list_title{ text-align: center;}
.product_jn .product_jn_content .jn_content_operation .content_operation_txt .operation_txt_list .txt_list_title dd{ font-size: 16px; color: #333333; font-weight: bolder; margin-bottom: 15px;}
.product_jn .product_jn_content .jn_content_operation .content_operation_txt .operation_txt_list .txt_list_title dt{ font-size: 14px; color: #999999; font-weight: bolder;}
.product_jn .product_jn_content .jn_content_operation .content_operation_txt .operation_txt_list .txt_list_center{ margin: 25px 0px;}
.product_jn .product_jn_content .jn_content_operation .content_operation_txt .operation_txt_list .txt_list_center p{ color: #9a1c1f; font-size: 14px; text-align: center; line-height: 22px;}
.product_jn .product_jn_content .jn_content_operation .content_operation_txt .operation_txt_list .txt_list_bottom p{ color: #666666; font-size: 12px; line-height: 20px; margin-bottom: 10px;}
.product_jn .product_jn_content .jn_content_operation .content_operation_txt .operation_txt_list .txt_list_bottom p:last-child{ margin-bottom: 0px;}
.product_jn .product_jn_content .jn_content_operation .content_operation_bottom{ padding: 30px;}
.product_jn .product_jn_content .jn_content_operation .content_operation_bottom .operation_bottom_title{ font-size: 14px; color: #333333; font-weight: bolder; margin-bottom: 25px;}
.product_jn .product_jn_content .jn_content_operation .content_operation_bottom .operation_bottom_title span{ color: #9a1c1f;}
.product_jn .product_jn_content .jn_content_operation .content_operation_bottom .operation_bottom_img{ text-align: center; margin-bottom: 45px;}
.product_jn .product_jn_content .jn_content_operation .content_operation_bottom .operation_bottom_content .bottom_content_list{ width: 10.7%; margin-right: 2%; line-height: 40px; color: #fff; background: #f2654c; text-align: center; margin-bottom: 2%;}
.product_jn .product_jn_content .jn_content_operation .content_operation_bottom .operation_bottom_content .bottom_content_list:nth-child(8){ margin-right: 0px;}
.product_jn .product_jn_content .jn_content_operation .content_operation_bottom .list_txt_content .txt_content_list{ width: 48%; margin-top: 25px;}
.product_jn .product_jn_content .jn_content_promotion .content_promotion_txt{ padding: 30px;}
.product_jn .product_jn_content .jn_content_promotion .content_promotion_txt .promotion_txt_title{ border-bottom: 1px solid #dcdcdc; margin-bottom: 25px;}
.product_jn .product_jn_content .jn_content_promotion .content_promotion_txt .promotion_txt_title a{ display: inline-block; width: 162px; line-height: 46px; text-align: center; background: #dcdcdc; font-size: 15px; color: #333333; font-weight: bolder; margin-right: 10px;}
.product_jn .product_jn_content .jn_content_promotion .content_promotion_txt .promotion_txt_title a:hover{ color: #fff; background: #9a1c1f;}
.product_jn .product_jn_content .jn_content_promotion .content_promotion_txt .promotion_txt_title a.on{ color: #fff; background: #9a1c1f;}
.product_jn .product_jn_content .jn_content_promotion .content_promotion_txt .promotion_txt_content{ padding-bottom: 50px;}
.product_jn .product_jn_content .jn_content_promotion .content_promotion_txt .promotion_txt_content dd{ color: #666666; font-size: 14px; margin-bottom: 30px;}
.product_jn .product_jn_content .jn_content_promotion .content_promotion_txt .promotion_txt_content dd span{ color: #333; font-weight: bolder;}








.product_bank{ background: #fff; padding-bottom: 75px;}
.product_bank .product_bank_content{ text-align: center;}




.product_inspection{ padding-bottom: 70px;}
.product_inspection .product_inspection_content .inspection_content_list{ background: #fff; width: 23.33%; margin-right: 2%; padding: 45px 20px; margin-bottom: 2%; height: 389px;}
.product_inspection .product_inspection_content .inspection_content_list:nth-child(4n){ margin-right: 0px;}
.product_inspection .product_inspection_content .inspection_content_list .content_list_logo{ text-align: center; height: 41px; line-height: 41px;}
.product_inspection .product_inspection_content .inspection_content_list .content_list_title{ text-align: center;}
.product_inspection .product_inspection_content .inspection_content_list .content_list_title dd{ font-size: 18px; color: #2a2c91; margin-top: 15px; margin-bottom: 13px;}
.product_inspection .product_inspection_content .inspection_content_list .content_list_title dt{ font-size: 16px; color: #b1394f; margin-bottom: 15px;}
.product_inspection .product_inspection_content .inspection_content_list .content_list_label{ padding-bottom: 10px;}
.product_inspection .product_inspection_content .inspection_content_list .content_list_label p{ font-size: 14px; color: #333; margin-bottom: 8px;}
.product_inspection .product_inspection_content .inspection_content_list .content_list_label p{ font-size: 14px; color: #333; margin-bottom: 8px;}




.product_edu .product_jn_content .jn_content_mode .content_mode_txt{ padding: 15px 0px;}
.product_edu .product_edu_list{ width: 48%; margin-right: 4%;}
.product_edu .product_edu_list:last-child{ margin-right: 0px;}
.product_edu .product_edu_list .content_list_img{ padding: 35px 0px;}
.product_edu .edu_content_list .content_list_img{ padding: 45px 0px;}




.product_course{ background: #fff;}
.product_course .product_course_content{ padding: 30px;}
.product_course .product_course_content .course_content_title{ font-size: 15px; color: #9a1c1f; font-weight: bolder; margin-bottom: 25px;}
.product_course .product_course_content .course_content_txt .content_txt_list{ width: 23%; margin-right: 2.6%; margin-bottom: 2.6%;}
.product_course .product_course_content .course_content_txt .content_txt_list:nth-child(4n){ margin-right: 0px;}
.product_course .product_course_content .course_content_txt .content_txt_list .txt_list_title{ line-height: 40px; margin-bottom: 7px;}
.product_course .product_course_content .course_content_txt .content_txt_list .txt_list_title dd{ font-size: 15px; color: #333333; font-weight: bolder;}





.product_business{ background: #f6f6f6; padding-bottom: 40px;}
.product_business .product_business_content .business_content_list{ text-align: center; background: #fff; padding: 30px 20px; width: 23.5%; margin-right: 2%; height: 227px;}
.product_business .product_business_content .business_content_list:nth-child(4){ margin-right: 0px;}
.product_business .product_business_content .business_content_list dt{ font-size: 16px; color: #333333; font-weight: bolder; margin: 15px 0px;}
.product_business .product_business_content .business_content_list p{ font-size: 14px; color: #666666; line-height: 22px;}








.college_title{ margin-top: 45px;}
.college_title a{ font-size: 16px; color: #333333; display: inline-block; margin-right: 35px; background: #f3f3f3; line-height: 43px;text-align: center; padding: 0px 45px;}
.college_title a:last-child{ margin-right: 0px;}
.college_title a.on{ background: #9a1c1f; color: #fff;}
.college_title a:hover{ background: #9a1c1f; color: #fff;}

.product_college{ background: #fff;}
.product_college .product_college_content{ padding: 35px 0px; padding-bottom: 55px;}
.product_college .product_college_content .college_content_list{ width: 48%; margin-right: 4%; padding: 37px; background: #f5f5f5 url(../images/bn63.png) no-repeat 100% 100%; height: 245px;}
.product_college .product_college_content .college_content_list:nth-child(2){ margin-right: 0px;  background: #f5f5f5 url(../images/bn64.png) no-repeat 100% 100%;}
.product_college .product_college_content .college_content_list dd{ font-size: 18px; color: #333333; font-weight: bolder; text-align: center; margin-bottom: 20px;}
.product_college .product_college_content .college_content_list dt{ font-size: 14px; color: #666666; line-height: 26px;}

.product_college .product_jn_content .jn_content_operation .content_operation_bottom .list_txt_content .txt_content_list{ width: 100%;}
.product_college .product_jn_content .jn_content_operation .content_operation_bottom{ padding-bottom: 55px;}
.product_college .product_jn_content .jn_content_list .content_list_txt .list_txt_content .txt_content_list dt p{ text-indent: 2em; margin-bottom: 8px;}








.product_service{ background: #fff;}
.product_service .product_content .product_content_title p{ color: #666666; margin-top: 40px;}
.product_service .product_service_img{ text-align: center; padding-bottom: 65px;}








.product_overview .product_overview_content{ padding: 30px; padding-bottom: 55px;}
.product_overview .product_jn_content .jn_content_list .product_overview_content dd{ font-size: 14px; color: #666666; margin-bottom: 45px; text-align: center;}
.product_overview .product_overview_content dt{ text-align: center;}
.product_overview .product_jn_content .jn_content_list .content_list_txt .list_txt_content .txt_content_list dt p{ text-align: left;}
.product_overview .product_jn_content .jn_content_list .content_list_txt .list_txt_content .txt_content_list dd{ text-align: left;}
.product_overview .product_overview_list{ margin-top: 70px; text-align: center; width: 100%;}
.product_overview .product_overview_table{ background: #dcdcdc; margin-top: 55px;}
.product_overview .product_overview_table tr td{ background: #f5f5f5; color: #333; font-size: 16px; text-align: center; line-height: 30px; padding: 10px 20px;}
.product_overview .product_overview_table tr:nth-child(1) td{ color: #fff; background: #9a1c1f;}
.product_overview .product_overview_table tr td:nth-child(1){ width: 20%}
.product_overview .product_overview_table tr td:nth-child(3){ width: 15%}
.product_overview .product_overview_table tr:nth-child(2) td{ background: #d9d9d9; font-weight: bolder;}
.product_overview .product_overview_table tr:nth-child(8) td{ background: #d9d9d9; font-weight: bolder;}








.product_marketing .product_marketing_content{ padding: 30px;}
.product_marketing .product_marketing_content .marketing_content_txt{ width: 53%;}
.product_marketing .product_marketing_content .marketing_content_txt p{ color: #666666; font-size: 14px; margin-bottom: 15px; line-height: 24px; text-indent: 2em;}
.product_marketing .product_college_content .college_content_list{ background: #f5f5f5 url(../images/bn72.png) no-repeat 100% 100%;}
.product_marketing .product_college_content .college_content_list:nth-child(2){ background: #f5f5f5 url(../images/bn73.png) no-repeat 100% 100%;}
.product_marketing .product_marketing_income{ padding-bottom: 60px;}
.product_marketing .product_marketing_income .marketing_content_txt{ width: 100%;}
.product_marketing .product_marketing_income .marketing_content_img{ text-align: center; margin-top: 30px;}
.product_marketing .product_marketing_income .marketing_content_txt p{ text-indent: initial;}









.product_study{ background: #fff;}
.product_study .product_study_content{ padding-bottom: 55px;}
.product_study .product_study_content .study_content_list{ width: 49%; margin-right: 2%;}
.product_study .product_study_content .study_content_list:nth-child(2){ margin-right: 0px;}
.product_study .product_study_content .study_content_list .content_list_tab table{ background: #dcdcdc; width: 100%;}
.product_study .product_study_content .study_content_list .content_list_tab table tr td{ background: #f5f5f5; line-height: 60px; text-align: center; color: #333; }
.product_study .product_study_content .study_content_list .content_list_tab table tr:nth-child(1) td{ color: #fff; background: #9a1c1f; font-size: 16px;}
.product_study .product_study_content .study_content_list .content_list_tab table tr:nth-child(3) td{ background: #fff;}
.product_study .product_study_content .study_content_list .content_list_note{ padding-top: 25px;} 
.product_study .product_study_content .study_content_list .content_list_note dt p{ margin-top: 15px; color: #333}
.product_study .product_study_content .study_content_list:nth-child(2) .content_list_tab table tr td{ line-height: 80px;}





.product_series{ background: #f6f6f6;}
.product_series .product_series_content{ padding: 30px; padding-bottom: 55px;}
.product_series .product_series_content .series_content_title{ margin-bottom: 20px;}
.product_series .product_series_content .series_content_title dd{ color: #333333; font-weight: bolder; font-size: 14px; margin-bottom: 15px;}
.product_series .product_series_content .series_content_title dt{ color: #666666; font-size: 14px; line-height: 25px;}
.product_series .product_series_content p{ text-align: center;}
.product_series .product_series_Learn .series_Learn_list{margin-right: 1px;}
.product_series .product_series_Learn .series_Learn_list:last-child{ margin-right: 0px;}
.product_series .product_series_logo{ padding: 0px 65px;}
.product_series .product_series_logo .series_Learn_list{ text-align: center; width: 13%; margin-right: 8%;}
.product_series .product_series_logo .series_Learn_list:last-child{ margin-right: 0px;}
.product_series .product_series_logo .series_Learn_list dt{ font-size: 16px; color: #333333; font-weight: bolder;}







.product_solution{ background: #fff;}
.product_solution .product_income_content{ padding: 45px 0px;}
.product_solution .product_solution_img{ text-align: center; padding: 45px 30px;}
.product_solution .product_solution_img dd{ font-size: 15px; color: #333333; font-weight: bolder; text-align: left; padding-bottom: 45px;}
.product_solution .product_solution_marketing{ padding-bottom: 35px;}
.product_solution .product_solution_marketing .solution_marketing_left{ width: 50%}
.product_solution .product_solution_marketing .solution_marketing_left .marketing_left_list{ margin-bottom: 35px;}
.product_solution .product_solution_marketing .solution_marketing_left .marketing_left_list dd{ font-size: 16px; color: #333333; line-height: 26px; margin-bottom: 20px;}
.product_solution .product_solution_marketing .solution_marketing_left .marketing_left_list dt p{ font-size: 14px; color: #666666; margin-bottom: 5px; line-height: 23px;}
.product_solution .product_solution_marketing .solution_marketing_right{ width: 40%; text-align: right; margin-left: 10%;}




.product_network{ background: #fff;}
.product_network .product_content{ overflow: inherit;}
.product_network .product_network_content{ padding: 30px;}
.product_network .product_network_content{ font-size: 14px; color: #666666; line-height: 28px;}
.product_network .product_network_content p{ text-indent: 2em;}
.product_network .product_network_content span{ display: inline-block; width: 100%;}
.product_network .product_network_content dl:nth-child(1){ width: 40%;}
.product_network .product_network_content dl:nth-child(2){ width: 60%; text-align: right;}
.product_network .product_income_content .income_content_list dt{ padding: 0px;}
.product_network .product_series_content .series_content_title dt{ text-align: center; font-size: 18px; color: #333333; margin-bottom: 35px;}
.product_network .owl-theme .owl-controls .owl-nav div{ display: none;}
.product_network .product_network_tab{ margin-top: 60px;}
.product_network .product_network_tab table{ background: #fff; width: 100%;}
.product_network .product_network_tab table tr td{ background: #e9edf4; text-align: center; font-size: 14px; color: #333333; padding: 15px 0px;}
.product_network .product_network_tab table tr:nth-child(1) td{ background: #b1394f; font-size: 16px; font-weight: bolder; color: #fff;}
.product_network .product_network_tab table tr td:nth-child(1){ width: 9%;}
.product_network .product_network_tab table tr td:nth-child(2){ width: 9%;}
.product_network .product_network_tab table tr td:nth-child(3){ width: 22%;}
.product_network .product_network_tab table tr td:nth-child(4){ width: 19%;}
.product_network .product_network_tab table tr td:nth-child(5){ width: 19%;}
.product_network .product_network_tab table tr td:nth-child(6){ width: 19%;}
.product_network .product_network_tab table tr:last-child td:nth-child(2){ padding: 15px;}
.product_network .product_network_tab table tr:last-child td:nth-child(2) p{ text-align: left; line-height: 23px;}
.product_network .product_network_income{ padding: 30px;}
.product_network .product_network_income .network_income_list{ width: 26%; margin-right: 10%; border: 1px solid #dcdcdc; margin-bottom: 3%; position: relative;}
.product_network .product_network_income .network_income_list .income_list_title{ font-size: 15px;color: #9a1c1f; text-align: center; line-height: 47px;}
.product_network .product_network_income .network_income_list:nth-child(3n){ margin-right: 0px;}
.product_network .product_network_income .network_income_list:hover{ border: 1px solid #9a1c1f; cursor: pointer;}
.product_network .product_network_income .network_income_list:hover .income_list_title{ color: #fff; background: #9a1c1f;}
.product_network .product_network_income .network_income_list .income_list_down{ position: absolute; width: 100%; height: 175px; background: #e9edf4; padding: 20px; z-index: 50; bottom: -175px; display: none;}
.product_network .product_network_income .network_income_list .income_list_down p{ color: #666666; font-size: 14px; margin-bottom: 8px;}
.product_network .product_network_income .network_income_list .income_list_down p:last-child{ margin-bottom: 0px;}
.product_network .product_network_income .network_income_list:hover .income_list_down{ display: block;}
.product_network .product_network_income .network_income_list:nth-child(4) .income_list_down{ height: 80px; bottom: -80px;}
.product_network .product_network_income .network_income_list:nth-child(5) .income_list_down{ height: 120px; bottom: -120px;}
.product_network .product_network_income .network_income_list:nth-child(6) .income_list_down{ height: 80px; bottom: -80px;}












.about{ padding: 65px 0px; background: #f7f7f7;}
.about .about_content{ max-width: 1200px; margin: 0 auto; background: #fff; padding: 65px 70px;}
.about .about_content .about_content_img{ width: 36.5%; border-radius: 8px; overflow: hidden;}
.about .about_content .about_content_txt{ width: 60%; padding: 20px 0px; position: relative;}
.about .about_content .about_content_txt dd{ font-size: 16px;color: #cb0202; font-weight: bolder; margin-bottom: 20px;}
.about .about_content .about_content_txt dt{ height: 430px; overflow: auto; padding-right: 10px;}
.about .about_content .about_content_txt:before{ content: ""; position: absolute; display: inline-block; width: 97px; height: 69px; background: url(../images/bn109.png) no-repeat 50%/cover; right: 0; bottom: -50px;}
.about .about_content .about_content_txt dt p{ font-size: 14px;color: #666; line-height: 24px; margin-bottom: 10px; text-indent: 2em;}

.about .about_content .about_content_txt dt::-webkit-scrollbar-track {
		  background-color: #dcdcdc !important;
	} /* 滚动条的滑轨背景颜色 */

.about .about_content .about_content_txt dt::-webkit-scrollbar-thumb {
		  background:#e60012 !important;; 
	} /* 滑块颜色 */

.about .about_content .about_content_txt dt::-webkit-scrollbar-button {
		  background-color: #fff;
	} /* 滑轨两头的监听按钮颜色 */

.about .about_content .about_content_txt dt::-webkit-scrollbar-corner {
		  background-color: #fff;
	} /* 横向滚动条和纵向滚动条相交处尖角的颜色 */
.about .about_content .about_content_txt dt::-webkit-scrollbar {
    width: 3px;
    height: 0px;
	border-radius:888px;
} /* 这是针对缺省样式 (必须的)*/











.AboutIntroduction{ background: #fff; padding: 35px 0px; padding-bottom: 65px;}
.AboutIntroduction .about_content{ padding: 0px 0px;}
.AboutIntroduction .AboutIntroduction_top .AboutIntroduction_top_left{ width: 55%; padding: 35px 0px;}
.AboutIntroduction .AboutIntroduction_top .AboutIntroduction_top_right{ width: 40%;}
.AboutIntroduction .AboutIntroduction_top .AboutIntroduction_top_left dd{ font-size: 28px; color: #2a2c91; margin-bottom: 35px;}
.AboutIntroduction .AboutIntroduction_top .AboutIntroduction_top_left dt p{ font-size: 14px; color: #666666; line-height: 30px; margin-bottom: 38px;}
.AboutIntroduction .AboutIntroduction_top .AboutIntroduction_top_left dt p:last-child{ margin-bottom: 0px;}
.AboutIntroduction .AboutIntroduction_bottom{ margin-top: 75px;} 










.culture .about_content{ background: #fff; box-shadow: 0px 0px 10px rgba(0,0,0,0.1); padding: 0px; }
.culture .about_content .culture_img{ width: 39%;}
.culture .about_content .culture_img img{ width: 100%; height: 679px; object-fit: cover;}
.culture .about_content .culture_content{ padding: 65px 45px; width: 61%;}
.culture .about_content .culture_content .culture_content_title dd{ font-size: 40px; color: #dddddd;}
.culture .about_content .culture_content .culture_content_title dt{ font-size: 22px; color: #333333; margin-top: 15px;}
.culture .about_content .culture_content .culture_content_txt{ padding-top: 15px;}
.culture .about_content .culture_content .culture_content_txt .content_txt_list{ margin-top: 30px;}
.culture .about_content .culture_content .culture_content_txt .content_txt_list dd{ font-size: 14px; color: #333333; font-weight: bolder;}
.culture .about_content .culture_content .culture_content_txt .content_txt_list dt{ font-size: 14px; color: #666666; margin-top: 15px;}




.contact .about_content{ box-shadow: inherit; padding: 60px 0px; background: #fff url(../images/bn110.png) no-repeat 100% 0%;}
.contact .about_content .contact_title{ font-size: 20px; color: #666666; font-weight: bolder; text-align: center; margin-bottom: 45px;}
.contact .about_content .contact_txt .contact_txt_list{ border-right: 1px solid #dcdcdc;width: 32%; margin-right: 5%; padding-right: 5%;}
.contact .about_content .contact_txt .contact_txt_list:last-child{ border-right: 0px; margin-right: 0px; width: 11%; padding-right: 0px;}
.contact .about_content .contact_txt .contact_txt_list .txt_list_title{ margin-bottom: 18px;}
.contact .about_content .contact_txt .contact_txt_list .txt_list_title dd{ font-size: 20px; color: #666666; margin-bottom: 5px;}
.contact .about_content .contact_txt .contact_txt_list .txt_list_title dt{ font-size: 14px; color: #666666; font-weight: bolder;}
.contact .about_content .contact_txt .contact_txt_list .txt_list_content .list_content_list{ font-size: 14px; color: #666666; padding-left: 35px; width: 100%; line-height: 22px; margin-bottom: 13px;}
.contact .about_content .contact_txt .contact_txt_list .txt_list_content .list_content_list:nth-child(1){ background: url(../images/bn111.png) no-repeat 0% 50%;}
.contact .about_content .contact_txt .contact_txt_list .txt_list_content .list_content_list:nth-child(2){ background: url(../images/bn112.png) no-repeat 0% 50%;}
.contact .about_content .contact_txt .contact_txt_list .txt_list_content .list_content_list:nth-child(3){ background: url(../images/bn113.png) no-repeat 0% 50%;}
.contact .about_content .contact_txt .contact_txt_list .txt_list_content .list_content_list:nth-child(4){ background: url(../images/bn114.png) no-repeat 0% 50%;}
.contact .about_content .contact_bottom { margin-top: 55px;}
.contact .about_content .contact_bottom .contact_bottom_title{ text-align: center; padding-bottom: 55px;}
.contact .about_content .contact_bottom .contact_bottom_title dd{ font-size: 24px; color: #333333; font-weight: bolder;}
.contact .about_content .contact_bottom .contact_bottom_title dt{ font-size: 24px; color: #2a2c91; font-weight: bolder; margin: 8px 0px;}
.contact .about_content .contact_bottom .contact_bottom_title p{ font-size: 16px; color: #666666;}
.contact .about_content .contact_bottom .contact_bottom_txt{ padding: 0px 45px;}
.contact .about_content .contact_bottom .contact_bottom_txt .bottom_txt_list{ width: 48%; margin-right: 4%; height: 148px;}
.contact .about_content .contact_bottom .contact_bottom_txt .bottom_txt_list:nth-child(2){ margin-right: 0px;}
.contact .about_content .contact_bottom .contact_bottom_txt .bottom_txt_list:nth-child(1){ background: url(../images/bn115.png) no-repeat 100% 50%;}
.contact .about_content .contact_bottom .contact_bottom_txt .bottom_txt_list:nth-child(1):hover{ background: url(../images/bn115_on.png) no-repeat 100% 50%;}
.contact .about_content .contact_bottom .contact_bottom_txt .bottom_txt_list:nth-child(2){ background: url(../images/bn117.png) no-repeat 0% 50%;}
.contact .about_content .contact_bottom .contact_bottom_txt .bottom_txt_list:nth-child(2):hover{ background: url(../images/bn117_on.png) no-repeat 0% 50%;}





.Window{ display: none;}
.Window .Window_bg{ background: rgba(0,0,0,0.5); position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 80;}
.Window .Window_form{ width: 660px; padding: 47px 55px; background: #fff;position: fixed; z-index: 85;  left: 50%;  top: 50%; transform: translateX(-50%) translateY(-50%); border-radius: 10px;}
.Window .Window_form .Window_form_title{ font-size: 22px; color: #333; text-align: center; padding-bottom: 30px; position: relative;}
.Window .Window_form .Window_form_content .form_content_list{ border: 1px solid #dcdcdc; padding: 5px 0px; margin-bottom: 20px;}
.Window .Window_form .Window_form_content .form_content_list input{ line-height: 35px; width: 100%; padding: 0px 20px; font-size: 14px; color: #333;}
.Window .Window_form .Window_form_content .form_content_textarea{ margin-bottom: 20px;}
.Window .Window_form .Window_form_content .form_content_textarea textarea{ width: 100%; height: 120px; border: 1px solid #dcdcdc; padding: 10px 20px; font-family: "微软雅黑"; font-size: 14px; color: #333;}
.Window .Window_form .Window_form_content .form_content_submit input{ line-height: 45px;color: #fff; background: #2a2c91; text-align: center; width: 100%; cursor: pointer; font-size: 15px;} 
.Window .Window_form .Window_form_title .close{ position: absolute; right: -20px; cursor: pointer; top: -20px;}












.join .join_top dd{ font-size: 24px; color: #333; text-align: center; margin-bottom: 35px;}
.join .about_content{ padding: 0px; background: none;}
.join .join_top dt p{ color: #666; text-align: center; line-height: 28px;}



.JoinPost{ background: #fff;}
.JoinPost_list{ margin-bottom: 10px;}
.JoinPost_list:first-child .JoinPost_list_title{ background: #b1394f;}
.JoinPost_list:first-child .JoinPost_list_title div{ color: #fff !important; font-size: 16px !important;}
.JoinPost_list .JoinPost_list_title{ line-height: 55px; background: #fff; padding: 0px 40px; cursor: pointer; border-bottom: 1px solid #dcdcdc;}
.JoinPost_list .JoinPost_list_title div:nth-child(1){ color: #b1394f; font-size: 14px; width: 40%;}
.JoinPost_list .JoinPost_list_title div:nth-child(2){ color: #666; font-size: 14px; width: 15%;}
.JoinPost_list .JoinPost_list_title div:nth-child(3){ color: #666; font-size: 14px; width: 15%;}
.JoinPost_list .JoinPost_list_title div:nth-child(4){ width: 25%; text-align: center;}
.JoinPost_list .JoinPost_list_title div .Social2{ display: none;}
.JoinPost_list .JoinPost_list_content{ padding: 20px 40px; display: none;}
.JoinPost_list .JoinPost_list_content .list_content_list{ margin-bottom: 40px;}
.JoinPost_list .JoinPost_list_content .list_content_list dd{ font-size: 15px; color: #b1394f; padding-bottom: 10px;}
.JoinPost_list .JoinPost_list_content .list_content_list dt p{ line-height: 28px; font-size: 13px; color: #828282;}
.JoinPost_list .JoinPost_list_content .em{ font-size: 13px; color: #b1394f;}
.JoinPost .JoinPost_bottom{ margin-top: 35px; padding: 0px 280px;}
.JoinPost .JoinPost_bottom .JoinPost_bottom_list{ font-size: 14px; color: #2a2e36; padding-left: 56px; width: 48%; margin-right: 4%;}
.JoinPost .JoinPost_bottom .JoinPost_bottom_list:nth-child(1){ background: url(../images/bn118.png) no-repeat 0% 50%; line-height: 40px;}
.JoinPost .JoinPost_bottom .JoinPost_bottom_list:nth-child(2){ background: url(../images/bn119.png) no-repeat 0% 50%; line-height: 40px; margin-right: 0px;}






.JoinCare .JoinCare_bottom .JoinCare_bottom_list{ width: 32%; margin-right: 2%;}
.JoinCare .JoinCare_bottom .JoinCare_bottom_list:nth-child(3){ margin-right: 0px;}
.JoinCare .JoinCare_bottom .JoinCare_bottom_list .bottom_list_title{ padding: 60px 35px; text-align: center; background: #dedede; color: #333333; transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease;}
.JoinCare .JoinCare_bottom .JoinCare_bottom_list .bottom_list_title dd{ font-size: 20px; margin-bottom: 20px;}
.JoinCare .JoinCare_bottom .JoinCare_bottom_list .bottom_list_title dt{ font-size: 14px; line-height: 25px;}
.JoinCare .JoinCare_bottom .JoinCare_bottom_list .bottom_list_img img{ width: 100%;}
.JoinCare .JoinCare_bottom .JoinCare_bottom_list:hover .bottom_list_title{ background: #b1394f; color: #fff; transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease;}








.news{ background: #fff;}
.news .about_content{ box-shadow: inherit; padding: 0px;}
.news .news_left{ width: 70%;}
.news .news_left .news_left_title{ border-bottom: 1px solid #dcdcdc;}
.news .news_left .news_left_title span{ color: #333333; font-size: 20px; font-weight: bolder; display: inline-block; width: 80px; border-bottom: 2px solid #b0394f; padding-bottom: 15px; margin-right: 13px;}
.news .news_left .news_left_title{ color: #333333; font-size: 16px;}
.news .news_left .news_left_content .left_content_list{ padding: 25px 0px; border-bottom: 1px solid #dcdcdc; display: inline-block; width: 100%;}
.news .news_left .news_left_content .left_content_list:hover .content_list_txt dd{ color: #b0394f}
.news .news_left .news_left_content .left_content_list .content_list_img{ width: 25%}
.news .news_left .news_left_content .left_content_list .content_list_img img{ width: 100%; height: 138px; object-fit: cover;}
.news .news_left .news_left_content .left_content_list .content_list_txt{ width: 72%;}
.news .news_left .news_left_content .left_content_list .content_list_txt dd{ font-size: 16px; color: #333333; font-weight: bolder;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.news .news_left .news_left_content .left_content_list .content_list_txt p{ font-size: 14px; color: #666;display: -webkit-box; line-height: 23px; height: 65px; margin: 13px 0px;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;}
.news .news_left .news_left_content .left_content_list .content_list_txt dt{ font-size: 14px; color: #999; background: url(../images/bn120.png) no-repeat 0% 50%; padding-left: 25px;}
.news .news_right{ width: 25%}
.news .news_right .news_right_list .right_list_title{ line-height: 43px; background: #f8f8f8; color: #333333; font-size: 16px; border-left: 2px solid #b0394f; width: 100%; padding-left: 20px;}
.news .news_right .news_right_list .right_list_content{ padding: 20px 0px;}
.news .news_right .news_right_list .right_list_content .list_content_list{ color: #333333; font-size: 14px; padding: 0px 20px; line-height: 35px; background: #f8f8f8;display: inline-block; border: 1px solid #dcdcdc; margin-bottom: 8px; margin-right: 8px;}
.news .news_right .news_right_list .right_list_content .list_content_list:hover{ background: #b0394f; color: #fff; border: 1px solid #b0394f;}
.news .news_right .news_right_list .right_list_content .left_content_list .content_list_img{ width: 35%}
.news .news_right .news_right_list .right_list_content .left_content_list .content_list_img img{ height: 65px; width: 100%; object-fit: cover;}
.news .news_right .news_right_list .right_list_content .left_content_list .content_list_txt{ width: 60%}
.news .news_right .news_right_list .right_list_content .left_content_list .content_list_txt dd{ font-size: 14px; color: #333333; line-height: 20px; height: 42px;
display: -webkit-box; margin-bottom: 5px;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.news .news_right .news_right_list .right_list_content .left_content_list{ padding: 10px 0px; border-bottom: 1px solid #dcdcdc;}
.news .news_right .news_right_list .right_list_content .left_content_list:first-child{ padding-top: 0px;}
.news .news_right .news_right_list .right_list_content .left_content_list .content_list_txt dt{ font-size: 12px; color: #999; background: url(../images/bn120.png) no-repeat 0% 50%; padding-left: 25px;}
.news .news_left .news_left_content{ margin-bottom: 45px;}
.news .news_right .news_right_list .right_list_content .left_content_list:hover .content_list_txt dd{ color: #b0394f;}



.page li a{ width: 40px; height: 40px; line-height: 40px; display: inline-block; text-align: center; background: #eeeeee; color: #666666; margin-right: 15px; border-radius: 100%;}
.page li a i{ font-size: 16px;}
.page li.active a{ background: #b0394f; color: #fff; }
.page li:hover a{ background: #b0394f; color: #fff; }
.page li:last-child a{ margin-right: 0px;}













.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_content .details_content_top div img{ max-width:100%}
.news_details .news_details_content .details_content_top{ border-bottom:1px solid #dcdcdc; padding-bottom:30px}
.news_details .news_details_content .details_content_top p{ line-height:26px; padding:10px 0px; font-size:14px; color:#666666; text-indent: 2em;}
.news_details .news_details_content .details_content_top div{ padding-bottom:10px}
.news_details .news_details_content .news_page{ margin-top: 35px;}
.news_details .news_details_content .news_page div{ line-height:45px; width: 46%;}
.news_details .news_details_content .news_page div span{ background: #ebebeb; width: 20%; text-align: center;}
.news_details .news_details_content .news_page 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_content .news_page div a:hover{ color:#b0394f}


.news_details .news_details_title dt div a{ float: none; width: 20px !important; height: 20px !important; display: inline-block; margin: 0px 6px !important; top: 3px; position: relative;}
.bds_weixin{ background: url(../images/wx.png) no-repeat 50% 50% !important;}
.bds_tsina{ background: url(../images/weibo.png) no-repeat 50% 50% !important;}
.bds_sqq{ background: url(../images/qq.png) no-repeat 50% 50% !important;}
.bdsharebuttonbox a{ float: none; width: 20px !important; height: 20px !important; display: inline-block; margin: 0px 6px !important; top: 3px; position: relative;}
.bdsharebuttonbox span{ display: inline-block; line-height: 28px;}
.bdsharebuttonbox{ margin-top: 15px;}



.case{ background: #fff;}
.case .about_content{ box-shadow: inherit; padding: 0px;}
.case .case_title{ font-size: 24px; color: #333333; text-align: center; margin-bottom: 45px;}
.case .case_content{ padding-bottom: 20px;}
.case .case_content .case_content_list{ width: 30%; margin-right: 5%; margin-bottom: 3%;}
.case .case_content .case_content_list:nth-child(3n){ margin-right: 0px;}
.case .case_content .case_content_list .content_list_img{ width: 100%;}
.case .case_content .case_content_list .content_list_img img{ width: 100%; height: 147px; object-fit: cover;}
.case .case_content .case_content_list .content_list_txt{ padding: 20px;}
.case .case_content .case_content_list .content_list_txt dd{ font-size: 16px; color: #333333; margin-bottom: 10px;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.case .case_content .case_content_list .content_list_txt p{ font-size: 14px; color: #666666; line-height: 24px; height: 68px; margin-bottom: 13px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.case .case_content .case_content_list .content_list_txt dt{ font-size: 14px; color: #b0394f;}
.case .case_content .case_content_list .content_list_txt dt i{ margin-left: 8px;}






.CaseDetails_top{ background: #f5f5f5;}
.CaseDetails_top .CaseDetails_top_title{ font-size: 24px; color: #b0394f; margin-bottom: 35px;}
.CaseDetails_top .CaseDetails_top_contetn{ background: #b0394f;}
.CaseDetails_top .CaseDetails_top_contetn .top_contetn_img{ width: 47%;}
.CaseDetails_top .CaseDetails_top_contetn .top_contetn_img img{ width: 100%; height: 248px; object-fit: cover;}
.CaseDetails_top .CaseDetails_top_contetn .top_contetn_txt{ padding: 20px; width: 53%;}
.CaseDetails_top .CaseDetails_top_contetn .top_contetn_txt dd{ font-size: 16px; color: #fff; border-bottom: 1px solid #fff; padding-bottom: 13px;}
.CaseDetails_top .CaseDetails_top_contetn .top_contetn_txt dt{ padding-top: 13px;}
.CaseDetails_top .CaseDetails_top_contetn .top_contetn_txt dt p{ font-size: 14px; color: #fff;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 8;
overflow: hidden;
}

.CaseDetails_bottom .CaseDetails_bottom_content{ border-bottom: 1px solid #dcdcdc; padding-bottom: 45px;}
.CaseDetails_bottom .CaseDetails_bottom_content img{ max-width:100%;}
.CaseDetails_bottom .CaseDetails_bottom_content .bottom_content_list{ margin-bottom: 30px;}
.CaseDetails_bottom .CaseDetails_bottom_content .bottom_content_list:last-child{ margin-bottom: 0px;}
.CaseDetails_bottom .CaseDetails_bottom_content .bottom_content_list dd{ font-size: 16px; color: #b0394f; margin-bottom: 14px;}
.CaseDetails_bottom .CaseDetails_bottom_content p{ font-size: 14px; color: #666; line-height: 24px;}
.CaseDetails_bottom .CaseDetails_bottom_page{ margin-top: 35px;}
.CaseDetails_bottom .CaseDetails_bottom_page .bottom_page_left{ width: 50%}
.CaseDetails_bottom .CaseDetails_bottom_page .bottom_page_left .page_left_list{ font-size: 14px; color: #b0394f; margin-bottom: 25px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.CaseDetails_bottom .CaseDetails_bottom_page .bottom_page_left .page_left_list:last-child{ margin-bottom: 0px;}
.CaseDetails_bottom .CaseDetails_bottom_page .bottom_page_left .page_left_list a{ font-size: 14px; color: #333333;}
.CaseDetails_bottom .CaseDetails_bottom_page .bottom_page_back{ color: #fff; display: inline-block; background: #b0394f; line-height: 54px; text-align: center;  position: relative; border-radius: 5px; padding: 0px 20px; margin: 4px 0px;}
.CaseDetails_bottom .CaseDetails_bottom_page .bottom_page_back:before{ content: ""; position: absolute; display: inline-block; width: 6px; height: 11px; background: url(../images/bn122.png) no-repeat 50%; left: -6px; top: 40%;}








.client .client_list{ width: 16.8%; margin-right: 4%; margin-bottom: 4%; height: 122px; text-align: center;}
.client .client_list img{ width: 100%; height: 122px; object-fit: cover;}
.client .client_list:nth-child(5n){ margin-right: 0px;}






.team{ background: #fff;}
.team .team_title a{ background: #ececec; font-size: 14px; color: #b0394f; width: 124px; line-height: 47px; display: inline-block; text-align: center; margin-right: 15px;}
.team .about_content{ padding: 0px;}
.team .team_title a:hover{ background: #b0394f; color: #fff;}
.team .team_title a.on{ background: #b0394f; color: #fff;}
.team .team_content .team_content_list{ border-bottom: 1px solid #dcdcdc; padding: 30px 0px; width:100%;}
.team .team_content .team_content_list .content_list_img{ width: 14%; margin-right: 6%;}
.team .team_content .team_content_list .content_list_img img{ width: 100%; height: 205px; object-fit: cover;}
.team .team_content .team_content_list .content_list_txt{ width: 80%}
.team .team_content .team_content_list .content_list_txt dd{ font-size: 14px; color: #333333; margin-bottom: 35px; position: relative; padding-bottom: 20px;}
.team .team_content .team_content_list .content_list_txt dd:before{ content: ""; position: absolute; display: inline-block; width: 35px; height: 1px; background: #d5d5d6; bottom: 0;}
.team .team_content .team_content_list .content_list_txt dd span{ font-size: 24px; color: #333333; font-weight: bolder; margin-right: 10px;}
.team .team_content .team_content_list .content_list_txt p{ color: #333333; font-size: 14px; line-height: 25px;
}
.team .team_content{ margin-bottom: 50px;}
.team .team_content .team_content_list:hover .content_list_txt dd span{ color: #b0394f;}










.advisory,.advisory .about_content{ background: #f5f5f5;}
.advisory .case_title{ background: #f5f5f5;}
.advisory .advisory_form .advisory_form_list:nth-child(4) dt{ width: 81%;}
.advisory .advisory_form .advisory_form_list{ border: 1px solid #444; padding: 10px 20px; width: 48%; margin-right: 4%; border-radius: 5px; margin-bottom: 3%;}
.advisory .advisory_form .advisory_form_list:nth-child(2n){ margin-right: 0px;}
.advisory .advisory_form .advisory_form_list dd{ font-size: 14px; color: #333; line-height: 35px;}
.advisory .advisory_form .advisory_form_list dt{ width: 86%;}
.advisory .advisory_form .advisory_form_list dt input{ background: #f5f5f5; line-height: 35px; padding-left: 15px; width: 100%;}
.advisory .advisory_form .advisory_form_list:nth-child(5){ width: 100%;}
.advisory .advisory_form .advisory_form_list:nth-child(5) dt{ width: 93%;}
.advisory .advisory_form .advisory_form_list dt textarea{ width: 100%; height: 150px; padding-left: 15px; background: none; padding-top: 10px;}
.advisory .advisory_form .advisory_form_submit{ width: 30%; margin: 0 auto;}
.advisory .advisory_form .advisory_form_submit input{ color: #fff; background: #b0394f; width: 44%; line-height: 32px; text-align: center; border-radius: 5px; box-shadow: 0px 5px 10px rgba(0,0,0,0.2); margin-right: 10%; cursor: pointer;}
.advisory .advisory_form .advisory_form_submit a{ color: #333; background: #dbdbdb; width: 44%; line-height: 32px; text-align: center; border-radius: 5px; box-shadow: 0px 5px 10px rgba(0,0,0,0.2); display: inline-block;}


.map{  background: #f5f5f5; padding-bottom: 0px; position: relative;}
.map .about_content{}
.map .map_content .map_content_img{ text-align: center;}
.map .map_content{ width: 421px; background: #fff; padding: 25px; position: absolute; box-shadow: 0px 0px 5px rgba(0,0,0,0.5); top: -0px; z-index: 20;}
.map .map_content dd{ font-size: 16px; color: #b44559; font-weight: bolder; border-bottom: 1px solid #dcdcdc; line-height: 60px; margin-bottom: 8px;}
.map .map_content dt p{ font-size: 14px; color: #333333; line-height: 25px;}
.map .map_bottom{ position: relative; z-index: 10;}













.quality .quality_content{ margin-top: 25px;}
.quality .quality_content p{ font-size: 16px; color: #333333; line-height: 30px; margin-bottom: 10px;}
.quality .quality_content .quality_content_honor a{ width: 30%; margin-right: 4%;}
.quality .quality_content .quality_content_honor a:nth-child(3){ margin-right: 0px;}
.quality .quality_content .quality_content_honor a img{ width: 100%;}
.quality .about_content .culture_img img{ height: auto;}


.xf{ position: fixed; width: 72px; padding: 0px 10px; background: #af3b51; right: 0; top: 30%; border-radius: 5px; z-index:50}
.xf .xf_xun{ padding: 20px 0px; border-bottom: 1px solid rgba(255,255,255,0.2); text-align: center; position: relative;}
.xf .xf_xun .xf_xun_title{ font-size: 12px; color: #fff;}
.xf .xf_xun .xf_xun_title dt{ margin-top: 10px;}
.xf .xf_xun:last-child{ padding: 10px 0px;}
.xf .xf_xun:last-child .xf_xun_title dt{ margin-top: 5px;}
.xf .xf_xun .xf_xun_xiala{ position: absolute; left: -185px; width: 169px; background: url(../images/xf_1.png) no-repeat 0% 50%; line-height: 46px; font-size: 16px; color: #fff; text-align: center; top: 20%; display: none;}
.xf .xf_xun:hover .xf_xun_xiala{ display: block;}
.xf .xf_xun:nth-child(3) .xf_xun_xiala{ background: none; left:-168px;}
.xf .xf_xun:nth-child(4){ border-bottom:0px;}

@media screen and (max-width:1200px){
.header,.pc_top,.neibanner .neibanner_content,.pc_height,.news .news_right,.banner_contact,.footer,.detail_nav,.xf{ 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;}



.alt-dot-position.slick-hero-slider.slick-inner-dot .slick-hero-slider-caption dd{ font-size: 16px;}
.DetailsNav .DetailsNav_content .DetailsNav_content_left{ display: none;}
.DetailsNav{ border-bottom: 0px;}
.DetailsNav .DetailsNav_content .DetailsNav_content_right{ float: none; width: 96%; margin: 0 auto;}
.DetailsNav .DetailsNav_content .DetailsNav_content_right a:before{ display: none;}
.DetailsNav .DetailsNav_content .DetailsNav_content_right a:nth-child(2n){ margin-right: 0px;}
.DetailsNav .DetailsNav_content .DetailsNav_content_right a{ padding-left: 0px;
	    width: 49%;
    margin-right: 2%;
    text-align: center;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    font-size: 15px;
    margin-top: 2%;
    border-radius: 5px;
}
.DetailsNav .DetailsNav_content .DetailsNav_content_right a.on{
	    color: #fff;
    border: 1px solid #2a2c91;
    background: #2a2c91;
}
.product_network .product_content{ overflow: hidden;}
.JoinPost .JoinPost_bottom{ padding: 0px;}


.team .team_content .team_content_list .content_list_img{ width: 19%;}
.team .team_content .team_content_list .content_list_txt{ width: 65%;}


.advisory .advisory_form .advisory_form_list dt,.advisory .advisory_form .advisory_form_list:nth-child(4) dt{ width: 50%;}
.advisory, .advisory .about_content,.advisory .case_title,.advisory .advisory_form .advisory_form_list dt input{ background: #fff;}

}

@media screen and (max-width:950px){
.news .news_left{ width:100%;}
.news .news_left .news_left_content .left_content_list .content_list_img{ width:40%;}
.news .news_left .news_left_content .left_content_list .content_list_txt{ width:57%;}
.about .about_content{ padding: 20px 0px; box-shadow: inherit; background: #fff;}
.about .about_content .about_content_img,.about .about_content .about_content_txt,.AboutIntroduction .AboutIntroduction_top .AboutIntroduction_top_left,.AboutIntroduction .AboutIntroduction_top .AboutIntroduction_top_right{ width: 100%; float: none;}
.about .about_content .about_content_txt{ margin-top: 25px;}
.about .about_content .about_content_txt dt{ height: auto;}
.about .about_content .about_content_img{ width: 60%; margin: 0 auto;}
.AboutIntroduction .AboutIntroduction_top .AboutIntroduction_top_right{ text-align: center;}
.AboutIntroduction .AboutIntroduction_top .AboutIntroduction_top_left dd{ font-size: 20px; margin-bottom: 20px;}
.AboutIntroduction .AboutIntroduction_top .AboutIntroduction_top_left dt p{ line-height: 27px; margin-bottom: 15px;}
.AboutIntroduction .AboutIntroduction_top .AboutIntroduction_top_left{ padding-top: 0px; padding-bottom: 35px;}


.case .case_content .case_content_list,.client .client_list{ width: 32%; margin-right: 2%;}
.client .client_list:nth-child(3n){ margin-right: 0px;}
.client .client_list:nth-child(5){ margin-right: 2%;}
.client .client_list:nth-child(10){ margin-right: 2%;}




.Window .Window_form{ width: 100%; padding: 20px;}
}


@media screen and (max-width:767px){
.slick-slider .slick-list,.banner,.slick-hero-slider .image-bg{ height:190px !important;}
.neibanner{ height: 100px !important;}


.product_course .product_course_content .course_content_txt .content_txt_list{ width:49%; margin-right:2%;}
.product_course .product_course_content .course_content_txt .content_txt_list:nth-child(2n){ margin-right:0px;}
.index_about .index_about_content{ padding: 20px 0px;}
.index_about .index_about_content .about_content_title{ font-size: 18px;}
.index_about .index_about_content .about_content_culture{ padding-top: 40px;}
.index_about .index_about_content .about_content_culture .content_culture_list{ width: 49%; margin-right: 2%; margin-bottom: 25px;}
.index_about .index_about_content .about_content_culture .content_culture_list:nth-child(2n){ margin-right: 0px;}
.index_product .index_product_content .product_content_list .content_list_left,.index_product .index_product_content .product_content_list .content_list_right{ width: 100%; height: auto;}
.index_product .index_product_content .product_content_list .content_list_right dt{ font-size: 25px;}
.index_product .index_product_content .product_content_list .content_list_left .list_left_title{ font-size: 16px;}
.index_product .index_product_content .product_content_list .content_list_left .list_left_content{ position: inherit;transform:inherit; left: 0; right: 0; padding: 20px 20px; width: 100%;}
.index_product .index_product_content .product_content_list .content_list_right dd img{ height: auto;}
.index_product .index_product_content .product_content_list .content_list_left .list_left_bottom{ display: block;}
.index_product .index_product_content .product_content_list .content_list_left .list_left_bottom .left_bottom_list{ width: 48%; margin-right: 4%; margin-bottom: 4%;}
.index_product .index_product_content .product_content_list .content_list_left .list_left_bottom .left_bottom_list:nth-child(2n){ margin-right: 0px;}
.index_advantage .index_advantage_content .advantage_content_list{ width: 48%; margin-right: 4%; margin-bottom: 35px;}
.index_advantage .index_advantage_content .advantage_content_list:nth-child(2n){ margin-right: 0px;}
.index_advantage .index_advantage_content .advantage_content_list dd{ font-size: 16px;}
.index_advantage .index_advantage_content .advantage_content_list dt{ font-size: 14px;}
.index_advantage .index_advantage_content{ margin-top: 45px;}
.index_news .index_news_content .news_content_txt .content_txt_list,.index_partner .index_partner_content .partner_content_list{ width: 49%; margin-right: 2%;}
.index_news .index_news_content .news_content_txt .content_txt_list:nth-child(2n),.index_partner .index_partner_content .partner_content_list:nth-child(2n){ margin-right: 0px;}
.index_news .index_news_content .news_content_txt .content_txt_list .txt_list_content{ padding: 10px;}
.index_news .index_news_content .news_content_txt .content_txt_list .txt_list_content dd{ margin-bottom: 5px;}
.index_partner .index_partner_content{ background: #fff;}
.index_news .index_news_content .news_content_more a{ margin-top: 25px;}

.product .product_content .product_content_title dd{ font-size: 18px;}
.product{ margin-top: 20px;}
.product .product_content .product_content_txt{ width: 100%; background: #fff; padding: 30px 15px;}
.product .product_content .product_content_txt dd,.product .product_content .product_content_title dt{ width: 100%;}

.product_about{ height: auto; margin-bottom: 0px;}
.product_advantage{ padding-top: 50px;}
.product_about .product_about_content{ padding: 30px 15px;}
.product_advantage .product_advantage_content .advantage_content_list{ width: 49%; margin-right: 2%; height: 290px;}
.product_advantage .product_advantage_content .advantage_content_list:nth-child(2n){ margin-right: 0px;}
.product_team .product_team_content .team_content_list{ width: 49%; margin-right: 2%; margin-bottom: 4%;}
.product_team .product_team_content .team_content_list:nth-child(2n){ margin-right: 0px;}
.product_income .product_content{ padding: 10px 0px;}
.product_income .product_income_content .income_content_list{ padding: 0px;}
.product_income{ padding-bottom: 20px;}
.product_jn .product_jn_content .jn_content_list .content_list_txt{ padding: 25px 0px;}
.product_jn .product_jn_content .jn_content_list .content_list_txt .list_txt_title a{ width: 22%; margin-right: 2%; font-size: 12px;}
.product_jn .product_jn_content .jn_content_list .content_list_txt .list_txt_title a dt{ height: 32px;}
.product{ padding-top: 35px;}
.product_jn .product_jn_content .jn_content_operation .content_operation_txt .operation_txt_list{ width: 100%; height: auto; margin-bottom: 20px;}
.product .product_content .product_content_title{ margin-bottom: 30px;}
.product_jn .product_jn_content .jn_content_operation .content_operation_bottom{ padding: 0px 0px; padding-bottom: 20px;}
.product_jn .product_jn_content .jn_content_operation .content_operation_bottom .operation_bottom_content .bottom_content_list{ width: 32%; margin-right: 2%;}
.product_jn .product_jn_content .jn_content_operation .content_operation_bottom .operation_bottom_content .bottom_content_list:nth-child(3n){ margin-right: 0px;}
.product_jn .product_jn_content .jn_content_operation .content_operation_bottom .operation_bottom_content .bottom_content_list:nth-child(8){ margin-right: 2%;}
.product_jn .product_jn_content .jn_content_operation .content_operation_bottom .list_txt_content .txt_content_list{ margin-right: 4%;}
.product_jn .product_jn_content .jn_content_operation .content_operation_bottom .list_txt_content .txt_content_list:nth-child(2n){ margin-right: 0px;}
.product_jn .product_jn_content .jn_content_promotion .content_promotion_txt .promotion_txt_title { margin-top: 25px;}
.product_jn .product_jn_content .jn_content_promotion .content_promotion_txt .promotion_txt_title a{ width: 48%; margin-right: 4%; font-size: 14px; line-height: 35px;}
.product_jn .product_jn_content .jn_content_promotion .content_promotion_txt .promotion_txt_title a:last-child{ margin-right: 0px;}
.product_jn .product_jn_content .jn_content_promotion .content_promotion_txt,.product_course .product_course_content{ padding: 0px;}


.product_bank{ padding-bottom: 0px;}
.product_inspection .product_inspection_content .inspection_content_list{ width: 100%; margin-right: 0px; height: auto; margin-bottom: 20px;}
.product_business .product_business_content .business_content_list{ width: 49%; margin-right: 2%; height: 250px; margin-bottom: 4%;}
.product_business .product_business_content .business_content_list:nth-child(2n){ margin-right: 0px;}
.product_course .product_course_content .course_content_title{ margin: 15px 0px;}


.product_college .product_college_content .college_content_list{ width: 100%; margin-right: 0px; margin-bottom: 25px; height: auto;}
.college_title{ padding: 0px 2%; display: block;}
.college_title a{ width: 49%; margin-right: 2%; font-size: 15px; margin-bottom: 4%;}
.college_title a:nth-child(2){ margin-right: 0px;}
.product_service,.product_college{ padding-top: 0px;}
.product_service .product_service_img{ padding-bottom: 30px}
.product_overview .product_overview_content{ padding: 0px;}
.product_overview .product_overview_list{ margin-top: 20px;}
.product_overview .product_jn_content .jn_content_list{ padding-bottom: 30px;}
.product_overview .product_jn_content .jn_content_list .product_overview_content dd{ margin: 20px 0px;}
.product_service .product_content .product_content_title p{ margin-top: 20px; line-height: 28px;}
.product_marketing .product_marketing_content{ padding: 25px 0px;}
.product_marketing .product_marketing_content .marketing_content_txt{ width: 100%;}
.product_series .product_series_content,.product_solution .product_solution_img{ padding: 20px 0px;}
.product_series .product_series_Learn .series_Learn_list{ width: 49%; margin-right: 2%; height: 65px;}
.product_series .product_series_Learn .series_Learn_list:nth-child(2n){ margin-right: 0px;}
.product_series .product_series_logo{ padding: 0px;}
.product_series .product_series_logo .series_Learn_list{ height: auto; width: 33.33%; margin-right: 0%; margin-bottom: 4%;}
.product_series .product_series_content .series_content_title dd img{ width: 40%}
.product_study .product_study_content .study_content_list{ width: 100%; margin-bottom: 25px;}
.product_study .product_study_content{ padding-bottom: 25px;}
.college_title a{ width: 100%;}
.product_solution .product_solution_marketing .solution_marketing_left,.product_solution .product_solution_marketing .solution_marketing_right{ width: 100%; margin: 0px;}
.product_solution .product_solution_marketing{ padding-bottom: 30px;}
.product_network .product_network_content{ padding: 25px 0px;}
.product_network .product_network_content dl:nth-child(1),.product_network .product_network_content dl:nth-child(2){ width: 100%;}
.product_network .product_network_content dl:nth-child(1){ margin-bottom: 30px;}
.product_network .product_network_tab table tr:nth-child(1) td{ font-size: 14px;}
.product_network .owl-theme .owl-controls .owl-nav div{ display: block; top: -120px;}
.product_network .product_network_tab{ overflow: auto;}
.product_network .product_network_tab table{ width: 1200px;}
.product_network .product_network_income{ padding: 20px 0px;}
.product_network .product_network_income .network_income_list{ width: 100%; margin-right: 0px; margin-bottom: 30px;}
.product_network .product_network_income .network_income_list .income_list_down{ position: inherit; display: block; height: auto; top: 0;}


.about{ background: #fff; padding: 30px 0px;}
.about .about_content .about_content_txt{ padding-bottom: 70px;}
.about .about_content .about_content_txt:before{ bottom: 0px;}



.culture .about_content .culture_img,.culture .about_content .culture_content{ width: 100%; float: none;}
.culture .about_content .culture_img img{ height: auto;}
.culture .about_content .culture_content{ padding: 25px 0px;}
.culture .about_content .culture_content .culture_content_title dd{ font-size: 28px;}
.culture .about_content .culture_content .culture_content_title dt{ font-size: 20px;}

.contact .about_content .contact_txt{ display: inline-block;}
.contact .about_content .contact_txt .contact_txt_list{ width: 100% !important; float: none;; margin: 0px; text-align: center; border: 0px;}
.contact .about_content .contact_bottom .contact_bottom_txt{ padding: 0px 0px;}
.contact .about_content .contact_bottom .contact_bottom_txt .bottom_txt_list{ width: 100%; margin-right: 0px; margin-bottom: 0px; background-size:50% !important;}
.contact .about_content .contact_bottom .contact_bottom_txt .bottom_txt_list:nth-child(1){ background: url(../images/bn115.png) no-repeat 50% 50%;}
.contact .about_content .contact_bottom .contact_bottom_txt .bottom_txt_list:nth-child(2){ background: url(../images/bn117.png) no-repeat 50% 50%;}

.JoinPost_list .JoinPost_list_title{ padding: 0px 10px;}
.JoinPost_list:first-child .JoinPost_list_title div{ font-size: 14px !important;}
.JoinPost .JoinPost_bottom .JoinPost_bottom_list{ width: 100%; margin-bottom: 35px;}
.join .join_top dd{ font-size: 20px;}
.JoinCare .JoinCare_bottom .JoinCare_bottom_list{ width: 100%; margin-right: 0px; margin-bottom: 20px;}
.join .about_content{ padding: 0px;}
.JoinPost .JoinPost_bottom .JoinPost_bottom_list:nth-child(2){ margin-bottom: 0px;}
.JoinPost_list .JoinPost_list_content{ padding: 20px 0px;}



.news_details .news_details_content .news_page div{ width: 100%; margin-bottom: 15px;}
.news_details .news_details_title dt{ display: block; text-align: center;}
.news_details .news_details_title dt div{ width: 48%; margin-right: 4%; margin-top: 4%; padding: 0px;}
.news_details .news_details_title dt div:nth-child(2n){ margin-right: 0px;}
.news_details .news_details_title dt div:nth-child(3){ width: 100%; margin-right: 0px;}
.news_details .news_details_title dd{ font-size:20px; padding-bottom: 0px;}



.case .case_content .case_content_list{ width: 49%; margin-right: 2%;}
.case .case_content .case_content_list:nth-child(2n){ margin-right: 0px;}
.case .case_content .case_content_list .content_list_txt{ padding: 15px;}

.CaseDetails_top{ background: #fff; padding-bottom: 0px;}
.CaseDetails_top .CaseDetails_top_title{ font-size: 20px;}
.CaseDetails_top .CaseDetails_top_contetn .top_contetn_img,.CaseDetails_top .CaseDetails_top_contetn .top_contetn_txt{ width: 100%;}
.CaseDetails_top .CaseDetails_top_contetn .top_contetn_img img{ height: auto;}





.client .client_list{ width: 49%; margin-right: 2%;}
.client .client_list:nth-child(2n){ margin-right: 0px;}
.client .client_list:nth-child(3){ margin-right: 2%;}
.client .client_list:nth-child(9){ margin-right: 2%;}
.client .client_list:nth-child(13){ margin-right: 2%;}
.client .client_list:nth-child(15){ margin-right: 2%;}
.client .client_list:nth-child(19){ margin-right: 2%;}
.client .client_list:nth-child(21){ margin-right: 2%;}



.team .team_content .team_content_list .content_list_img,.team .team_content .team_content_list .content_list_txt{ float: none;; margin: 0px; width: 100%;}
.team .team_content .team_content_list .content_list_img img{ height: auto;}
.team .team_content .team_content_list .content_list_img{ margin-bottom: 25px;}
.team .team_content .team_content_list .content_list_txt dd{ padding-bottom: 10px; margin-bottom: 15px; text-align: center;}
.team .team_content .team_content_list .content_list_txt dd:before{ display: none;}
.team .team_content .team_content_list .content_list_txt dd span{ font-size: 18px;}






.advisory .advisory_form .advisory_form_list dt,.advisory .advisory_form .advisory_form_list:nth-child(4) dt{ width: 100%;}
.advisory .advisory_form .advisory_form_list{ border: 0px; padding: 0px;}
.advisory .advisory_form .advisory_form_list dt{ border: 1px solid #dcdcdc;}
.advisory .advisory_form .advisory_form_list:nth-child(5) dt{ width: 100%;}
.advisory .advisory_form .advisory_form_submit{ width: 95%;}
.map .map_content{ position: inherit; width: 100%; padding: 0px; box-shadow: 0px 0px 0px; top: 0;}
.map .map_box{ height: 200px;}
}


@media screen and (max-width:414px){
.index_news .index_news_content .news_content_txt .content_txt_list .txt_list_img img{ height: 101px;}
.case .case_content .case_content_list .content_list_img img{ height: 84px;}

}

@media screen and (max-width:375px){
.contact .about_content .contact_bottom .contact_bottom_txt{ padding: 0px 0px;}
.index_news .index_news_content .news_content_txt .content_txt_list .txt_list_img img{ height: 91px;}
.case .case_content .case_content_list .content_list_img img{ height: 76px;}
}

@media screen and (max-width:320px){
.index_news .index_news_content .news_content_txt .content_txt_list .txt_list_img img{ height: 78px;}
.case .case_content .case_content_list .content_list_img img{ height: 65px;}
.contact .about_content .contact_bottom .contact_bottom_txt{ padding: 0px 0px;}
.client .client_list{ width: 100%; margin-right: 0px; height: auto;}
.client .client_list img{ height: auto; width: auto}
}