@charset "utf-8";
/* CSS Document */

body{ margin:0px; padding:0px; border:0px; font-family:"微软雅黑","Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei"; color:#555555; font-size:14px; width:100%; background:#ffffff; }
body.on{ overflow: hidden;}

input[type="button"], input[type="submit"], input[type="reset"] {
     -webkit-appearance: none;
}
textarea {  
    -webkit-appearance: none;
}  

a{ margin:0px; padding:0px; border:0px; text-decoration:none; color:#555555; font-size:13px;transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;  -webkit-tap-highlight-color: transparent; outline: none;}
a:hover{ text-decoration:none;
       transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;}
*{ padding:0px; margin:0px; border:0px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
/* background:rgba(0,0,0,0);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);*/
li{ list-style:none;}
.clear:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
.clear{zoom: 1;}/* 触发 hasLayout */ 
img{ vertical-align: middle;}
input:focus{ outline: none;}/*去除按钮选中的高亮标签*/
textarea:focus{ outline: none;}/*去除文本框选中的高亮标签*/
button:focus{ outline: none;}/*去除按钮选中的高亮标签*/
select:focus{ outline: none;}/*去除下拉框选中的高亮标签*/
img{vertical-align: middle;}
div,p,table,td,ul,li,span,a,ol,input,label{ padding:0px; margin:0px; border:0px;}
input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#999999; font-size:13px;}
input::-webkit-input-placeholder{ /* WebKit browsers */ color:#999999; font-size:13px;}
input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#999999; font-size:13px;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:13px;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:13px;}
textarea::-webkit-input-placeholder{color:#999999; font-size:15px; font-family:"Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei"}



.search input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#89a4d5; font-size:13px;}
.search input::-webkit-input-placeholder{ /* WebKit browsers */ color:#89a4d5; font-size:13px;}
.search input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#89a4d5; font-size:13px;}
.search input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#89a4d5; font-size:13px;}
.search input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#89a4d5; font-size:13px;}



video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}


.mo_down{ height:0px; overflow:hidden}
.mo_down.on{ height:auto;}

input:-webkit-autofill { 
-webkit-box-shadow: 0 0 0px 1000px white inset; 
}


.fl{ float:left;}
.fr{ float:right;}
/*渐变从左向右*/
.jianbian2{
    height: 200px;
    background: -webkit-linear-gradient(to right,blue, yellow); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(to right,blue, yellow); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(to right,blue, yellow); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,white, yellow); /* 标准的语法（必须放在最后） */
}

/*黑白照片*/
.gray { 
-webkit-filter: grayscale(100%); 
   -moz-filter: grayscale(100%); 
    -ms-filter: grayscale(100%); 
     -o-filter: grayscale(100%); 
        filter: grayscale(100%); 
        filter: gray; 
}

.gray:hover { 
-webkit-filter: grayscale(0%); 
   -moz-filter: grayscale(0%); 
    -ms-filter: grayscale(0%); 
     -o-filter: grayscale(0%); 
        filter: grayscale(0%); 
        filter: gray; 
}
/*圆角5px*/
.radius5{ 
-webkit-border-radius:5px; 
   -moz-border-radius:5px; 
    -ms-border-radius:5px; 
     -o-border-radius:5px; 
        border-radius:5px; 
}
/*圆角10px*/
.radius10{ 
-webkit-border-radius:10px; 
   -moz-border-radius:10px; 
    -ms-border-radius:10px; 
     -o-border-radius:10px; 
        border-radius:10px; 
}
/*图片变大*/
.tra{
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
           filter: scale(1);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
	cursor:pointer;
	
}
.tra:hover{
-webkit-transform: scale(1.15);
   -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
     -o-transform: scale(1.15);
           filter: scale(1.15);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
	cursor:pointer;
	
}
/*透明度50%*/
.opacity5{ filter:alpha(opacity=50);-moz-opacity:0.5; -khtml-opacity:0.5;opacity: 0.5;}


.shadow1{ 
-webkit-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;
   -moz-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;
    -ms-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px; 
     -o-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px; 
        box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;
}
.shadow2{transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; }
.shadow2:hover{ 
-webkit-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;
   -moz-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;
    -ms-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px; 
     -o-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px; 
        box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}


/*投影*/
.shadow5{ 
		transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}

.shadow7{ 
		transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}
.shadow7:hover{ 
-webkit-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
   -moz-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
    -ms-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px; 
     -o-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px; 
        box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
		transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}


.shadow1_1{ 
-webkit-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
   -moz-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
    -ms-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px; 
     -o-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px; 
        box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
		transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}


.shadow5:hover{ 
-webkit-box-shadow:rgba(0,0,0,0.08) 0px 0px 15px; 
   -moz-box-shadow:rgba(0,0,0,0.08) 0px 0px 15px; 
    -ms-box-shadow:rgba(0,0,0,0.08) 0px 0px 15px; 
     -o-box-shadow:rgba(0,0,0,0.08) 0px 0px 15px; 
        box-shadow:rgba(0,0,0,0.08) 0px 0px 15px; 
		transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}

.shadow8{ 
-webkit-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
   -moz-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
    -ms-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
     -o-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
        box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
		transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
}


.shadow6{ 
-webkit-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
   -moz-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
    -ms-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
     -o-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
        box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
		transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
}

/*投影*/
.shadow10{ 
-webkit-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
   -moz-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
    -ms-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
     -o-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
        box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
}
/*图片居中*/
.center{
	-webkit-align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: star;
}

/*图片居中2*/
.vertical{
	display:-webkit-box;
 display:-webkit-flex;
 display:-moz-box;
 display:-moz-flex;
display:-ms-flexbox;
display:flex;
/* 水平居中*/ 
	   -webkit-box-align:center;
		  -moz-box-align:center;
		   -ms-flex-pack:center;
 /* IE 10 */
 -webkit-justify-content:center; 
	-moz-justify-content:center;
	     justify-content:center;
/* IE 11+,Firefox 22+,Chrome 29+,Opera 12.1*/
/* 垂直居中 */ 
		-webkit-box-pack:center;
		  -ms-flex-align:center;
		   -moz-box-pack:center;
/* IE 10 */
	 -webkit-align-items:center;
	    -moz-align-items:center;
	    	 align-items:center;

}






/*图片翻转*/
.flip{
	-webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
           transition: all 0.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:fixed; top: 0; z-index: 100;}
.mo_top .mot{ width:100%; padding:0 2%; height:50px; background:#fff;box-shadow: 0px 0px 16px rgba(0,0,0,.2);}
.mo_top .mot .molo{ float:left; display:inline-block; height:30px; margin:10px 0;}
.mo_top .mot .molo img{ height:30px;}
.mo_top .mot .momenuicon{ float:right; height:16px; margin:17px 0;}
.mo_top .mot .cloesicon{ display:none;}
.mo_top .moxl{ left:-100%; top:50px; background:rgba(50,123,246,0.5); position:absolute; z-index:99; width:100%; transition:all ease 0.3s;}
.mo_top .moxl_box{ width:60%; background:#327bf6; height:100%; padding-bottom: 50px;}

.mo_top .moxl .moxl_xun{ width:100%; float:left; position:relative;}
.mo_top .moxl .moxl_xun .moxl_xun_icon{ width:100%; height:0px; position:absolute; padding-right:10px;}
.mo_top .moxl .moxl_xun .moxl_xun_icon img{ float:right; height:10px; margin:20px 0;}
.mo_top .moxl .moxl_xun .moxl_xun_icon img.moxl_xun_img2{ display:none; width:10px; height:7px}
.mo_top .moxl .moxl_xun .moxl_xun_title{ width:100%; padding-left:10px; display:inline-block; line-height:35px; font-size:14px; color:#fff;}
.mo_top .moxl .moxl_xun .moxl_erji{ width:100%; overflow:hidden; display:none}
.mo_top .moxl .moxl_xun .moxl_erji a{ width:100%; padding-left:20px; height:30px; line-height:30px; font-size:12px; color:#fff; display:inline-block; float:left;}

.mo_bottom{ width:100%; background:#da251c; display:none; margin-top:20px; position:fixed; bottom:0; z-index:20;}
.mo_bottom .mo_bottom_nei{ width:96%; margin:0 auto; height:50px;}
.mo_bottom .mo_bottom_nei .mo_lj_font{ padding-top:5px;}
.mo_lj{ color:#fff; padding:10px 0; text-align:center; font-size:13px; width:25%;}
.mo_yc{ width:100%; height:80px; display:none;}
.mo_lj div i{ font-size: 20px;}



.banner{ height: 400px; overflow:hidden; margin-top:51px;}
.banner .slider .item a{ display:inline-block;}
.banner .slick-dots li button:before{ display:none;}
.banner .slick-dots li.slick-active button{ background:#f58e1e;}
.banner .slick-dots li{ width:12px; height:12px; margin:0px 12px;}
.banner .slick-dots li button{ width:100%; background:#fff; padding:0px; height:100%; border-radius:100%;}
.banner .slick-dots{ bottom:8%;}
.banner .slick-slide img{ width:100%; height: 400px; object-fit: cover;}
.banner .slick-dotted.slick-slider{ margin-bottom:0px;}



.pc_all .pc_all_contnet{ max-width: 1148px; margin: 0 auto;}
.pc_top{ box-shadow:0px 0px 15px rgba(0,0,0,.15);}
.pc_top .pc_top_content .top_content_logo{ display:inline-block; line-height:90px;}
.pc_top .pc_top_content .top_content_nav .content_nav_list{ margin-right:48px; position:relative;}
.pc_top .pc_top_content .top_content_nav .content_nav_list:before{ content:""; display:inline-block; width:0px; height:3px; background:#f58e1e; position:absolute; bottom:0px; left:0px;transition: all 0.5s ease 0s; left:0; right:0; margin:0 auto}
.pc_top .pc_top_content .top_content_nav .content_nav_list:nth-child(1):before{ width:0px; left:-10px;}
.pc_top .pc_top_content .top_content_nav .content_nav_list:last-child{ margin-right:0px;}
.pc_top .pc_top_content .top_content_nav .content_nav_list .nav_list_title{ display:inline-block; line-height:90px; font-size:15px; color:#777777;}
.pc_top .pc_top_content .top_content_nav .content_nav_list:hover .nav_list_down{ display:block;}
.pc_top .pc_top_content .top_content_nav .content_nav_list .nav_list_down{ position:absolute; z-index:50; background:#fff; width:135px; padding:0px 10px; text-align:center; display:none; left:-33px;}
.pc_top .pc_top_content .top_content_nav .content_nav_list .nav_list_down a{ width:100%; display:inline-block; line-height:40px; border-bottom:1px solid #dcdcdc;}
.pc_top .pc_top_content .top_content_nav .content_nav_list .nav_list_down a:last-child{ border-bottom:0px;}
.pc_top .pc_top_content .top_content_nav .content_nav_list .nav_list_down a:hover{ color:#f58e1e;}



.pc_top .pc_top_content .top_content_nav .content_nav_list:hover .nav_list_title{ color:#f58e1e;transition: all 0.5s ease 0s;}
.pc_top .pc_top_content .top_content_nav .content_nav_list:hover:before{ width:100%;transition: all 0.5s ease 0s;}
.pc_top .pc_top_content .top_content_nav .content_nav_list:hover:nth-child(1):before{ width:54px;transition: all 0.5s ease 0s;}
.pc_top .pc_top_content .top_content_nav .content_nav_list.on .nav_list_title{ color:#f58e1e;transition: all 0.5s ease 0s;}
.pc_top .pc_top_content .top_content_nav .content_nav_list.on:before{ width:100%;transition: all 0.5s ease 0s;}
.pc_top .pc_top_content .top_content_nav .content_nav_list.on:nth-child(1):before{ width:54px;transition: all 0.5s ease 0s;}



.investor{ margin:51px 0px; height:400px; overflow:hidden;}
.investor .investor_img{ width:67%; margin-bottom:0px; outline: none;}
.investor .investor_img .slick-dots{ bottom:6%;}
.investor .investor_img .slick-dots li button:before{ display:none;}
.investor .investor_img .slick-dots li.slick-active button{ background:#f58e1e;}
.investor .investor_img .slick-dots li{ width:19px; height:4px; margin:0px 5px;}
.investor .investor_img .slick-dots li button{ width:100%; background:#fff; padding:0px; height:100%;}
.investor .investor_img .investor_img_list img{ width:100%; height:400px; object-fit:cover;}
.investor .investor_txt{ background:#44576b; height:400px; width:33%; padding:55px 40px; margin-bottom:0px;}
.investor .investor_txt .investor_txt_list{ overflow:hidden; outline: none;}
.investor .investor_txt .investor_txt_list dd{ font-size:28px; color:#fff; position:relative;  margin-bottom:32px;}
.investor .investor_txt .investor_txt_list dd:before{ content:""; position:absolute; display:inline-block; width:35px; height:2px; background:#fff; left:0; bottom:0; display: none;}
.investor .investor_txt .investor_txt_list p{ font-size:14px; color:#fff; line-height:30px; text-align:justify;}
.investor .investor_txt .investor_txt_list a{ display:inline-block; width:98px; line-height:35px; color:#fff; font-size:14px; border:1px solid #fff; text-align:center; margin-top:58px;}
.investor .investor_txt .investor_txt_list a:hover{ color:#44576b; background:#fff;}
.investor .investor_txt .slick-prev{ right:90px; left:inherit; top:90%; width:11px; height:20px; background:url(../images/left.png) no-repeat 50% 50%;}
.investor .investor_txt .slick-next{ right:40px; top:90%; width:11px; height:20px; background:url(../images/right.png) no-repeat 50% 50%;}
.investor .investor_txt .slick-prev:before,.investor .investor_txt .slick-next:before{ display:none;}






.IdexAbout .IdexAbout_left{ width:33%; background:#f58e1e; padding:42px 32px; height:400px;}
.IdexAbout .IdexAbout_left dd{ color:#fff; font-size:20px; margin-bottom:40px;}
.IdexAbout .IdexAbout_left dd span{ display:inline-block; margin:0px 5px;}
.IdexAbout .IdexAbout_left p{ color:#fff; font-size:14px; line-height:29px; text-align:justify;}
.IdexAbout .IdexAbout_left a{ display:inline-block; width: 90px; line-height:32px; text-align:center; color:#fff; font-size:14px; border:1px solid #fff; margin-top:30px;}
.IdexAbout .IdexAbout_left a:hover{ color:#f58e1e; background:#fff;}
.IdexAbout .IdexAbout_right{ width:67%; background:url(../images/bg2.jpg) no-repeat 50%/cover; height:400px;}
.IdexAbout .IdexAbout_right .IdexAbout_right_list{ width:33.33%; padding:124px 0px; text-align:center; border-right:1px solid rgba(255,255,255,.3); transition: all 0.3s ease; cursor:pointer;}
.IdexAbout .IdexAbout_right .IdexAbout_right_list:last-child{ border-right:0px;}
.IdexAbout .IdexAbout_right .IdexAbout_right_list dt{ color:#fff; font-size:16px; margin-top:30px;}
.IdexAbout .IdexAbout_right .IdexAbout_right_list:hover{ background:rgba(255,255,255,.3); transition: all 0.3s ease;}






.IndexBottom{ margin-top:51px;}
.IndexBottom .pc_all_contnet{ box-shadow:0px 0px 21px rgba(0,0,0,.11); padding:54px 65px;}
.IndexBottom .IndexBottom_list{ width:23%; margin-right:15%; position:relative;}
.IndexBottom .IndexBottom_list:before{ content:""; display:inline-block; width:1px; height:100%; background:#e8e4da; position:absolute; right:-75px;}
.IndexBottom .IndexBottom_list:last-child:before{ display:none;}
.IndexBottom .IndexBottom_list:last-child{ border-right:0px; margin-right:0px;}
.IndexBottom .IndexBottom_list dd{ font-size:18px; color:#333333; position:relative; padding-left:16px;}
.IndexBottom .IndexBottom_list dd:before{ content:""; position:absolute; left:0; top:15%; width:4px; height:18px; background:#f58e1e;}
.IndexBottom .IndexBottom_list dt{ font-size:14px; color:#666666; line-height:27px; margin-top:22px; margin-bottom:15px; text-align:justify;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3; height:81px;
overflow: hidden;
}
.IndexBottom .IndexBottom_list a{ font-size:14px; color:#f58e1e;}
.IndexBottom .IndexBottom_list a i{ margin-left:8px; font-size:16px;}









.footer{ background:#292a2e; border-top:5px solid #f58e1e; margin-top:75px; position:relative; padding:50px 0px;}
.footer .pc_all_contnet{ padding:0px 11%; max-width:1200px;}
.footer .footer_top{ content:""; position:absolute; width:41px; height:37px; background:url(../images/bn4.png) no-repeat 50%/ cover; left:0; right:0; margin:0 auto; top:-20px;}
.footer .footer_left{ padding: 8px 0px; padding-right:60px; margin-right:60px; border-right:1px solid #6a6b6f;}
.footer .footer_left dd{ font-weight:bolder; font-size:16px; color:#fff; text-align:center;}
.footer .footer_left dd span{ position:relative;}
.footer .footer_left dd span:before{ content:""; position:absolute; left:-55px; width:42px; height:1px; background:#6a6b6f; display:inline-block; top:50%;}
.footer .footer_left dd span:after{ content:""; position:absolute; right:-55px; width:42px; height:1px; background:#6a6b6f; display:inline-block; top:50%;}
.footer .footer_left dt p{ text-align:center; margin-top:15px;}
.footer .footer_left dt p a{ font-size:15px; color:rgba(255,255,255,.5); margin-right:45px;}
.footer .footer_left dt p a:last-child{ margin-right:0px;}
.footer .footer_right{ text-align:center;}
.footer .footer_right dd img{ width:83px;}
.footer .footer_right dt{ font-size:12px; color:rgba(255,255,255,.5); margin-top:8px;}


.Copyright{ border-top:1px solid #48494d; padding:21px 0px; background:#292a2e; font-size:12px; color:rgba(255,255,255,.5); text-align:center;}
.Copyright a{ font-size:12px; color:rgba(255,255,255,.5); margin-left:15px;}




.details_banner img{ width:100%; height:300px; object-fit:cover;}







.details_nav .pc_all_contnet{ border-bottom:1px solid #dcdcdc;}
.details_nav .details_nav_left a{ display:inline-block; line-height:60px; color:#666666;}
.details_nav .details_nav_left i{ margin:0px 3px;}
.details_nav .details_nav_left a.on{ color:#f58e1e;}
.details_nav .details_nav_right a{ display:inline-block; line-height:60px; font-size:15px; color:#333333; margin-right:40px; padding:0px 10px; position:relative;}
.details_nav .details_nav_right a:before{ content:""; position:absolute; left:0; right:0; margin:0 auto; background:#f58e1e; width:0%; height:2px; bottom:-1px; opacity:0;transition: all 0.3s ease; }
.details_nav .details_nav_right a.on{ color:#f58e1e;}
.details_nav .details_nav_right a.on:before{ opacity:1;transition: all 0.3s ease;  width:100%;}
.details_nav .details_nav_right a:hover{ color:#f58e1e; transition: all 0.3s ease; }
.details_nav .details_nav_right a:hover:before{ opacity:1; transition: all 0.3s ease; width:100%;}
.details_nav .details_nav_right a:last-child{ margin-right:0px;}













.about .about_top{ padding-top:50px;}
.about .about_top dd{ font-size:20px; color:#333333;; font-weight:bolder; margin-bottom:34px; text-align:center;}
.about .about_top dt{ padding:0px 19%; height:303px; overflow:hidden;}
.about .about_top dt.on{ height:auto;}
.about .about_top dt p{ font-size:14px; color:#666666; line-height:33px; margin-bottom:10px;}
.about .about_top dt p img{ width:auto !important;}
.about .about_top dt p:last-child{ margin-bottom:0px;}
.about_top_a{ text-align:center; margin-top:30px;}
.about_top_a a{ border:1px solid #dcdcdc; line-height:40px; padding:0px 45px; display:inline-block; color:#333333;}
.about_top_a a.more_on img{
-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease;
}


.about .about_top .about_top_a a span{ margin-right:5px;}
.about .about_bottom{ box-shadow:0px 0px 16px rgba(0,0,0,.15); padding:50px 0px; margin-top:58px; }
.about .about_bottom a{ width:25%; display:inline-block; text-align:center; position:relative;}
.about .about_bottom a:before{ content:""; position:absolute; display:inline-block; width:1px; height:100px; background:#dcdcdc; right:0; top:0%;}
.about .about_bottom a:last-child:before{ display:none;}
.about .about_bottom a dd{ font-size:16px; color:#666666; margin-bottom:10px;}
.about .about_bottom a dd span{ font-size:48px; color:#f58e1e; font-weight:bolder;}




.Partner .pc_all_contnet{ padding:0px 213px; padding-top:60px;}
.Partner .Partner_list{ width:28%; margin-right:8%; text-align:center; border:1px solid #dcdcdc; border-radius:5px; line-height:76px; margin-bottom:4%;}
.Partner .Partner_list:nth-child(3n){ margin-right:0px;}
.Partner .Partner_txt{ font-size:14px; color:#666666; line-height:30px;}








.news .pc_all_contnet{ padding:0px 51px;}
.news .news_top{ padding:35px 0px;}
.news .news_top .news_top_list{ display:inline-block; width:100%; border-bottom:1px solid #dcdcdc; padding-bottom:35px; margin-bottom:35px;}
.news .news_top .news_top_list:last-child{ padding-bottom:0px; border-bottom:0px;}
.news .news_top .news_top_list .top_list_left{ width:28%; border:1px solid #dcdcdc;}
.news .news_top .news_top_list .top_list_left img{ width:100%; height:189px; object-fit:cover;}
.news .news_top .news_top_list .top_list_right{ width:69%; margin-left:3%; padding:20px 0px;}
.news .news_top .news_top_list .top_list_right .list_right_title dd{ font-size:16px; color:#333333;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.news .news_top .news_top_list .top_list_right .list_right_title dt{ font-size:13px; color:#999999; margin-top:10px;}
.news .news_top .news_top_list .top_list_right .list_right_txt p{ line-height:26px; color:#666666; font-size:14px;
display: -webkit-box; margin:15px 0px;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.news .news_top .news_top_list .top_list_right .list_right_txt dt{ font-size:14px; color:#999999;}
.news .news_top .news_top_list .top_list_right .list_right_txt dt i{ margin-left:5px;}
.news .news_top .news_top_list:hover .top_list_right .list_right_txt dt{ color:#f58e1e;}



.page li a{ width: 55px; height: 40px; line-height: 40px; display: inline-block; text-align: center; background: #fff; color: #666666; margin-right: 15px; border: 1px solid #dcdcdc;}
.page li.active a{ background: #f58e1e; color: #fff; border: 1px solid #f58e1e;}
.page li:hover a{ background: #f58e1e; color: #fff; border: 1px solid #f58e1e;}
.page li .prev,.page li .next{ width: 78px; font-size:25px;}






.news_details .pc_all_contnet{ padding:0px 213px; padding-top:45px;}
.news_details .news_details_title{ text-align:center; border-bottom:1px solid #dcdcdc; padding-bottom:15px;}
.news_details .news_details_title dd{ font-size:22px; 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{ padding-top: 40px;}
.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; font-size:14px; color:#666666; text-indent: 2em; font-family:'微软雅黑' !important; font-size:14px !important;}
.news_details .news_details_content .details_content_top p span{font-family:'微软雅黑' !important; font-size:14px !important;}
.news_details .news_details_content .details_content_top img{ max-width:100%; width:auto !important;}
.news_details .news_details_content .news_page{ margin-top: 35px;}
.news_details .news_details_content .news_page div{ line-height:45px; width: 40%;}
.news_details .news_details_content .news_page div span{ background: #ebebeb; width: 25%; text-align: center;}
.news_details .news_details_content .news_page div a{ font-size:13px; color:#333333; display:inline-block; background: #f6f6f6; width: 75%; padding: 0px 6%;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.news_details .news_details_content .news_page div a:hover{ color:#a42f32}






.product .pc_all_contnet{ padding:0px 213px; padding-top:45px;}
.product .pc_all_contnet .product_top{ height:274px; overflow:hidden;}
.product .pc_all_contnet .product_top.on{ height:auto;}
.product .pc_all_contnet .product_top a{ display:inline-block; width:100%; line-height:60px; background:#f7f7f7; margin-bottom:6px; padding:0px 24px;}
.product .pc_all_contnet .product_top a dd{ font-size:14px; color:#666666; background: url(../images/bn31.png) no-repeat 0% 50%; padding-left:16px; transition: all 0.3s ease;}
.product .pc_all_contnet .product_top a:last-child{ margin-bottom:0px;}
.product .pc_all_contnet .product_top a:hover dd{ color:#f58e1e; transition: all 0.3s ease; background: url(../images/bn31_on.png) no-repeat 0% 50%;}
.product .pc_all_contnet .about_top{ padding-top:20px;}
.product .pc_all_contnet .product_bottom{ font-size:14px; color:#666666; text-align:center; margin-top:60px;}
.product .pc_all_contnet .product_bottom img{ margin-right:13px;}








.product_investment .pc_all_contnet{ text-align:center; padding-top:45px;}










.join .join_content{ margin-top: 45px; padding:0px 42px;}
.join .join_list{ margin-bottom: 10px;}
.join .join_list:nth-child(5){ display: none;}
.join .join_list:nth-child(6){ display: none;}
.join.on .join_list:nth-child(5){ display: block;}
.join.on .join_list:nth-child(6){ display: block;}
.join .join_list .join_list_title{ line-height: 55px; background: #f8f8f8; padding: 0px 40px; cursor: pointer; transition: all 0.3s ease 0s;}
.join .join_list .join_list_title:hover{ background: #f58e1e;transition: all 0.3s ease 0s;}
.join .join_list .join_list_title:hover div{ color: #fff !important;transition: all 0.3s ease 0s;}
.join .join_list .join_list_title.on{ background: #f58e1e;transition: all 0.3s ease 0s;}
.join .join_list .join_list_title.on div{ color: #fff !important;transition: all 0.3s ease 0s;}
.join .join_list .join_list_title div:nth-child(1){ color: #f58e1e; font-size: 15px; font-weight: bolder; width: 40%;}
.join .join_list .join_list_title div:nth-child(2){ color: #666; font-size: 13px; width: 35%;}
.join .join_list .join_list_title div:nth-child(3){ width: 25%; text-align: right;}
.join .join_list .join_list_title div .Social2{ display: none;}
.join .join_list .join_list_content{ padding: 20px 40px; display: none;}
.join .join_list .join_list_content .list_content_list{ margin-bottom: 40px;}
.join .join_list .join_list_content .list_content_list dd{ font-size: 15px; color: #f58e1e; padding-bottom: 10px;}
.join .join_list .join_list_content .list_content_list dt p{ line-height: 28px; font-size: 13px; color: #828282;}
.join .join_list .join_list_content .em{ font-size: 13px; color: #f58e1e;}





.contact .pc_all_contnet{ padding:0px 210px;}
.contact .contact_top{ background:#f8f8f8; margin-top:55px; padding:30px 35px; margin-bottom:33px;}
.contact .contact_top .contact_top_title{ font-size:18px; color:#f58e1e; margin-bottom:20px;}
.contact .contact_top .contact_top_content dd{ font-size:14px; color:#666666; margin-right:184px; margin-bottom:10px;}
.contact .contact_top .contact_top_content dd:nth-child(2n){ margin-right:0px;}
.contact .contact_top .contact_top_content dd:last-child{ margin-bottom:0px;}


.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}





.pop .center{ width:317px !important;}
.pop .bottom{ height:25px !important;}



.product_d dd p{ color:#666; font-size:14px;}
.product_d .pc_all_contnet{ padding:50px 100px;}
.product_d dd p:last-child{ text-indent:2em; margin-bottom:45px; margin-top:8px;}
.product_d dt{ text-align:center;}









@media screen and (max-width:1200px){
.all{ width: 96% !important; margin: 0 auto;height:auto}
.pc_top{ display: none;}
.footer .pc_all_contnet{ display:none;}
.Copyright .pc_all_contnet{ display:block;}
.footer{ display:none;}
.mo_footer{ display:block;}
.mo_top{display: block;}
.mo_height{ height: 50px;}
.index_ourys .index_ourys_nei .ourys_nei_wen,.details_banner .details_banner_content{ display: none;}
.all{ width: 96%; margin: 0 auto;height:auto; overflow: hidden;}
.slick-dots li{ width: 10px !important; height: 1px !important; margin: 0px 4px !important;}
img{ max-width: 100%;}
.Copyright{ margin-top:25px;}

.banner,.banner .slick-slide img,.details_banner img{ height:auto; margin-top:0px;}
.pc_all .pc_all_contnet{ max-width:100%; width:96%; margin:0 auto;}

.about .about_top dt{ padding:0px;}
.Partner .pc_all_contnet,.product .pc_all_contnet,.join .join_content{ padding:0px;}
.news .pc_all_contnet,.news_details .pc_all_contnet,.contact .pc_all_contnet{ padding:0px;}



.details_banner .pc_all_contnet,.banner .pc_all_contnet{ width:100%;}
}

@media screen and (max-width:950px){



}




@media screen and (max-width:600px){
.details_nav .details_nav_left{ display:none;}
.about .about_top{ padding-top:0px;}
.banner,.banner .slick-slide img{ height:160px;}
.details_banner img{ height:130px;}

.details_nav .details_nav_right a:before{ display:none;}
.details_nav .pc_all_contnet{ border-bottom:0px;}
.details_nav .details_nav_right{ width:100%; overflow:hidden; margin-top:25px;}
.details_nav .details_nav_right a{ display:inline-block; width:48%; margin-right:4%; line-height:40px; border:1px solid #dcdcdc; float:left; margin-bottom:4%; text-align:center; border-radius:50px;}
.details_nav .details_nav_right a:nth-child(2n){ margin-right:0px;}
.details_nav .details_nav_right a.on{ color:#fff; background:#f58e1e; border:1px solid #f58e1e;}
.details_nav .details_nav_right a:last-child{ margin-bottom:0px;}



.about .about_top{ padding-top:25px;}
.about .about_top dd{ font-size:18px; margin-bottom:20px;}
.about .about_bottom{ margin-bottom:15px; padding:35px 0px;}
.about .about_bottom a{ width:50%; margin-bottom:25px;}
.about .about_bottom a dd span{ font-size:28px;}
.about .about_bottom a:nth-last-child(2){ margin-bottom:0px;}
.about .about_bottom a:nth-child(2):before{ display:none;}
.about .about_bottom a:last-child{ margin-bottom:0px;}
.about .about_bottom a:before{ top:-22%;}



.Partner{ padding-top:35px;}
.Partner .Partner_list{ margin-right:2%; width:32%; padding:0px 15px;}
.Partner .Partner_list:nth-child(3n){ margin-right:0px;}





.news .news_top{ padding:15px 0px;}
.news .news_top .news_top_list{ margin-bottom:20px; padding-bottom:20px;}
.news .news_top .news_top_list .top_list_right{ padding:10px 0px; width:55%;}
.news .news_top .news_top_list .top_list_left{ width:42%;}
.news .news_top .news_top_list .top_list_right .list_right_txt p{ line-height:23px; font-size:13px; margin:12px 0px;}
.news .news_top .news_top_list .top_list_left img{ height:157px;}







.news_details{ padding-top:35px;}
.news_details .news_details_title dd{ font-size:18px;}
.news_details .news_details_content .news_page div:last-child{ margin-top:15px;}
.news_details .news_details_content .news_page div{ width:100%;}




.product_investment .pc_all_contnet{ padding-top:0px;}



.join .join_content{ margin-top:15px;}
.join .join_list .join_list_title{ padding:0px 15px;}
.join .join_list .join_list_content{ padding:15px;}








.contact .contact_top{ margin-top:20px; padding:20px;}
.contact .contact_top .contact_top_title{ font-size:16px;}
.contact .contact_top .contact_top_content dd{ width:100%; font-size:13px;}





.investor{ height:auto; margin:25px 0px;}
.investor .investor_img,.investor .investor_txt,.IdexAbout .IdexAbout_left,.IdexAbout .IdexAbout_right{ width:100%; height:auto;}
.IdexAbout .IdexAbout_left{ padding:20px;}
.IdexAbout .IdexAbout_left dd{ font-size:16px; margin-bottom:13px;}
.IdexAbout .IdexAbout_left p{ font-size:13px;}
.IdexAbout .IdexAbout_right .IdexAbout_right_list dd{ width:65px; margin:0 auto;}
.IdexAbout .IdexAbout_right .IdexAbout_right_list dt{ font-size:14px; height:38px;}
.IdexAbout .IdexAbout_right .IdexAbout_right_list{ padding:55px 10px;}
.investor .investor_txt{ padding:20px;}
.investor .investor_img .investor_img_list img{ height:auto;}
.investor .investor_txt .investor_txt_list dd{ padding-bottom:20px; margin-bottom:20px; font-size:18px;}
.investor .investor_txt .investor_txt_list p{ font-size:13px;}
.IndexBottom{ margin-top:25px;}
.IndexBottom .pc_all_contnet{ padding:20px;}
.IndexBottom .IndexBottom_list{ width:100%; margin-right:0%; margin-bottom:30px;}
.IndexBottom .IndexBottom_list dt{ height:54px; margin:10px 0px;}
.IndexBottom .IndexBottom_list:before{ display:none;}


.join .join_list .join_list_title div img{ width:20px;}
.join .join_list .join_list_title{ line-height:50px;}
}


@media screen and (max-width:375px){


}
@media screen and (max-width:360px){


}


@media screen and (max-width:320px){

}