@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.5) 0px 0px 5px;
		transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}


.shadow5:hover{ 
-webkit-box-shadow:rgba(0,0,0,0.05) 5px 10px 10px; 
   -moz-box-shadow:rgba(0,0,0,0.05) 5px 10px 10px; 
    -ms-box-shadow:rgba(0,0,0,0.05) 5px 10px 10px; 
     -o-box-shadow:rgba(0,0,0,0.05) 5px 10px 10px; 
        box-shadow:rgba(0,0,0,0.05) 5px 10px 10px; 
		transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}

.shadow8{ 
-webkit-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
   -moz-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
    -ms-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
     -o-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
        box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
		transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
}


.shadow6{ 
-webkit-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
   -moz-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
    -ms-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
     -o-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
        box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
		transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
}

/*投影*/
.shadow10{ 
-webkit-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
   -moz-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
    -ms-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
     -o-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
        box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
}
/*图片居中*/
.center{
	-webkit-align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: star;
}

/*图片居中2*/
.vertical{
	display:-webkit-box;
 display:-webkit-flex;
 display:-moz-box;
 display:-moz-flex;
display:-ms-flexbox;
display:flex;
/* 水平居中*/ 
	   -webkit-box-align:center;
		  -moz-box-align:center;
		   -ms-flex-pack:center;
 /* IE 10 */
 -webkit-justify-content:center; 
	-moz-justify-content:center;
	     justify-content:center;
/* IE 11+,Firefox 22+,Chrome 29+,Opera 12.1*/
/* 垂直居中 */ 
		-webkit-box-pack:center;
		  -ms-flex-align:center;
		   -moz-box-pack:center;
/* IE 10 */
	 -webkit-align-items:center;
	    -moz-align-items:center;
	    	 align-items:center;

}






/*图片翻转*/
.flip{
	-webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
           transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease;
 }
.flip:hover{
	-webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(60deg);
           transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease;  
	cursor:pointer;
}


.noscroll{
    overflow: hidden;
}


.bd_weixin_popup{ width:280px !important; height:345px !important; position:fixed !important; top:30% !important; left:0% !important; right:0% !important; margin:0 auto}



.quan{ width: 100%;}

.mo_top{ width:100%; display:none; position:absolute; top: 0; z-index: 100;}
.mo_top .mot{ width:100%; padding:0 2%; height:50px; background:#fff;}
.mo_top .mot .molo{ float:left; display:inline-block; height:30px; margin:10px 0;}
.mo_top .mot .molo img{ height:30px;}
.mo_top .mot .momenuicon{ float:right; height:16px; margin:17px 0;}
.mo_top .mot .cloesicon{ display:none;}
.mo_top .moxl{ left:-100%; top:50px; background:rgba(50,123,246,0.5); position:absolute; z-index:99; width:100%; transition:all ease 0.3s;}
.mo_top .moxl_box{ width:60%; background:#327bf6; height:100%; padding-bottom: 50px;}

.mo_top .moxl .moxl_xun{ width:100%; float:left; position:relative;}
.mo_top .moxl .moxl_xun .moxl_xun_icon{ width:100%; height:0px; position:absolute; padding-right:10px;}
.mo_top .moxl .moxl_xun .moxl_xun_icon img{ float:right; height:10px; margin:20px 0;}
.mo_top .moxl .moxl_xun .moxl_xun_icon img.moxl_xun_img2{ display:none; width:10px; height:7px}
.mo_top .moxl .moxl_xun .moxl_xun_title{ width:100%; padding-left:10px; display:inline-block; line-height:35px; font-size:14px; color:#fff;}
.mo_top .moxl .moxl_xun .moxl_erji{ width:100%; overflow:hidden; display:none}
.mo_top .moxl .moxl_xun .moxl_erji a{ width:100%; padding-left:20px; height:30px; line-height:30px; font-size:12px; color:#fff; display:inline-block; float:left;}

.mo_bottom{ width:100%; background:#da251c; display:none; margin-top:20px; position:fixed; bottom:0; z-index:20;}
.mo_bottom .mo_bottom_nei{ width:96%; margin:0 auto; height:50px;}
.mo_bottom .mo_bottom_nei .mo_lj_font{ padding-top:5px;}
.mo_lj{ color:#fff; padding:10px 0; text-align:center; font-size:13px; width:25%;}
.mo_yc{ width:100%; height:80px; display:none;}
.mo_lj div i{ font-size: 20px;}

.neibanner{ height: 450px; width: 100%;}
.neibanner .neibanner_content{ max-width: 1200px ; margin: 0 auto; position: relative; height: 450px;}
.neibanner .neibanner_content .neibanner_content_txt{left: 2%; position: absolute;
    top: 70%;
    transform: translateX(-2%) translateY(-70%);}
.neibanner .neibanner_content .neibanner_content_txt a{ font-size: 14px; color: #fff;}
.neibanner .neibanner_content .neibanner_content_txt span{ font-size: 14px; color: #fff; padding: 0px 5px;}


.pc_top{ height:100px; width:100%; position: fixed; width: 100%; top:0px; left: 0; z-index: 50; background: rgba(255,255,255,0.8);}
.pc_top.on{ background: #fff;}
.pc_top .pc_top_content{ margin:0 auto; max-width: 1200px;}
.pc_top .pc_top_content .top_content_logo{ display:inline-block; line-height:100px;}
.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:100px;  font-size:15px; color:#333333; margin-right:45px; position:relative;transition: all 0.3s ease 0s; width: 75px; 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:#549de2;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:#549de2;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:#549de2; 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;}
.pc_top .pc_top_content .top_content_right .content_right_en{ margin-left: 45px; padding: 35px 0px;}
.pc_top .pc_top_content .top_content_right .content_right_en a{ display: inline-block; width: 30px; height: 30px; border: 1px solid #666666; text-align: center; line-height: 30px; border-radius: 100%; font-size: 12px;}
.pc_top .pc_top_content .top_content_right .content_right_en a:hover{ background: #549de2; color: #fff; border: 1px solid #549de2;}














.index_about{ background: url(../images/bn3.png) no-repeat 50%;}
.index_about .index_about_content{ max-width: 1200px; margin: 0 auto; padding: 55px 0px;}
.index_about .index_about_content .about_content_left{ width: 32%; position: relative;}
.index_about .index_about_content .about_content_left dt{ position: absolute; left: 50px; bottom: -20px;}
.index_about .index_about_content .about_content_right{ width: 62%; margin-left: 6%;}
.index_about .index_about_content .about_content_right .content_right_title{ border-bottom: 1px solid #dcdcdc; padding-bottom: 17px;}
.index_about .index_about_content .about_content_right .content_right_title dd{ font-size: 36px; color: #549de2; font-weight: bolder;}
.index_about .index_about_content .about_content_right .content_right_title dt{ font-size: 18px; color: #333333; font-weight: bolder;}
.index_about .index_about_content .about_content_right .content_right_txt .right_txt_content{ text-align: right; border-right: 1px solid #dcdcdc; width: 91%; padding-top: 20px; padding-right: 20px; position: relative;}
.index_about .index_about_content .about_content_right .content_right_txt .right_txt_content:before{ content: ""; position: absolute; left: 0; bottom: 20px; width: 80%; height: 1px; background: #dcdcdc;}
.index_about .index_about_content .about_content_right .content_right_txt .right_txt_icon{ text-align: center; padding-top: 20px; width: 6%;}
.index_about .index_about_content .about_content_right .content_right_txt .right_txt_icon div{ margin-bottom: 45px;}
.index_about .index_about_content .about_content_right .content_right_txt .right_txt_icon div:last-child{ margin-bottom: 0px;}
.index_about .index_about_content .about_content_right .content_right_txt .right_txt_content p{ font-size: 14px; color: #666666; line-height: 26px; text-indent: 2em; margin-bottom: 20px; text-align: left;}
.index_about .index_about_content .about_content_right .content_right_txt .right_txt_content a{ display: inline-block; width: 160px; height: 43px; line-height: 43px; border-radius: 50px; text-align: center;background: linear-gradient(to right,#549de2, #f07c7e); font-size: 14px; color: #fff; position: relative; z-index: 1;}
.index_about .index_about_content .about_content_right .content_right_txt .right_txt_content a i{ margin-left: 10px;}








#think_page_trace_open{ display:none;}


.index_service{ background: #f6faff;}
.index_about .index_service_title{ text-align: center; margin-bottom: 50px; overflow: hidden;}
.index_about .index_service_title dt{ background: url(../images/bn9.png) no-repeat 50%; font-size: 24px; color: #333333; margin-top: 20px;}
.index_service .index_service_content .service_content_list{ width: 33%; position: relative; margin-right: 0.5%;
transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;
}
.index_service .index_service_content .service_content_list:last-child{ margin-right: 0px;}
.index_service .index_service_content .service_content_list .content_list_icon img{ width:80%}
.index_service .index_service_content .service_content_list .content_list_title{ background: url(../images/bg3.jpg) no-repeat 50%/cover; line-height: 66px;}
.index_service .index_service_content .service_content_list .content_list_title dt{ font-size: 18px; color: #fff; margin-left: 13px;}
.index_service .index_service_content .service_content_list .content_list_txt{ background: #fff; font-size: 15px; padding: 20px 30px; min-height: 458px;}
.index_service .index_service_content .service_content_list .content_list_txt p{ margin-bottom: 18px; position: relative; padding-left: 12px;
transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;
}
.index_service .index_service_content .service_content_list .content_list_txt p:last-child{ margin-bottom: 0px;}
.index_service .index_service_content .service_content_list .content_list_txt p:before{ content: ""; position: absolute; display: inline-block; width: 4px; height: 4px; border-radius: 100%; left: 0; top: 40%; background: #19b7df;}
.index_service .index_service_content .service_content_list .content_list_txt p:hover{ color: #19b7df;
transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;
}
.index_service .index_service_content .service_content_list .content_list_icon{ position: absolute; right: 10px; bottom: 10px; text-align:right;}
.index_service .index_service_content .service_content_list:hover{ box-shadow: rgba(0,0,0,0.1) 0px 3px 7px;
transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;
}








.index_advantage{ background: #fff;}
.index_advantage .index_advantage_content .advantage_content_list{ width: 25%; text-align: center; padding: 10px 35px; position: relative;}
.index_advantage .index_advantage_content .advantage_content_list:before{ content: ""; height: 100%; width: 1px; background: #dcdcdc; display: inline-block; position: absolute; right: 0;}
.index_advantage .index_advantage_content .advantage_content_list:last-child{ padding-right: 0px;}
.index_advantage .index_advantage_content .advantage_content_list:first-child{ padding-left: 0px;}
.index_advantage .index_advantage_content .advantage_content_list:last-child:before{ display: none;}
.index_advantage .index_advantage_content .advantage_content_list .content_list_icon{ margin-bottom: 25px;}
.index_advantage .index_advantage_content .advantage_content_list .content_list_title{ padding-bottom: 15px; position: relative; margin-bottom: 10px;}
.index_advantage .index_advantage_content .advantage_content_list .content_list_title:before{ content: ""; position: absolute; display: inline-block; width: 50px; height: 3px;background: linear-gradient(to right,#549de2, #f07c7e); left: 0 ;right: 0; margin: 0 auto; bottom: 0;}
.index_advantage .index_advantage_content .advantage_content_list .content_list_title dd{ font-size: 16px; color: #333333; margin-bottom: 13px;}
.index_advantage .index_advantage_content .advantage_content_list .content_list_title dt{ font-size: 14px; color: #666666; text-transform: uppercase;}
.index_advantage .index_advantage_content .advantage_content_list p{ font-size: 14px; color: #999999;}








.index_news{ background: #f6faff;}
.index_news .index_news_content .news_content_list{ width: 48%; margin-right: 4%; margin-bottom: 3%;}
.index_news .index_news_content .news_content_list:nth-child(3),.index_news .index_news_content .news_content_list:nth-child(4){ margin-bottom: 0px;}
.index_news .index_news_content .news_content_list:nth-child(2n){ margin-right: 0px;}
.index_news .index_news_content .news_content_list .content_list_img{ width: 38%;}
.index_news .index_news_content .news_content_list .content_list_img img{ width: 100%; height: 159px; object-fit: cover;}
.index_news .index_news_content .news_content_list .content_list_right{ width: 59%; margin-left: 3%; border-bottom: 1px solid #dcdcdc; padding-bottom: 20px;}
.index_news .index_news_content .news_content_list .content_list_right .list_right_title{ font-size: 15px; color: #333333; margin-bottom: 10px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.index_news .index_news_content .news_content_list .content_list_right .list_right_time{ font-size: 13px; color: #888888;}
.index_news .index_news_content .news_content_list .content_list_right p{ font-size: 13px; color: #666666; line-height: 26px; margin: 15px 0px;
display: -webkit-box; height: 46px;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.index_news .index_news_content .news_content_list .content_list_right dd{ font-size: 13px; color: #cccccc; text-transform: uppercase; background: url(../images/bn22.png) no-repeat 100% 50%; line-height: 17px; width: 33%;
transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;
}
.index_news .index_news_content .news_content_list:hover .content_list_right dd{ background: url(../images/bn22_on.png) no-repeat 100% 50%; color: #549de2;
transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;
}









.index_partner{ background: #fff;}
.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:hover{ box-shadow: rgba(89,158,236,0.26) 0px 0px 13px;transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;}
.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;}









.footer{ background: url(../images/bg20.jpg) no-repeat 50%/cover;}
.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: 110px;}
.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: #599eec; 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: 10%; margin-right: 120px;}
.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: 60px; background: #235084; background: #235084;}
.Copyright a{ color: #fff; font-size: 14px; margin-left: 25px;}





.about_nav{ height: 0px;}
.about_nav .about_nav_content{ max-width: 1200px; margin: 0 auto; position: relative; top: -45px; text-align: right;}
.about_nav .about_nav_content a{ display: inline-block; background: #549de2; width: 157px; text-align: center; font-size: 16px; color: #fff;
webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%); line-height: 45px;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%); margin-right: -39px;
}
.about_nav .about_nav_content a:last-child{ margin-right: 0px;}
.about_nav .about_nav_content a:hover{ background: #fff; color: #333;}
.about_nav .about_nav_content a.on{ background: #fff; color: #333;}





.about .about_content{ max-width: 1200px; margin: 0 auto; padding: 60px 0px;}
.about .about_content .about_content_left{ width: 48%}
.about .about_content .about_content_left dt{ margin-top: 25px;}
.about .about_content .about_content_left dt p{ font-size: 14px; color: #666666; line-height: 26px; margin-bottom: 10px;}
.about .about_content .about_content_right{ width: 46.5%}
.surroundings{ background: #f7f7f7;}
.surroundings .surroundings_content{ max-width: 1200px; margin: 0 auto; padding: 45px 0px;}
.surroundings .surroundings_content .surroundings_content_title{ font-size: 22px; color: #333333; text-align: center; margin-bottom: 20px;}
.surroundings .surroundings_content .surroundings_content_img a{ display: inline-block; width: 100%;}
.surroundings .surroundings_content .surroundings_content_img a dd img{ width: 100%; height: 180px; object-fit: cover;}
.surroundings .surroundings_content .surroundings_content_img a dt{ text-align: center; color: #666666; font-size: 14px; background: #fff; line-height: 40px;}










.culture{ background: #f7f7f7; padding:60px 0px;}
.culture .about_content{ background: #fff; padding: 65px 45px;}
.culture .about_content .culture_img{ width:42%}
.culture .about_content .culture_content{ width:54%; margin-left:4%;}
.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: 5px;}



.organization .about_content{ text-align: center;}









.team .team_title{ text-align: center; margin-bottom: 45px;}
.team .team_title dd{ font-size: 24px; color: #333333; font-weight: bolder;}
.team .team_title dt{ font-size: 14px; color: #666666; margin-top: 20px;}
.team .team_content .team_content_left{ width: 42%}
.team .team_content .team_content_left .content_left_list{ margin-bottom: 56px;}
.team .team_content .team_content_left .content_left_list:last-child{ margin-bottom: 0px;}
.team .team_content .team_content_left .content_left_list dd{ width: 25%; text-align: center; line-height: 45px; font-size: 16px; color: #fff; background: #549de2;}
.team .team_content .team_content_left .content_left_list dt{ width: 65%; margin-left: 5%; line-height: 24px;}
.team .team_content .team_content_right{ width: 50%}
.team .team_content .team_content_right .content_left_list{ margin-bottom: 20px;}
.team .team_content .team_content_right .content_left_list dt{ width: 100%;}
.team .team_content .team_content_right .content_left_list dt{ margin-left: 0px; margin-top: 15px;}
.team .team_content .team_content_right .content_left_list dt p{ margin-bottom: 10px;}
.team .team_content .team_content_right .content_left_list dt p:last-child{ margin-bottom: 0px;}






.ServiceDetil_content .ServiceDetil_content_title{ font-size: 24px; color: #202020; text-align: center; margin-top: 47px; margin-bottom: 25px;}
.ServiceDetil_content .ServiceDetil_content_txt{ background: #235084; padding: 40px 180px; padding-bottom: 20px;}
.ServiceDetil_content .ServiceDetil_content_txt dd{ color: #fff; font-size: 16px; width: 50%; margin-bottom: 20px; position: relative; padding-left: 15px; margin-right: 5%;}
.ServiceDetil_content .ServiceDetil_content_txt dd:nth-child(2n){ width: 45%; margin-right: 0px;}
.ServiceDetil_content .ServiceDetil_content_txt dd:before{ content: ""; position: absolute; display: inline-block; width: 6px; height: 6px; background: #fff; border-radius: 100%; left: 0; top: 40%;}







.page li a{ width: 40px; height: 40px; line-height: 40px; display: inline-block; text-align: center; background: #eeeeee; color: #666666; margin-right: 15px;}
.page li.active a{ background: #549de2; color: #fff;}
.page li:hover a{ background: #549de2; color: #fff;}
.page li .prev,.page li .next{ width: 100px;}





.partner .index_partner_content{ margin-bottom: 45px;}







.case .case_content .case_content_list{ display: inline-block; width: 15%; font-size: 16px; color: #333333; position: relative; padding-left: 15px; margin-top: 30px; margin-right: 2%;}
.case .case_content .case_content_list:last-child{ padding-left:0px;}
.case .case_content .case_content_list:last-child:before{ display:none;}
.case .case_content .case_content_list:nth-child(6n){ margin-right: 0px;}
.case .case_content .case_content_list:before{ content: ""; position: absolute; display: inline-block; width: 5px; height: 5px; border-radius: 100%; background: #777777; left: 0; top: 45%;}
.case .about_content{ padding-top: 30px;}
.case .case_content .case_content_list:hover{ color: #549de2;}
.case .case_content .case_content_list:hover:before{ background: #549de2;}









.news .news_content{ padding-bottom: 20px;}
.news .news_content .news_content_list{ width:31.333%; position:relative; margin-right: 3%; position: relative; margin-bottom: 3%;}
.news .news_content .news_content_list:nth-child(3n){ margin-right: 0px;}
.news .news_content .news_content_list .content_list_img{ overflow: hidden;}
.news .news_content .news_content_list .content_list_img img{ width: 100%; height: 260px; object-fit: cover;}
.news .news_content .news_content_list .content_list_txt dd{ font-size: 15px; color: #333333; margin: 15px 0px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.news .news_content .news_content_list .content_list_txt p{ font-size: 13px; color: #666666; line-height: 24px; height: 43px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.news .news_content .news_content_list .content_list_txt dt{ font-size: 13px; color: #cccccc; text-transform: uppercase; margin-top: 20px; background: url(../images/bn22.png) no-repeat 30% 50%;transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;}
.news .news_content .news_content_list .content_list_time{ position: absolute; top: 0; right: 0; width: 50px; height: 60px; background: #549de2; color: #fff; text-align: center; padding: 12px;}
.news .news_content .news_content_list .content_list_time dd{font-size: 16px; font-weight: bolder; margin-bottom: 5px;}
.news .news_content .news_content_list .content_list_time dt{ font-size: 13px;}
.news .news_content .news_content_list:hover .content_list_txt dt{ color: #549de2; background: url(../images/bn22_on.png) no-repeat 30% 50%;
transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;
}




.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 !important; padding:10px 0px !important; font-size:14px !important; color:#666666 !important; text-indent: 2em !important; font-family:微软雅黑 !important}
.news_details .news_details_content .details_content_top p span{ font-family:微软雅黑 !important}
.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: 78%; padding-left:2%;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.news_details .news_details_content .news_page div a:hover{ color:#165fbb}









.address .address_list{ margin-bottom: 50px;}
.address .address_list:last-child{ margin-bottom: 0px;}
.address .address_list .address_list_content{ padding-top: 42px; width: 45%;}
.address .address_list .address_list_map{ width: 43%;}
.address .address_list .address_list_content .list_content_title{ font-size: 20px; color: #333333;padding-bottom: 20px;}
.address .address_list .address_list_content .list_content_txt dd{ font-size: 15px; color: #666666; line-height: 30px; padding-left: 55px; margin-top: 15px;}
.address .address_list .address_list_content .list_content_txt dd:nth-child(1){ background: url(../images/bn28.png) no-repeat 0% 50%;}
.address .address_list .address_list_content .list_content_txt dd:nth-child(2){ background: url(../images/bn29.png) no-repeat 0% 50%;}
.address .address_list .address_list_content .list_content_txt dd:nth-child(3){ background: url(../images/bn30.png) no-repeat 0% 50%;}







.join .join_title{ text-align: center; font-size: 24px; color: #202020; padding-bottom: 15px;}
.join .join_content .join_content_list{ background: #f4f4f4; padding: 30px 35px;transition: all 0.3s ease; margin-top: 25px;
    -webkit-transform: all 0.3s ease;}
.join .join_content .join_content_list .content_list_left dd{ color: #202020; font-size: 18px; margin-bottom: 10px;}
.join .join_content .join_content_list .content_list_left dt span{ color: #666666; font-size: 14px; margin-right: 40px;}
.join .join_content .join_content_list .content_list_more{ background: #a7a7a7; display: inline-block; font-size: 15px; color: #fff; width: 115px; line-height: 35px; border-radius: 20px; text-align: center; margin: 9px 0px ;}
.join .join_content .join_content_list:hover{ background: #f6faff;transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease;}
.join .join_content .join_content_list:hover .content_list_more{ background: #549de2;transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease;}









.join_detail .join_detail_title{ border-bottom: 1px solid #dcdcdc; padding-bottom: 20px;}
.join_detail .join_detail_title dd{ font-size: 18px; color: #333333; margin-bottom: 10px;}
.join_detail .join_detail_title dt span{ font-size: 14px; color: #666666; margin-right: 35px;}
.join_detail .join_detail_content{ padding-top: 15px;}
.join_detail .join_detail_content .detail_content_list{ margin-bottom: 35px;}
.join_detail .join_detail_content .detail_content_list dd{ font-size: 14px; color: #549de2; margin-bottom: 15px;}
.join_detail .join_detail_content .detail_content_list dt p{ font-size: 14px; color: #666666; margin-bottom: 10px;}
.join_detail .join_detail_button{ padding-top: 35px;}
.join_detail .join_detail_button a{ width: 115px; height: 45px; line-height: 45px; border-radius: 5px; text-align: center; font-size: 16px; color: #fff;}
.join_detail .join_detail_button .detail_button_join{ background: #549de2; margin-right: 45px;}
.join_detail .join_detail_button .detail_button_back{ background: #b9b9b9;}





.message{ background: url(../images/bn32.png) no-repeat 100% 100%;}
.message .about_content{ padding: 60px 130px;}
.message .message_list{ width: 48%; margin-right: 4%; border: 1px solid #dcdcdc; border-radius: 5px; line-height: 55px; margin-bottom: 2%; background:#fff}
.message .message_list:nth-child(3n){ margin-right: 0px;}
.message .message_list:nth-child(5){ margin-right: 0px;}
.message .message_list dd{ font-size: 15px; color: #bdbdbd; padding-left: 15px;}
.message .message_list dd span{ color: #ff0000;}
.message .message_list dt{ width: 78%;}
.message .message_list dt input{ padding: 10px 15px; line-height: 35px; width: 100%;}
.message .message_textarea{ width: 100%}
.message .message_textarea dt textarea{ width: 100%; height: 200px; padding: 20px 10px;}
.message .message_list_submit{ text-align: center; width: 100%}
.message .message_list_submit input{ width: 257px; line-height: 55px; border-radius: 5px; color: #ff; font-size: 16px; text-align: center; background: #599eec; color: #fff; cursor: pointer;}

textarea{ 
resize:none 
} 





.employee .join_title{ padding-bottom: 45px;}
.employee .employee_content{ background: url(../images/bn31.png) no-repeat 100% 100%; padding: 25px 30px;}
.employee .employee_content .employee_content_img{ width: 30%;}
.employee .employee_content .employee_content_txt{ width: 67%; margin-left: 3%; padding: 20px 0px;}
.employee .employee_content .employee_content_txt dd{ font-size: 20px; color: #333333; margin-bottom: 25px;}
.employee .employee_content .employee_content_txt dt p{ font-size: 14px; color: #666666; margin-bottom: 8px;}




.control-group{ float: left; margin-bottom:20px;}
.control-group .control-label{ font-size:16px; color:#333; margin-bottom:15px; display:inline-block;}
.control-group .controls input{ line-height:40px; border:1px solid #dcdcdc; padding:0px 10px}
.control-group .controls img{height:40px; margin-left:15px;}


@media screen and (max-width:1200px){
.header,.pc_top,.neibanner .neibanner_content,.pc_height,.news .news_right,.banner_contact,.footer,.detail_nav{ display:none !important;}
.mo_top{ display:block;}
.mo_bottom{ display:block;}
img{ max-width: 100%;}
.mo_yc,.pro_left{ display:block;}
.disable_text_highlighting,body {
	/*去除选中高亮*/
-webkit-touch-callout: none;
-webkit-user-select: none;    /* Webkit */
-moz-user-select: none;      /* Firefox */
-ms-user-select: none;        /* IE 10  */
        /* Opera 目前不支持在Opera，但将很快 */
-o-user-select: none;
user-select: none;
}
.mo_ourys{ display: block;}
.index_ourys .index_ourys_nei .ourys_nei_wen{ display: none;}
.all{ width: 96%; margin: 0 auto;height:auto; overflow: hidden;}
.slick-next,.slick-prev{ display: none !important;}
.mo_height{ height: 50px;}
.slick-dots li{ width: 5px !important; height: 5px !important; margin: 0px 4px !important;}



.index_about .index_about_content,.about .about_content{ padding: 30px 0px;}
.index_service .index_service_content .service_content_list{ width: 49%; margin-right: 2%; margin-bottom: 2%;}
.index_service .index_service_content .service_content_list:nth-child(2){ margin-right: 0px;}
.index_service .index_service_content .service_content_list .content_list_icon{ width: 40%;}
.index_news .index_news_content .news_content_list .content_list_right dd{ width: 60%;}

/*企业文化*/
.culture .about_content .culture_img{ text-align: center; width: 100%;}

/*团队介绍*/
.team .team_content .team_content_left,.team .team_content .team_content_right{ width: 100%;}
.team .team_content .team_content_left{ margin-bottom: 20px;}
.team .team_content .team_content_left .content_left_list{ margin-bottom: 35px; display: block;}
.team .team_content .team_content_left .content_left_list dd,.team .team_content .team_content_left .content_left_list dt{ float: none;}
.team .team_content .team_content_left .content_left_list dt{ margin-top: 15px; margin-left: 0px; width: 100%;}
.team .team_content .team_content_left .content_left_list dd{ width: 40%;}
.team .team_title dd{ font-size: 18px;}
.team .team_title dt{ margin-top: 10px;}

/*服务内容*/
.ServiceDetil_content .ServiceDetil_content_txt{ padding: 40px 60px;}

/*合作案例*/
.case .case_content .case_content_list{ width: 23%;}
.case .case_content .case_content_list:nth-child(4n){ margin-right: 0px;}
.case .case_content .case_content_list:nth-child(6n){ margin-right: 2%;}

/*新闻中心*/
.news .news_content .news_content_list .content_list_img img{ height: 170px;}

/*公司地址*/
.address .address_list .address_list_content{ width: 48%;}
.address .address_list .address_list_map{ width: 50%;}

/*在线留言*/
.message .message_list dt{ width: 72%;}
.message{ background:#fff;}
}

@media screen and (max-width:950px){

}


@media screen and (max-width:767px){
.slick-slider .slick-list,.banner,.slick-hero-slider .image-bg{ height:190px !important;}
.neibanner{ height: 100px !important;}



/*首页*/
.index_about .index_about_content .about_content_left,.index_about .index_about_content .about_content_right{ width: 100%;}
.index_about .index_about_content .about_content_left { text-align: center; margin-bottom: 20px;}
.index_about .index_about_content .about_content_left dt{ left: 0; bottom: 0; margin: 0 auto; right: 0;}
.index_about .index_service_title dt{ font-size: 18px;}
.index_about .index_service_title{ margin-bottom: 25px;}
.surroundings .surroundings_content{ padding: 20px 0px;}
.index_service .index_service_content .service_content_list{ width: 100%; margin-right: 0px;}
.index_advantage .index_advantage_content .advantage_content_list{ width: 50%; margin-bottom: 2%; padding: 10px 15px;}
.index_advantage .index_advantage_content .advantage_content_list:nth-child(2n){ margin-right: 0px; padding-right: 0px;}
.index_advantage .index_advantage_content .advantage_content_list:nth-child(2n):before{ opacity: 0;}
.index_news .index_news_content .news_content_list .content_list_img,.index_news .index_news_content .news_content_list .content_list_right{ float: none; width: 100%;}
.index_news .index_news_content .news_content_list .content_list_img{ margin-bottom: 15px;}
.index_news .index_news_content .news_content_list .content_list_right dd{ width: 80%;}
.index_news .index_news_content .news_content_list .content_list_img img{ height: 137px;}
.index_partner .index_partner_content .partner_content_list{ width: 49%; margin-right: 2%; margin-bottom: 2%;}
.index_partner .index_partner_content .partner_content_list{ margin-right: 0px;}
.Copyright{ padding: 15px 0px; line-height: 25px;}
.index_service .index_service_content .service_content_list .content_list_txt{ padding: 20px 15px; min-height: auto;}
.index_service .index_service_content .service_content_list .content_list_icon{ width: 50%;}
.index_about .index_about_content .about_content_left dd{ display: none;}
.index_about .index_about_content .about_content_left dt{ position: inherit;}


/*公司介绍*/
.about_nav{ height: auto;}
.about_nav .about_nav_content{ position: inherit; top: 0;}
.about_nav .about_nav_content a{clip-path:inherit; margin-right: 0px; float: left;
    width: 49%;
    margin-right: 2%;
    text-align: center;
    line-height: 40px;
    color: #333;
    border: 1px solid #e5e5e5;
    background: #fff;
    font-size: 15px;
    margin-top: 2%;
    border-radius: 5px;
}
.about_nav .about_nav_content a:nth-child(2n){ margin-right: 0px;}
.about_nav .about_nav_content a.on{ border: 1px solid #549de2; background: #549de2; color: #fff;}
.about .about_content .about_content_left,.about .about_content .about_content_right{ float: none; width: 100%;}
.about .about_content .about_content_left{ margin-bottom: 20px;}

/*企业文化*/
.culture .about_content .culture_img{ text-align: center;}
.culture .about_content .culture_content{ padding: 20px;}
.culture .about_content .culture_content .culture_content_title dd{ font-size: 26px;}
.culture .about_content .culture_content .culture_content_title dt{ font-size: 18px;}

/*服务内容*/
.ServiceDetil_content .ServiceDetil_content_txt{ padding: 20px 10px;}
.ServiceDetil_content .ServiceDetil_content_txt dd{ font-size: 14px;}
.ServiceDetil_content .ServiceDetil_content_title{ font-size: 18px; margin: 20px 0px;}

/*合作案例*/
.case .case_content .case_content_list{ width: 48%; margin-right: 4%; ma}
.case .case_content .case_content_list:nth-child(4n){ margin-right: 4px;}
.case .case_content .case_content_list:nth-child(6n){ margin-right: 4%;}
.case .case_content .case_content_list:nth-child(2n){ margin-right: 0px;}
.case .about_content{ padding-top: 0px;}

/*新闻中心*/
.news .news_content .news_content_list{ width: 49%; margin-right: 2%; margin-bottom: 4%;}
.news .news_content .news_content_list:nth-child(2n){ margin-right: 0px;}
.news .news_content .news_content_list:nth-child(3){ margin-right: 2%;}
.news .news_content .news_content_list:nth-child(9){ margin-right: 2%;}
.news .news_content .news_content_list .content_list_img img{ height: 136px;}

/*新闻内页*/
.news_details .news_details_content .news_page div{ width: 100%; margin-bottom: 15px;}
.news_details .news_details_title dd{ font-size: 18px;}

/*公司地址*/
.address .address_list .address_list_content,.address .address_list .address_list_map{ width: 100%; float: none;}
.address .address_list .address_list_map{ margin-top: 20px;}
.address .address_list{ margin-bottom: 25px;}
.address .address_list .address_list_content{ padding-top: 0px;}

/*人才招聘*/
.join .join_title{ font-size: 18px;}
.join .join_content .join_content_list{ padding: 15px;}
.join .join_content .join_content_list .content_list_left{ width: 60%;}
.join .join_content .join_content_list .content_list_left dt span{ margin-right: 0px; margin-bottom: 15px; width: 100%}
.join .join_content .join_content_list .content_list_more{ width: 35%;}

/*在线留言*/
.message .message_list{ border: 0px; line-height: normal; width: 100%; margin-bottom: 15px;}
.message .message_list dd{ margin-bottom: 15px;}
.message .message_list dd,.message .message_list dt{ width: 100%; padding-left: 0px;}
.message .message_list dt input{ border: 1px solid #dcdcdc; line-height: 25px;}
.message .message_textarea dt textarea{ border: 1px solid #dcdcdc;}

/*员工培养*/
.employee .employee_content .employee_content_img,.employee .employee_content .employee_content_txt{ width: 100%; margin: 0px;}
.employee .employee_content .employee_content_img{ text-align: center;}
.employee .employee_content{ padding: 25px 10px; background: #fff;}
.employee .join_title{ padding-bottom: 20px;}

}


@media screen and (max-width:745px){
}



@media screen and (max-width:667px){

}
@media screen and (max-width:375px){

.product .product_bottom .product_bottom_list{ width: 100%; margin-right: 0px;}
.product .product_bottom .product_bottom_list .bottom_list_top p{ height: auto; margin-bottom: 25px;}
.index_news .index_news_content .news_content_list .content_list_img img{ height: 124px;}
.index_service .index_service_content .service_content_list .content_list_icon{ width: 40%;}
.news .news_content .news_content_list .content_list_img img{ height: 124px;}
}

@media screen and (max-width:320px){
.index_about .index_about_content .about_content_bottom .content_bottom_list{ padding: 25px 10px;}
.index_news .index_news_content .news_content_list .content_list_img img{ height: 106px;}
.index_service .index_service_content .service_content_list .content_list_icon{ width: 30%;}
.news .news_content .news_content_list .content_list_img img{ height: 106px;}

}