﻿@charset "utf-8";
/* CSS Document */
html{ overflow-x:auto; overflow-y:auto;}
*{ padding:0; margin:0;outline:none !important;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;}
ul, ol,li{ list-style-type:none;}
body, button, input, select, textarea{  font-family: SimHei; font-size:12px;}
code, kbd, pre, samp { font-family: SimHei;}
a{ text-decoration:none; color:#333; cursor:pointer;
-webkit-transition: all 0.2s ease-out 0s; 
   -moz-transition: all 0.2s ease-out 0s; 
	 -o-transition: all 0.2s ease-out 0s; 
		transition: all 0.2s ease-out 0s;}
img{border:0; /*max-width:100%;*/}
li { line-height:normal; }
table { border-collapse: collapse; border-spacing: 0; }
h1,h2,h3,h4,h5,h6{margin:0; font-weight:normal; font-family: SimHei; }
input,table,tr,td{ margin:0; padding:0; border:none;}
button,table{ border:none; background:none; margin:0; padding:0;}
body{ position:relative; float:left; width:100%;}
select{ margin:0; padding:0; font-family: SimHei; border:none;}
textarea{ resize:none;outline:none; }
label{ margin-bottom:0; font-weight:normal;}
input,select,textarea{ margin:0; padding:0; border:0; outline:none;
 -moz-border-radius:0px; 
 -webkit-border-radius:0; 
 -khtml-border-radius:0;
 border-radius:0;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}

/*********************************************************************重置***********************************************************************/

.pz_top{ float:left; width:100%; position:relative; z-index:9999;}
.pz_banner{ float:left; width:100%; position:relative; background:#343434; overflow:hidden;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.pz_main{ float:left; width:100%; /* height:calc(100vh - 260px);*/ overflow:hidden;}
.pz_down{ float:left; width:100%; overflow:hidden; background:#191919;}
/*@media screen and (max-width:767px) {
.pz_down{ padding-bottom:50px;}
}*/

/*首页*/
.topnav{ position:absolute; top:0; left:0; height:96px; width:100%;}
.topnav .logo{ width:250px; float:left; margin-top:20px;}
.topnav .logo img{ width:100%; float:left;}
.menuph{ float:right; cursor: pointer;  width: 105px;  height: 58px;font-family: 'OPENSANS-BOLD'; font-size:18px; color:white; text-transform:uppercase; margin-top:20px; line-height:58px;}
.menuph .point {  display: inline-block;  width: 34px; margin-top:17px;  height: 25px;  position: relative; float:right;}
.menuph .point:hover .navbtn,
.menuph .point:hover .navbtn::after,
.menuph .point:hover .navbtn::before {  width: 34px;  }
.menuph .navbtn {  position: absolute;  top: 11px;  right: 0;  display: inline-block;  width: 34px;  height: 3px;  -webkit-transition: all .3s ease-out 0s;  -moz-transition: all .3s ease-out 0s;  -ms-transition: all .3s ease-out 0s;  -o-transition: all .3s ease-out 0s;  transition: all .3s ease-out 0s;  background: #fff;}
.menuph .navbtn::after,
.menuph .navbtn::before {  position: absolute;  right: 0;  display: inline-block;  width: 100%;  height: 3px;  content: '';  -webkit-transition: all .3s ease-out 0s;  -moz-transition: all .3s ease-out 0s;  -ms-transition: all .3s ease-out 0s;  -o-transition: all .3s ease-out 0s;  transition: all .3s ease-out 0s;  background: #fff;}
.menuph .navbtn::after { top:-11px;}
.menuph .navbtn::before { top:11px;}
.menuph .point.active .navbtn{  background: transparent;  }
.menuph .point.active .navbtn::after{  -webkit-transform: rotate(45deg);  -moz-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -o-transform: rotate(45deg);  transform: rotate(45deg);  top: 0px;  }
.menuph .point.active .navbtn::before {  -webkit-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  -o-transform: rotate(-45deg);  transform: rotate(-45deg);  top: 0px;  }

.menu.on{ top:0;}
.menu{ z-index:99; width:900px; position:absolute; left:50%;  top:0; margin-left:-450px;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.menu > ul{ float:left; width:100%; float:left;}
.menu ul .nli{ float:left; width:14.286%;z-index:99; text-align:center;}
.menu ul .nli span{ display:block; width:100%; float:left; position:relative;}
.menu ul .nli span a{ display:block; width:100%; float:left; height:96px; line-height:96px; color:#fff; font-size:16px;}
.menu ul .nli.on span a,
.menu ul .nli:hover span a{ color: #d52f35;}
.menu ul .nli span:before{ content:''; display:block; position:absolute; left:0px; opacity:0; background:white; width:14px; height:1px; top:50%;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.menu ul .nli:hover span:before{ left:-7px; background:#d0242a; opacity:1;}


.rightblock{ float:right; margin-top:22px; font-size:14px; line-height:26px; color:#fff; text-align:right;}
.rightblock .span{ padding:0 10px;}
@media screen and (max-width:1199px) {
.rightblock {line-height:20px;}
}


/*下拉菜单*/
.sub{ width:1920px; position:absolute; left:50%; top:100%; margin-left:-960px; display:none; overflow:hidden; border-top:solid 2px #d3242a; background:url(../images/bg_2.png); height:223px;}
.sub .c_378{ width:378px; float:left; position:relative; padding:30px 0 55px 0; text-align:left;}
.sub .c_378 h2{ width:100%; float:left; font-size:30px; color:#333; line-height:50px; padding-bottom:21px; position:relative;}
.sub .c_378 h2:before{ content:''; width:47px; height:2px; background:black; position:absolute; left:0; bottom:0;}
.sub .c_378 h3{ width:100%; float:left; font-size:30px; color:#d32329; line-height:46px; margin-top:19px; font-family:Arial;}
.sub .c_378 .bian{ width:1px; height:148px; background:black; opacity:0.2; position:absolute; right:0; top:39px;}
.sub .ul1{ margin-left:378px;}
.sub .ul1 .l1{ width:16.66%; text-align:center; float:left;}
.sub .ul1 .l1 a{ display:block; width:100%; float:left; padding:30px 0 55px 0;}
.sub .ul1 .l1 a .ico{ width:100%; float:left; height:90px;}
.sub .ul1 .l1 a .ico img{ height:100%; display:inline-block; *zoom:1; *display:inline;}
.sub .ul1 .l1 a .ico .img_2{ display:none;}
.sub .ul1 .l1 a:hover .ico .img_2{ display:inline-block; *zoom:1; *display:inline;}
.sub .ul1 .l1 a:hover .ico .img_1{ display:none;}
.sub .ul1 .l1 a h4{ width:100%; float:left; margin-top:10px; font-size:18px; color:#444; line-height:36px;}
.sub .ul1 .l1 a:hover h4,.sub .ul1 .l1 a.hover h4{ color:white;}
.sub .ul1 .l1 a:hover,.sub .ul1 .l1 a.hover{ background:#d32329;}

.elli{ white-space: nowrap; overflow:hidden; text-overflow:ellipsis;}
@media screen and (max-width:1669px) {
.menu{ width:760px; margin-left:-380px;}
.sub{ height:167px;}
.sub .c_378{ width:278px; padding:20px 0 35px 0;}
.sub .ul1{ margin-left:278px;}
.sub .c_378 h2{ font-size:20px; line-height:40px; padding-bottom:11px;}
.sub .c_378 h3{ font-size:20px; line-height:36px; margin-top:10px;}
.sub .c_378 .bian{ height:128px; top:29px;}
.sub .ul1 .l1 a{ padding:20px 0 35px 0;}
.sub .ul1 .l1 a .ico{ height:80px;}
.sub .ul1 .l1 a h4{ margin-top:6px; font-size:14px; line-height:26px;}
}
@media screen and (max-width:1199px) {
.menu{ display:none;}
.topnav{ z-index:99; height:66px;}
.topnav.on{ position:fixed; background:#343434;}
.topnav .logo{ width:126px; margin-top:12px;}
.menuph{ width: 75px;  height: 38px; font-size:14px; margin-top:12px; line-height:38px;}
.menuph .point { width: 24px; margin-top:12px;  height: 20px;}
.menuph .point:hover .navbtn,
.menuph .point:hover .navbtn::after,
.menuph .point:hover .navbtn::before {width: 24px;}
.menuph .navbtn { top: 6px;  width: 24px;  height: 2px;}
.menuph .navbtn::after,
.menuph .navbtn::before { height: 2px;}
.menuph .navbtn::after { top:-6px;}
.menuph .navbtn::before { top:6px;}
.pf_menu{ position:fixed; width:100%; height:100%; overflow-y:auto; right:0px; top:0px; display:block; padding:80px 2% 5px 2%; background:url(../images/bg_2.png); z-index: 9899; background: white;}
.ph_menu{ float:left; width:100%; text-align:left; top:66px;}
.ph_menu .nav_box{ margin:auto; width:100%; max-width:767px;}
.ph_menu .nli{ float:left; width:100%;}
.ph_menu .nli span{ float:left; width:100%;}
.ph_menu .nli .l1_a{ float:left; width:100%; color:#d32329; font-size:14px; line-height:39px; white-space:nowrap; position: relative; letter-spacing: 1px; border-bottom: dashed 1px #ccc; padding:0 10px;}
.ph_menu .nli .l1_a.have{ background: url(../images/person5_h.png) right center no-repeat; background-size: 8px 15px;}
.ph_menu .nli.on .l1_a.have{ background:url(../images/person5.png) right center no-repeat; background-size: 15px 8px;}
.ph_menu .nli .l2_ul{ display:none; height:auto; float:left; width:100%; padding: 10px 30px;}
.ph_menu .nli .l2_ul li a{ line-height:26px; font-size:12px; color:#666;}
.ph_menu .nli .l2_ul li a img{ width:18px; vertical-align:middle; margin:-2px 6px 0 0;}
.pz_menu.on{ box-shadow: 0 3px 6px rgba(0,0,0,0.15);}
.advantage .all {max-width: 1200px;}
}
@media screen and (max-width:767px) {
.topnav{ padding:0 10px;}
}

/*底部*/
.footer { width:100%; float:left; background: #222222; }
.footer #mydiv { position: absolute; z-index: 5; opacity: .2; }
.footer .footer_content {  clear:both; position: relative; max-width: 1500px; margin: 0 auto; z-index: 6;}
.footer .footer_content .footer_content_top { padding: 60px 0px; padding-bottom: 40px; }
.footer .footer_content .footer_content_top .content_top_left { width: 55%; }
.footer .footer_content .footer_content_top .content_top_left .top_left_list { width: 16.66%;}
.footer .footer_content .footer_content_top .content_top_left .top_left_list dd { margin-bottom: 20px; }
.footer .footer_content .footer_content_top .content_top_left .top_left_list dd a { font-size: 14px;color: #fff; }
.footer .footer_content .footer_content_top .content_top_left .top_left_list dt a { font-size: 14px; color: #777777; display: inline-block; width: 100%; margin-bottom: 12px; }
.footer .footer_content .footer_content_top .content_top_left .top_left_list dt a:hover { color: #fff; }
.footer .footer_content .footer_content_top .content_top_left .top_left_list dt a:last-child { margin-bottom: 0px; }
.footer .footer_content .footer_content_top .content_top_right { width: 23%; }
.footer .footer_content .footer_content_top .content_top_right .top_right_title { font-size: 16px; color: #fff; margin-bottom: 20px; }
.footer .footer_content .footer_content_top .content_top_right .top_right_content .right_content_list dd { line-height: 25px; margin-right: 15px; }
.footer .footer_content .footer_content_top .content_top_share { width: 21%; }
.footer .footer_content .footer_content_top .content_top_share .top_share_content { margin-top: 40px; }
.footer .footer_content .footer_content_top .content_top_share .top_share_content dd { color: #777777; font-size: 14px; margin-bottom: 10px; }
.footer .footer_content .footer_content_top .content_top_share .top_share_content dt a { width: 50px !important; height: 50px !important; margin: 0px 0px !important; padding-left: 0px !important;text-align: center; color: #fff; font-size: 20px; line-height: 50px; border: 1px solid #363636; margin-right: -1px !important; }
.footer .footer_content .footer_content_top .content_top_right .top_right_content .right_content_list { clear:both; color: #777777; font-size: 14px; margin-bottom: 20px; }
.footer .footer_content .footer_content_top .content_top_right .top_right_content .right_content_list dt { width: 75%; }
.bds_tsina { background: #2a2a2a !important; }
.bds_sqq { background: #2a2a2a !important; }
.bds_weixin { background: #2a2a2a !important; }
.footer .footer_content .footer_content_top .content_top_share .top_share_content dt a:hover { background: #252525 !important; opacity: 1 !important; color: #fb6a19; }
.footer .footer_content .footer_content_bottom { margin-bottom: 20px; }
.footer .footer_content .footer_content_bottom .content_bottom_left { font-size: 14px; color: #555555; width: 5% }
.footer .footer_content .footer_content_bottom .content_bottom_right { width: 95%; }
.footer .footer_content .footer_content_bottom .content_bottom_right a { font-size: 12px; color: #555555; display: inline-block; width: 7%; margin-left: 2%; margin-bottom: .8%; }
.footer .footer_content .footer_content_bottom .content_bottom_right a:hover { color: #fff; }
.footer_content_copyright { clear:both; margin-top: 150px; padding: 24px 0px; text-align: center;font-size: 14px; color: #777777; border-top: 1px solid #313131; z-index: 521; }
.footer_content_copyright a { font-size: 14px; color: #777777; }

/*底部*/
/*.footer .footer_content { display: none;}*/
.footer { height: auto; }
/*.footer #mydiv { display: none; }*/
.footer_content_copyright { padding: 20px 2%; }

/*banner*/
.pz_banner.banner-in{ height:0 !important; position:absolute; z-index:-1;}
.banner_1{ width:100%; height:100%; position:absolute; left:0; top:0;}
.banner_1 i{ font-style:normal;}
.banner_1 .banner_btn{ width:30px; height:65px; position:absolute; left:50%; bottom:25px; margin-left:-15px;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;
animation:myfirst 1s infinite;
-moz-animation:myfirst 1s infinite; /* Firefox */
-webkit-animation:myfirst 1s infinite; /* Safari and Chrome */
-o-animation:myfirst 1s infinite; /* Opera */}
.banner_1 .banner_btn img{display:block;}
@keyframes myfirst
{
0%   { bottom:15px;}
50%  { bottom:25px;}
75%  { bottom:25px;}
100% { bottom:15px;}
}

@-moz-keyframes myfirst /* Firefox */
{
0%   { bottom:15px;}
50%  { bottom:25px;}
75%  { bottom:25px;}
100% { bottom:15px;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
0%   { bottom:15px;}
50%  { bottom:25px;}
75%  { bottom:25px;}
100% { bottom:15px;}
}

@-o-keyframes myfirst /* Opera */
{
0%   { bottom:15px;}
50%  { bottom:25px;}
75%  { bottom:25px;}
100% { bottom:15px;}
}
@media screen and (max-width:767px) {
.b_nav{bottom:80px;}
.banner_1 .banner_btn{ width:20px; height:44px; bottom:80px; margin-left:-10px;}
@keyframes myfirst
{
0%   { bottom:55px;}
50%  { bottom:80px;}
75%  { bottom:80px;}
100% { bottom:55px;}
}

@-moz-keyframes myfirst /* Firefox */
{
0%   { bottom:55px;}
50%  { bottom:80px;}
75%  { bottom:80px;}
100% { bottom:55px;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
0%   { bottom:55px;}
50%  { bottom:80px;}
75%  { bottom:80px;}
100% { bottom:55px;}
}

@-o-keyframes myfirst /* Opera */
{
0%   { bottom:55px;}
50%  { bottom:80px;}
75%  { bottom:80px;}
100% { bottom:55px;}
}
}

/*底部漂浮*/
.pf_down{ width:100%; float:left; position:fixed; left:0; bottom:0; background:#fff; height:50px; z-index:99;}
.pf_down li{ width:20%; float:left; text-align:center; padding:0 0 5px 0; position:relative;}
.pf_down li .ico{ width:100%; float:left; height:30px;}
.pf_down li .ico img{ height:36px;}
.pf_down li .name{ width:100%; float:left; margin-top:0px; font-size:12px; color:#929292; line-height:14px;}
.pf_down li.l1 a{ display:inline-block; *zoom:1; *display:inline; width:56px; height:56px; background:rgba(255,255,255,0.8); border:solid 2px #d32329; margin-top:-20px;
-moz-border-radius:50%; 
-webkit-border-radius:50%; 
-khtml-border-radius:50%;
border-radius:50%;}

/*右侧漂浮*/
.pf_right{ width:55px; position:fixed; right:128px; top:100%; margin-top:-80px; z-index:-1;  visibilit:visible !important;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.pf_right ul{ width:100%; float:left;}
.pf_right ul li{ width:45px; height:42px; margin-top:12px; float:left; background:url(../images/btn1_bian_h.png) no-repeat center center; background-size:100%;}
.pf_right ul li a{ display:block; float:right; width:45px; height:38px; position:relative;
-moz-border-radius:24px; 
-webkit-border-radius:24px; 
-khtml-border-radius:24px;
border-radius:24px;}
.pf_right ul li a img{ float:left;}
.pf_right ul li a .img_1{ display:none;}
.pf_right ul li a .ico{ width:45px; height:38px; position:absolute; right:0; top:0;}
.pf_right ul li a h5{ width:131px; line-height:38px; text-align:center; color:white; font-size:14px; display:none; float:left;}
.pf_right ul li:hover{ background:none !important;}
.pf_right ul li:hover a{ width:160px; background:#d32329;}
.pf_right ul li:hover a h5{ display:block;}
.pf_right ul li.r_ewm:hover a{ width:45px; background:#d32329;}
.pf_right ul li.r_ewm:hover a h5{ display:none;}

.pf_right ul li.last{ background:url(../images/btn1_bian1_h.png)  no-repeat center center; background-size:100%; padding-top:5px;}

.pf_right ul li.r_ewm .z_ewm{position:absolute; right:57px;width:100px; height:100px; display:none; top:-12px;border:5px solid #d32329;}
.pf_right ul li.r_ewm .z_ewm span.jt{width:7px; height:14px; position:absolute; right:-12px; top:20px;}
.pf_right ul li.r_ewm .z_ewm img{width:100%; height:100%;}
.pf_right ul li.r_ewm:hover a .z_ewm{display:block;}

.pf_right.on{ right:40px;z-index:99999;}
.pf_right.on ul li a .img_2{ display:none; max-width:100%;}
.pf_right.on ul li a .img_1{ display:block;max-width:100%;}
.pf_right.on ul li{ background-image:url(../images/btn1_bian.png);}
.pf_right.on ul li.last{ background:url(../images/btn1_bian1.png) no-repeat center center; background-size:100%;}
.pf_right.on ul li:hover a .img_1{ display:none; max-width:100%;}
.pf_right.on ul li:hover a .img_2{ display:block;max-width:100%;}
@media screen and (max-width:1569px) {
	.pf_right.on{ right:0 !important;}
}

/*首页main*/
.top{ width:100%; background:white; float:left; height:54px; text-align:center; box-shadow:0 3px 7px rgba(0,0,0,0.09);}
.top.on{ position:fixed; left:0; top:0; z-index:9;}
.top .menu{ display:inline-block; *zoom:1; *display:inline; position:relative; vertical-align:top; margin:0; width:auto; left:auto; top:auto;}
.top .menu ul .nli{ width:auto; margin-left:-1px;}
.top .menu ul .nli span a{ padding:0 39px; height:54px; line-height:54px; font-size:16px; color:#555; background:url(../images/bian_2.png) no-repeat left center;}
.top .menu ul .nli.first span a{ background-image:none;}
.top .menu ul .nli.on span a,
.top .menu ul .nli:hover span a{ color: #fff; background:#343434;}
.top .menu ul .nli span:before{ display:none;}
.top .menu ul .nli .sub{ margin-left: ;}


.c_0100_1{ width:100%; float:left;  padding:174px 0 109px 0; background:url(../images/bg_3.jpg) no-repeat center center; }
.tit_1{ width:100%; float:left; text-align:center;}
.tit_1 h3{ width:100%; float:left; font-size:48px; color:black; font-family:Cambria; font-weight:bold;text-transform:uppercase; letter-spacing:-1px;}
.tit_1 h4{ width:100%; float:left; font-size:24px; color:#555; margin-top:20px; letter-spacing:1px;}
.row_1{ margin:0 -1px;}
.c_0100_1 ul{ width:100%; float:left; margin-top:80px;}
.c_0100_1 ul li{ width:16.666%; float:left; padding:0 1px;}
.c_0100_1 ul li .zbox{ width:100%; background:url(../images/bg_4.png); text-align:center; padding:33px 10px 40px 10px;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.c_0100_1 ul li .zbox .img{ width:100%; height:100px;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.c_0100_1 ul li .zbox .img img{ height:100%;}
.c_0100_1 ul li .zbox h5{ margin-top:11px; font-size:18px; color:white; line-height:27px;}
.c_0100_1 ul li .zbox h6{ font-size:12px; color:white; line-height:20px; opacity:0.5;font-family: 'OPENSANS-LIGHT'; text-transform:uppercase;}


@media screen and (min-width:768px) {
.c_0100_1 ul li .zbox:hover{ background:url(../images/bg_4_h.png);}
.c_0100_1 ul li .zbox:hover .img{ transform:rotateY(180deg);}
}

.c_0100_1 .text{ width:100%; float:left; text-align:center; margin-top:99px; font-size:30px; color:white; line-height:47px; font-weight:bold; letter-spacing:3px;}
.c_0100_1 .more{ width:100%; float:left; text-align:center; margin-top:29px;}
.c_0100_1 .more a{ display:inline-block; *zoom:1; *display:inline; width:160px; height:44px; line-height:42px; border:solid 1px white; font-size:14px; color:white;
-moz-border-radius:6px; 
 -webkit-border-radius:6px; 
 -khtml-border-radius:6px;
 border-radius:6px;}
.c_0100_1 .more a:hover{ background:#d32329; border-color:#d32329;}
@media screen and (max-width:1199px) {
.c_0100_1{ padding:74px 0 59px 0;}
.tit_1 h3{ font-size:28px;}
.tit_1 h4{ font-size:14px; margin-top:10px;}
.c_0100_1 ul{ margin-top:40px;   display:flex; flex-wrap: wrap; align-items: flex-start;}
.c_0100_1 ul li .zbox{ padding:23px 5px 30px 5px;}
.c_0100_1 ul li .zbox .img{ height:80px;}
.c_0100_1 ul li .zbox h5{ margin-top:6px; font-size:14px; line-height:23px;}
.c_0100_1 ul li .zbox h6{ line-height:18px;}
.c_0100_1 .text{ margin-top:49px; font-size:20px; line-height:37px;}
.c_0100_1 .more{ margin-top:19px;}
.c_0100_1 .more a{ width:120px; height:34px; line-height:32px; font-size:12px;}
}
@media screen and (max-width:767px) {
.c_0100_1{ padding:34px 10px 29px 10px;}
.c_0100_1 ul li{ width:33.333%; margin-top:2px;}
.c_0100_1 .text{ margin-top:29px; font-size:15px; line-height:27px;}
.c_0100_1 .more{ margin-top:12px;}
}

.c_0100_2{ width:96%;  background:url(../images/bg_5.png) no-repeat center 28px; padding:10px 0 110px 0;}
.row_2{ margin:0 -30px 0 -35px;}
.ul_1{ width:96%; margin:0 auto;  margin-top:20px;}
.ul_1 li{ width:33.333%; float:left; padding:0 30px 0 35px; margin-top:62px;}
.ul_1 li .zbox{ width:100%; float:left;}
.ul_1 li .zbox .img{ width:100%; float:left; position:relative; background:black; overflow:hidden; text-align:center;}
.ul_1 li .zbox .img img{ width:100%; float:left;
		 transition: all 1s linear;
	-moz-transition: all 1s linear;
 -webkit-transition: all 1s linear;
-o-transition: width all 1s linear;}
.ul_1 li .zbox:hover .img > img{ opacity:0.5;
		transform: scale(1.09,1.09);
	-ms-transform: scale(1.09,1.09);	
-webkit-transform: scale(1.09,1.09);
	 -o-transform: scale(1.09,1.09);	
   -moz-transform: scale(1.09,1.09);}
.ul_1 li .zbox .img .bian{ width:100%; height:100%; border:solid 1px white; position:absolute; left:0; top:0; opacity:0;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.ul_1 li .zbox .img .name{ width:100%; padding:0 50px; position:absolute; left:0; top:50%; margin-top:-82px; padding-bottom:22px; background:url(../images/bian_3.png) no-repeat center bottom; font-size:20px; color:white; line-height:30px; opacity:0;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.ul_1 li .zbox .img .p{ width:100%; padding:0 76px; position:absolute; left:0; top:50%; font-size:14px; color:white; line-height:24px; height:48px; overflow:hidden; opacity:0; margin-top:-33px;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.ul_1 li .zbox .img .more{ width:100%; position:absolute; left:0; top:50%; opacity:0; margin-top:27px;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.ul_1 li .zbox .img .more a{ display:inline-block; *zoom:1; *display:inline; width:41px; height:41px;
-moz-border-radius:50%; 
-webkit-border-radius:50%; 
-khtml-border-radius:50%;
border-radius:50%;}
.ul_1 li .zbox .img .more a img{ width:100%; float:left;}
.ul_1 li .zbox:hover .img .bian{ opacity:1; width:90%; height:90%; left:5%; top:5%;}
.ul_1 li .zbox:hover .img .name{ opacity:1; margin-top:-102px;}
.ul_1 li .zbox:hover .img .p{ opacity:0.6;}
.ul_1 li .zbox:hover .img .more{ opacity:1; margin-top:47px;}
.ul_1 li .zbox .img .more a:hover{ box-shadow:0 0 12px rgba(255,255,255,0.6);}
.ul_1 li .zbox .title{ width:100%; float:left; margin-top:21px;}
.ul_1 li .zbox .title h4{ width:100%; float:left; padding-right:35px; position:relative;}
.ul_1 li .zbox .title h4 a{ display:block; width:100%; float:left; font-size:20px; color:#333; line-height:38px;}
.ul_1 li .zbox .title h4 span{ position:absolute; right:0; top:0;}
.ul_1 li .zbox .title .p{ width:100%; float:left; margin-top:10px; padding-top:12px; border-top:dashed 1px #b2b2b2; height:42px;}
.ul_1 li .zbox .title .p .p_l{ float:left; font-size:14px; color:#666; line-height:30px;}
.ul_1 li .zbox .title .p .p_l span{ display:block; float:left; margin-right:18px;}
.ul_1 li .zbox .title .p .p_l span img{ height:100%; float:left; margin-right:8px;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.ul_1 li .zbox .title .p .p_l span:hover img,.ul_1 li .zbox .title .p .p_r:hover img{ transform:rotateY(180deg);}
.ul_1 li .zbox .title .p .p_r{ float:right; height:30px;}
.ul_1 li .zbox .title .p .p_r img{ height:100%;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.ul_1 li .zbox .title h4 a:hover{ color:#d32329;}
@media screen and (max-width:1569px) {
.ul_1 li .zbox .title .p .p_l span{ margin-right:12px;}
.ul_1 li .zbox .title .p .p_l span img{ margin-right:4px;}
}
@media screen and (max-width:1199px) {
.c_0100_2{ padding:50px 0 60px 0;}
.row_2{ margin:0 -10px 0 -15px;}
.ul_1 li{ padding:0 10px 0 15px; margin-top:32px;}
.ul_1 li .zbox .img .name{ padding:0 30px; margin-top:-42px; padding-bottom:12px; font-size:16px;line-height:24px; }
.ul_1 li .zbox .img .p{ padding:0 36px; font-size:12px; line-height:22px; height:44px;margin-top:-13px;}
.ul_1 li .zbox .img .more{ margin-top:17px;}
.ul_1 li .zbox .img .more a{ width:21px; height:21px;}
.ul_1 li .zbox:hover .img .name{ margin-top:-62px;}
.ul_1 li .zbox:hover .img .more{ margin-top:47px;}
.ul_1 li .zbox .title{ margin-top:11px;}
.ul_1 li .zbox .title h4{ padding-right:25px;}
.ul_1 li .zbox .title h4 a{ font-size:16px; line-height:28px;}
.ul_1 li .zbox .title h4 span{ width:20px;}
.ul_1 li .zbox .title .p{ margin-top:10px; padding-top:6px; height:30px;}
.ul_1 li .zbox .title .p .p_l{ font-size:12px; line-height:24px;}
.ul_1 li .zbox .title .p .p_l span{ margin-right:8px; height:24px;}
.ul_1 li .zbox .title .p .p_l span img{ margin-right:2px;}
.ul_1 li .zbox .title .p .p_r{ height:24px;}
}
@media screen and (max-width:991px) {
.c_0100_2{ padding:30px 10px 40px 10px;}
.ul_1 li{ width:50%; margin-top:22px;}
}
@media screen and (max-width:480px) {
.ul_1 li{ width:100%;}
}

.c_0100_3{ width:100%; float:left;  padding:120px 0 50px 0; overflow:hidden;}
.c_0100_3 h3{ font-size:48px; color:white; font-weight:bold; font-family:Cambria; width:auto; text-transform:uppercase; height:48px; position:absolute; left:-80px; top:80px;
transform:rotate(90deg);
-ms-transform:rotate(90deg);    /* IE 9 */  
-moz-transform:rotate(90deg);   /* Firefox */  
-webkit-transform:rotate(90deg); /* Safari 和 Chrome */  
-o-transform:rotate(90deg);     /* Opera */ 
 }
.c_0100_3 h3 span{ display:block; position:absolute; left:-230px; bottom:40px; background:url(../images/bian_4.png) no-repeat left bottom; width:975px; height:517px;
transform:rotate(-90deg);
-ms-transform:rotate(-90deg);    /* IE 9 */  
-moz-transform:rotate(-90deg);   /* Firefox */  
-webkit-transform:rotate(-90deg); /* Safari 和 Chrome */  
-o-transform:rotate(-90deg);     /* Opera */ }
.c_0100_3 .right{ width:91.08%;}
.c_0100_3 .right .img{ width:49.3%; float:right; margin-top:-74px;  padding-bottom:27.7%; overflow:hidden; position:relative;}
.c_0100_3 .right .img img{position:absolute; left:0; top:0; width:100%; min-height:100%;}
.c_0100_3 .right .c_670{ width:46.15%; float:left;}
.tabBox{ position:relative;}
.tabBox .hd{ height:24px; line-height:24px; width:100%; overflow:hidden; z-index:9; position:absolute; left:0; top:0;}
.tabBox .hd ul li{ float:left; padding:0 5%; text-align:center; border-left:solid 1px #3c3c3c; font-size:24px; color:white;
line-height:1;}
.tabBox .hd ul li.first{ padding-left:0; border-left:0;}
.tabBox .hd ul li a{ color:white;opacity:0.2; text-transform:uppercase; cursor:pointer;}
.tabBox .hd ul .on a,.tabBox .hd ul :hover a{ opacity:1; }
.tabBox .bd ul{ padding-top:72px; width:100%; float:left;}
.tabBox .bd ul .time{ font-size:16px; color:white; width:100%; float:left;}
.tabBox .bd ul .time span{ color:#d32329;}
.tabBox .bd ul .title{ margin-top:44px; font-size:24px; font-weight:bold; color:white; width:100%; float:left;}
.tabBox .bd ul .title a{ display:block; width:100%; color:white;}
.tabBox .bd ul .p{ margin-top:24px; font-size:14px; line-height:24px; height:48px; overflow:hidden; opacity:0.4; color:white; width:100%; float:left;}
.tabBox .bd ul .ul{ width:100%; margin-top:39px; float:left;}
.tabBox .bd ul li{ width:50%; padding-left:16px; background:url(../images/ico4_1.jpg) no-repeat left center; float:left;}
.tabBox .bd ul li a{ display:block; width:100%; font-size:16px; color:white; line-height:44px;}
.tabBox .bd ul li a:hover{ color:#b30310;}
.tabBox .bd ul .more{ width:100%; float:left; margin-top:60px;}
.tabBox .bd ul .more a{ display:block; float:left; font-size:14px; color:#b30310; line-height:34px; border-bottom:dashed 1px #747474;}
.tabBox .bd ul .more a:hover{ border-color:#b30310;}
.tabBox .bd ul .title a:hover{color:#b30310;}
@media screen and (max-width:1569px) {
.c_0100_3 .right{ width:90%;}
.c_0100_3 .right .c_670{ width:48%; }
.tabBox .hd ul li{ font-size:18px;}
.tabBox .bd ul{ padding-top:52px;}
.tabBox .bd ul .title{ margin-top:24px;}
.tabBox .bd ul .ul{ margin-top:20px;}
.c_0100_3 h3 span{ left:-230px; bottom:40px; width:875px; height:467px; background-size:contain;}
}
@media screen and (max-width:1199px) {
.c_0100_3{ padding:60px 0 20px 0;}
.c_0100_3 h3{ font-size:28px;height:28px; left:-40px; top:40px;}
.c_0100_3 h3 span{ left:-230px; bottom:20px; display:none;}
.tabBox .hd{ height:20px; line-height:20px;}
.tabBox .bd ul{ padding-top:50px;}
.tabBox .bd ul .time{ font-size:14px;}
.tabBox .bd ul .title{ font-size:18px;}
.tabBox .bd ul .p{ margin-top:14px; font-size:12px; line-height:24px; height:44px;}
.tabBox .bd ul .ul{ margin-top:19px;}
.tabBox .bd ul li{ padding-left:12px;}
.tabBox .bd ul li a{ font-size:14px; line-height:24px;}
.tabBox .bd ul .more{ margin-top:30px;}
.tabBox .bd ul .more a{ font-size:12px; line-height:28px;}
.c_0100_3 .right .img{ width:100%; margin-top:0; padding-bottom:56.25%;}
.c_0100_3 .right .c_670{ width:100%; margin-top:10px;}
}
@media screen and (max-width:767px) {
.c_0100_3{ padding:40px 10px 20px 10px; background-position:left center !important;}
.c_0100_3 h3{ width:100%; margin:0; position:relative; left:auto; top:auto; right:auto; bottom:auto;
transform:rotate(0deg);
-ms-transform:rotate(0deg);    /* IE 9 */  
-moz-transform:rotate(0deg);   /* Firefox */  
-webkit-transform:rotate(0deg); /* Safari 和 Chrome */  
-o-transform:rotate(0deg);     /* Opera */ }
.c_0100_3 h3 span{ display:none;}
.c_0100_3 .right{ width:100%; margin-top:20px;}
.tabBox .hd ul li{ padding:0 4%;}
}
@media screen and (max-width:480px) {
.tabBox .hd ul li{ padding:0 2.5%; font-size:14px;}
.tabBox .bd ul li{ width:100%;}
.tabBox .bd ul .more{ margin-top:10px;}
}

.c_0100_4{ width:100%; float:left; padding:118px 0 120px 0;}
.c_0100_4 ul{ width:100%; float:left;}
.c_0100_4 ul li{ width:50%; float:left; padding:0 15px;}
.c_0100_4 ul li .zbox{ width:100%; float:left; height:340px; position:relative; text-align:center; background-size:cover; background-repeat:no-repeat; background-position: center center;}
.c_0100_4 ul li .zbox .pf{ width: 234px; height:122px; position:absolute; left:50%; top:-61px; margin-left:-117px;}
.c_0100_4 ul li .zbox h4{ width:100%; float:left; position:absolute; left:0; top:50%; margin-top:-68px; font-size:30px; color:white; line-height:42px; letter-spacing:5px;}
.c_0100_4 ul li .zbox .more{ width:100%; float:left; position:absolute; left:0; top:50%; margin-top:-1px;}
.c_0100_4 ul li .zbox .more a{ display:inline-block; *zoom:1; *display:inline; width:160px; height:44px; line-height:42px; border:solid 1px white; font-size:14px; color:white; cursor:pointer;
-moz-border-radius:6px; 
-webkit-border-radius:6px; 
-khtml-border-radius:6px;
border-radius:6px;
}
.c_0100_4 ul li.l1 .zbox{}
.c_0100_4 ul li.l2 .zbox{ }
.c_0100_4 ul li.l2 .zbox h4{ color:#222;}
.c_0100_4 ul li.l2 .zbox .more a{ border-color:#9a9fa2; color:#333;}
.c_0100_4 ul li .zbox .more a:hover{ border-color:#9a9fa2; background:#9a9fa2; color:white;}
@media screen and (max-width:1199px) {
.c_0100_4{ padding:68px 0 70px 0;}
.c_0100_4 ul li .zbox{ height:240px;}
.c_0100_4 ul li .zbox .pf{ width: 134px; height:70px; top:-35px; margin-left:-67px;}
.c_0100_4 ul li .zbox h4{ margin-top:-48px; font-size:20px; line-height:32px;}
.c_0100_4 ul li .zbox .more a{ width:100px; height:34px; line-height:32px; font-size:12px;}
}
@media screen and (max-width:767px) {
.c_0100_4{ padding:38px 20px 40px 20px;}
.c_0100_4 ul li{ padding:0 5px;}
.c_0100_4 ul li .zbox{ height:200px;}
.c_0100_4 ul li .zbox .pf{ top:-25px;}
.c_0100_4 ul li .zbox h4{ margin-top:-38px; font-size:16px; line-height:22px; padding:0 5px;}
.c_0100_4 ul li .zbox .more{margin-top:10px;}
}

.c_0100_5{ width:100%; float:left; padding:30px 0 31px 0; background:#f2f2f2;}
.row_3{ margin:0 -20px;}
.c_0100_5 .slide_pic_12{ width:100%; float:left;}
.c_0100_5 .slide_pic_12 .li{ padding:7px 20px 5px 20px; width:100%; float:left; margin-left:-1px; border-left:dashed 1px #a9a9a9;}
.c_0100_5 .slide_pic_12 .li .text{ width:auto; padding-left:90px; position:relative; min-height:68px;}
.c_0100_5 .slide_pic_12 .li .text .ico{ width:68px; height:68px; position:absolute; left:0; top:0; border:solid 1px #dbdbdb;
-moz-border-radius:50%; 
 -webkit-border-radius:50%; 
 -khtml-border-radius:50%;
 border-radius:50%;
 -webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.c_0100_5 .slide_pic_12 .li .text .ico img{ width:100%; float:left;}
.c_0100_5 .slide_pic_12 .li .text h4{ width:100%; float:left; margin-top:7px; font-size:20px; color:#333; font-weight:bold; line-height:33px;}
.c_0100_5 .slide_pic_12 .li .text h4 span{ font-size:18px; color:#888;font-family: 'OPENSANS-LIGHT'; text-transform:uppercase; margin-left:12px; padding-left:12px; background:url(../images/bian_5.jpg) no-repeat left center; font-weight:normal;}
.c_0100_5 .slide_pic_12 .li .text h5{ width:100%; float:left; font-size:14px; color:#666; line-height:26px;}
.c_0100_5 .slide_pic_12 .li:hover .text .ico{ transform:rotate(360deg);}
.slide_pic_12 .slick-dots {
	position: absolute;
	bottom: -0px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	overflow:hidden;
}
.slide_pic_12 .slick-dots li {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 3px;
	padding: 0;
	cursor: pointer;
	background:black;
	opacity:0.6;
	-moz-border-radius:50%; 
-webkit-border-radius:50%; 
-khtml-border-radius:50%;
border-radius:50%;

}
.slide_pic_12 .slick-dots li.slick-active{
	opacity: 1;
}
@media screen and (max-width:1569px) {
.c_0100_5{ padding:20px 0 21px 0;}
.row_3{ margin:0;}
.c_0100_5 .slide_pic_12 .li{ padding:0 10px; text-align:center; margin-top:20px;}
.c_0100_5 .slide_pic_12 .li .text{ padding-left:0;}
.c_0100_5 .slide_pic_12 .li .text .ico{ position:relative; display:inline-block; *zoom:1; *display:inline;}

.c_0100_5 .slide_pic_12 .li .text{ padding-left:0;}
}
@media screen and (max-width:1199px) {
.c_0100_5{ padding:10px 0 11px 0;}
.c_0100_5 .slide_pic_12{ padding-bottom:20px;}
.c_0100_5 .slide_pic_12 .li .text .ico{ width:48px; height:48px;}
.c_0100_5 .slide_pic_12 .li .text h4{ margin-top:4px; font-size:16px; line-height:28px;}
.c_0100_5 .slide_pic_12 .li .text h4 span{ font-size:14px; margin-left:6px; padding-left:6px;}
.c_0100_5 .slide_pic_12 .li .text h5{ font-size:12px; line-height:22px;}

}
@media screen and (max-width:767px) {
.c_0100_5{ padding:6px 0 11px 0;}
.c_0100_5 .slide_pic_12 .li{ border:0;}
.c_0100_5 .slide_pic_12 .li .text .ico{ width:38px; height:38px;}
}

/*首页弹窗*/
.pf_mb{ width:100%; height:100%; position:fixed; left:0; top:0; background:url(../images/bg_9.png); z-index:9999; display:none;}
.tc_930{ width:930px; height:504px; background:url(../images/bg_8.png); position:fixed; left:50%; top:50%; margin:-252px 0 0 -465px; padding:57px 55px 0 55px; z-index:10001; display:none;}
.tc_930 .bian{ width:96%; height:92%; border:dashed 1px #e7a8aa; left:2%; top:4%; position:absolute; z-index:1;}
.tc_930 .btn{ width:42px; height:42px; position:absolute; right:35px; top:33px; cursor:pointer; z-index:9999;}
.tc_930 .title{ width:100%; float:left;}
.tc_930 .title img{ display:block; float:left;}
.tc_930 .title span{ display:block; float:left; margin-left:21px; margin-top:7px;}
.tc_930 ul{ margin:0 -10px; z-index:9999; position:relative;}
.tc_930 ul li{ width:50%; float:left; margin-top:20px; padding:0 10px;}
.tc_930 ul li .zbox{ width:100%; float:left; border:solid 1px #db7c7f; padding:0 4px 0 60px; position:relative;
-moz-border-radius:6px; 
-webkit-border-radius:6px; 
-khtml-border-radius:6px;
border-radius:6px;}
.tc_930 ul li .zbox .ico{ width:54px; height:54px; position:absolute; left:6px; top:0;}
.tc_930 ul li .zbox .ico img{ width:100%; float:left;}
.tc_930 ul li .zbox .name{ float:left; font-size:16px; color:white; line-height:54px;}
.tc_930 ul li .zbox .txk{ margin-left:38px; position:relative;}
.tc_930 ul li .zbox .txk input{ display:block; width:100%; height:54px; line-height:54px; color:white; font-size:16px; background:none;}
.tc_930 ul li.l1 .zbox .txk{ margin-left:88px;}
.tc_930 ul li.l2 .zbox .txk{ margin-left:56px;}
.tc_930 ul li.l3{ width:100%;}
.tc_930 ul li.l3 textarea{ display:block; width:100%; height:75px;border:solid 1px #db7c7f; padding:10px 19px; font-size:16px; line-height:24px; background:none; color:white;
-moz-border-radius:6px; 
-webkit-border-radius:6px; 
-khtml-border-radius:6px;
border-radius:6px;}
.tc_930 ul li.l2.l2_yz .zbox .txk{ padding-right:133px;}
.tc_930 ul li.l2.l2_yz .zbox .txk span{ width:129px; height:51px; position:absolute; right:2px; top:2px; cursor:pointer;}
.tc_930 ul li.l2.l2_yz .zbox .txk span img{width:100%; height:100%;}
.tc_930 ul li.l4 input{ display:block; width:100%; height:56px; line-height:54px; color:#d32329; font-size:24px; cursor:pointer; background:white;  border:solid 1px white;
-moz-border-radius:6px; 
-webkit-border-radius:6px; 
-khtml-border-radius:6px;
border-radius:6px;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.tc_930 ul li.l4 input:hover{ background:#d32329; color:white;}
@media screen and (max-width:991px) {
.tc_930{ width:92%; height:364px; left:4%; margin:-182px 0 0 0; padding:37px 35px 0 35px;}
.tc_930 .btn{ width:22px; height:22px; right:20px; top:28px;}
.tc_930 .title{ height:47px;}
.tc_930 .title img{ height:100%;}
.tc_930 .title span{ height:40px; margin-left:11px; margin-top:4px;}
.tc_930 ul{ margin:0 -5px;}
.tc_930 ul li{ margin-top:10px; padding:0 5px;}
.tc_930 ul li .zbox{ padding:0 4px 0 40px;}
.tc_930 ul li .zbox .ico{ width:34px; height:34px;}
.tc_930 ul li .zbox .name{ font-size:14px; line-height:34px;}
.tc_930 ul li .zbox .txk{ margin-left:32px;}
.tc_930 ul li .zbox .txk input{ height:34px; line-height:34px; font-size:14px;}
.tc_930 ul li.l1 .zbox .txk{ margin-left:78px;}
.tc_930 ul li.l2 .zbox .txk{ margin-left:46px;}
.tc_930 ul li.l3 textarea{ padding:6px 14px; font-size:14px; line-height:22px;}
.tc_930 ul li.l2.l2_yz .zbox .txk{ padding-right:83px;}
.tc_930 ul li.l2.l2_yz .zbox .txk span{ width:79px; height:31px; top:1px;}
.tc_930 ul li.l4 input{ height:36px; line-height:34px; font-size:18px;}
}
@media screen and (max-width:767px) {
.tc_930 ul li{ width:100%;}
.tc_930{ height:484px; margin:-242px 0 0 0;}
}
@media screen and (max-width:480px) {
.tc_930{ height:444px; margin:-222px 0 0 0; padding:27px 25px 0 25px;}
.tc_930 .title{ height:27px;}
.tc_930 .title span{ height:20px; margin-left:6px;}
.tc_930 .bian{ height:96%; top:2%;}
}

/*Banner图*/
.banner_2{ width:100%; float:left; position:relative;}
.banner_2 .bian{ width:2px; height:60px; background:#d32329; position:absolute; left:50%; bottom:-30px; margin-left:-1px;}
.banner_2 .img{ width:100%; height:780px; position:relative; overflow:hidden; float:left;}
.banner_2 .img > img{ width:1920px; height:780px; max-width:none; position:absolute; left:50%; top:50%; margin:-390px 0 0 -960px; }
@media screen and (max-width:1199px) {
.banner_2 .img{ height:580px}
.banner_2 .img > img{ width:1428px; height:580px; margin:-290px 0 0 -714px; }
.banner_2 .bian{ width:2px; height:40px; bottom:-20px;}
}
@media screen and (max-width:991px) {
.banner_2 .img{ height:450px}
.banner_2 .img > img{ width:1108px; height:450px; margin:-225px 0 0 -554px; }
}
@media screen and (max-width:480px) {
.banner_2 .img{ height:270px}
.banner_2 .img > img{ width:664px; height:270px; margin:-135px 0 0 -332px; }
}

/*网站新闻*/
.banner_2 .img .c_1570_1{ width:1570px; height:430px; position:absolute; left:50%; top:50%; margin-top:-215px; margin-left:-785px;}
.banner_2 .img .c_1570_1 img{ width:100%; height:auto; position:relative; left:auto; top:auto; margin:0;}
.banner_2 .img .c_1570_1 .img_l{ float:left; width:100%; margin-top:90px;}
.banner_2 .img .c_1570_1 .img_r{ position:absolute; right:0; top:0; width:770px; height:430px;}
.banner_2 .img .c_1570_1 .img_r img{ width:100%; position:absolute; left:0; top:0;}
@media screen and (max-width:1569px) {
.banner_2 .img .c_1570_1{ width:1200px; height:360px; margin-top:-180px; margin-left:-600px;}
.banner_2 .img .c_1570_1 .img_l{ margin-top:60px;}
.banner_2 .img .c_1570_1 .img_r{ width:50%;}
}
@media screen and (max-width:1199px) {
.banner_2 .img .c_1570_1{ width:94%; left:3%; height:260px; margin-top:-130px; margin-left:0px;}
.banner_2 .img .c_1570_1 .img_l{ margin-top:8%;}
}
@media screen and (max-width:991px) {
.banner_2 .img .c_1570_1{ height:200px; margin-top:-100px;}
}
@media screen and (max-width:480px) {
.banner_2 .img .c_1570_1{ height:80px; margin-top:-40px;}
.banner_2 .img .c_1570_1 .img_r{ width:60%;}
}


/*Banner图*/
.banner_3{ width:100%; overflow:hidden;}
.banner_3 .img{ width:100%; height:460px; position:relative; overflow:hidden;}
.banner_3 .img img{ width:1920px; height:460px; position:absolute; left:50%; top:50%; margin:-230px 0 0 -960px; max-width:none;}
.banner_3 .img .tit_1{ width:100%; top:50%; left:0; margin-top:-44px; position:absolute;}
.banner_3 .img .tit_1 h3{ color:#d32329;}
.banner_3 .img .tit_1 h4{ color:#fff; margin-top:10px;}
.row{ margin:0;}
@media screen and (max-width:1199px) {
.banner_3 .img{ width:100%; height:270px; position:relative; overflow:hidden;}
.banner_3 .img img{ width:1254px; height:300px; margin:-150px 0 0 -627px;}
.banner_3 .img .tit_1{ margin-top:-22px;}
}

.bg_1{ background:#f7f7f8; z-index:99; overflow:visible; padding-bottom:60px;}
.news_body{ width:1300px; margin:auto; position:relative; margin-top:-20px;}
.news_body .bian{ width:2px; height:80px; background:#d32329; position:absolute; left:50%; top:-40px; margin-left:-1px;}
.news_body .news_body_1{ width:100%; background:white; padding:70px 60px 60px 60px; float:left;}
.pz_SideLayer_1{ width:100%; float:left; text-align:center; padding-bottom:40px; border-bottom:solid 1px #e5e5e5;}
.pz_SideLayer_1 .pz_SideLayer{ display:inline-block; *zoom:1; *display:inline;}
.pz_SideLayer_1 .pz_SideLayer li{ float:left; margin:0 5px;}
.pz_SideLayer_1 .pz_SideLayer li a{ display:block; float:left; width:130px; height:46px; line-height:46px; background:#f7f7f8; font-size:16px; color:#333;}
.pz_SideLayer_1 .pz_SideLayer li a.hover,.pz_SideLayer_1 .pz_SideLayer li a:hover{ background:#191919; color:white;}

.ul_2{ width:100%; float:left; margin-top:10px;}
.ul_2 li{ width:50%; float:left; padding:0 15px; margin-top:30px;}
.ul_2 li .zbox{ width:100%; float:left; height:170px; float:left; background:#f7f7f8; padding-left:170px; position:relative;}
.ul_2 li .zbox .img{ width:170px; height:170px; position:absolute; left:0; top:0; overflow:hidden;}
.ul_2 li .zbox .img img{ width:100%; float:left;
		 transition: all 1s linear;
	-moz-transition: all 1s linear;
 -webkit-transition: all 1s linear;
-o-transition: width all 1s linear;}
.ul_2 li .zbox .text{ width:100%; padding:16px 20px 0 20px; position:relative;}
.ul_2 li .zbox .text h4{ width:100%; float:left; display:block; width:100%; font-size:16px; color:#222; line-height:24px;}
.ul_2 li .zbox .text h4 a{ }


.ul_2 li .zbox .text span{color:#d22328}

.ul_2 li .zbox .text .p{ width:100%; float:left; margin-top:9px; font-size:14px; color:#666; line-height:24px; height:72px; overflow:hidden;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.ul_2 li .zbox .text .time{ width:100%; float:left; margin-top:14px; font-size:12px; color:#888; line-height:18px;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.ul_2 li .zbox .text .ico{ width:28px; height:28px; position:absolute; right:20px; top:120px; opacity:0;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.ul_2 li .zbox:hover{ background:#d32329;}
.ul_2 li .zbox:hover .text h4{ color:white;}
.ul_2 li .zbox:hover .text .p{ color:white; opacity:0.6;}
.ul_2 li .zbox:hover .text .time{ color:white; opacity:0.6;}
.ul_2 li .zbox:hover .text .ico{ opacity:1;}
.ul_2 li .zbox:hover .img img{transform: scale(1.09,1.09);
	-ms-transform: scale(1.09,1.09);	
-webkit-transform: scale(1.09,1.09);
	 -o-transform: scale(1.09,1.09);	
   -moz-transform: scale(1.09,1.09);}
@media screen and (max-width:1299px) {
.news_body{ width:90%; margin-left:5%;}
.news_body .news_body_1{ padding:40px 30px 30px 30px;}
.news_body .bian{ height:40px; top:-20px;}
}
@media screen and (max-width:991px) {
.ul_2 li{ width:100%; margin-top:15px;}
.pz_SideLayer_1{ padding-bottom:20px;}
}
@media screen and (max-width:767px) {
.news_body .news_body_1{ padding:20px 10px 10px 10px;}
.bg_1{ padding-bottom:20px;}
.news_body{ margin-top:0px; width:100%; margin-left:0;}
.pz_SideLayer_1{ padding-bottom:10px;}
.pz_SideLayer_1 .pz_SideLayer{ width:100%;}
.pz_SideLayer_1 .pz_SideLayer li{ width:25%; margin:0;}
.pz_SideLayer_1 .pz_SideLayer li a{ width:100%; height:36px; line-height:36px; font-size:14px; border:solid 1px white;}
.news_body_1{ overflow:hidden;}
.ul_2 li{ margin-top:10px;}
.ul_2 li .zbox{ height:120px; padding-left:120px;}
.ul_2 li .zbox .img{ width:120px; height:120px;}
.ul_2 li .zbox .text{ padding:10px 12px 0 12px; }
.ul_2 li .zbox .text h4{ font-size:14px; line-height:22px;}
.ul_2 li .zbox .text .p{ margin-top:4px; font-size:12px; line-height:22px; height:40px;}
.ul_2 li .zbox .text .time{ margin-top:6px;}
.ul_2 li .zbox .text .ico{ width:20px; height:20px; right:15px; top:85px;}
}

.news_body_2{ width:100%; padding:80px 60px 60px 60px; background:white; float:left;}
.news_body_2 .zbox{ width:100%;  background:#f7f7f8; padding-right:20.51%; position:relative; float:left;}
.news_body_2 .c_240{ width:20.51%; position:absolute; right:0; top:0;}
.news_body_2 .c_240 .c_240_1{ width:100%; height:100%; position:relative; float:left;}
.pz_SideLayer_2{ width:100%; float:left;}
.pz_SideLayer_2 .ul1{ width:100%; float:left; text-align:right;}
.pz_SideLayer_2 .ul1 .l1{ width:100%; float:left; border-bottom:solid 1px white;}
.pz_SideLayer_2 .ul1 .l1 .l1_a{ display:block; width:100%; line-height:50px; padding:0 22px; font-size:16px; color:#333; background-position:left center;}
.pz_SideLayer_2 .ul1 .l1:hover .l1_a,.pz_SideLayer_2 .ul1 .l1 .l1_a.hover{ background:#191919 url(..../images/ico8_1.png) no-repeat 5% center; color:white;}
.pz_SideLayer_2 .ul2{ width:100%; float:left; padding:6px 22px; display:none;}
.pz_SideLayer_2 .ul2 .l2{ width:100%; float:left;}
.pz_SideLayer_2 .ul2 .l2 a{ display:block; width:100%; line-height:40px; font-size:14px; color:#333; padding-right:16px; background:url(..../images/ico8_2.jpg) no-repeat right center;}
.pz_SideLayer_2 .ul2 .l2:hover a,.pz_SideLayer_2 .ul2 .l2 a.hover{ color:#d32329; background-image:url(..../images/ico8_2_h.jpg);}

.news_body_2 .c_900{ width:100%; padding-right:30px; float:left; min-height:600px; background:white;}
.news_body_2 .c_900 .c_900_1{ width:100%; float:left;}
.tabBox_1{ width:100%; float:left;}
.tabBox_1 .hd{ width:100%; float:left; border-bottom:solid 1px #e5e5e5;}
.tabBox_1 .hd ul{ float:left; width:100%; overflow-x:auto;}
.tabBox_1 .hd ul li{ float:left;}
.tabBox_1 .hd ul li a{ display:block; height:42px; float:left; padding:0 16px; line-height:42px; font-size:14px; color:#555; margin-right:1px;
-moz-border-top-left-radius:4px; 
-webkit-border-top-left-radius:4px; 
-khtml-border-top-left-radius:4px;
border-top-left-radius:4px;
-moz-border-top-right-radius:4px; 
-webkit-border-top-right-radius:4px; 
-khtml-border-top-right-radius:4px;
border-top-right-radius:4px;}
.tabBox_1 .hd ul li a:hover,.tabBox_1 .hd ul li.on a{ background:black; color:white; padding:0 30px;}
.tabBox_1 .bd{ width:100%; float:left;}
.tabBox_1 .bd ul{ width:100%; float:left; padding-top:10px;}
.chancecontain{ position:relative; width:100%; float:left;}
.chancecontain ul{ float:left; width:100%; min-height:500px;}
.chancecontain ul li{ float:left; width:100%; margin-top:10px; position:relative; z-index:11; line-height:46px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s; 
transition: all 0.2s ease-out 0s;}
.chancecontain ul li .title{ width:100%; height:46px; padding:0 46px 0 30px; background:#f7f7f8; font-size:14px; color:#555;}
.chancecontain ul li.hover .title{ background:#d32329; color:white;}
.chancecontain .deta{ width:100%; left:0; top:0; overflow:hidden;  position:relative; display:none; background:#f7f7f8;}
.chancecontain .deta .condata{ float:left; padding:22px 30px 23px 30px; width:100%; color:#666666; font-size:14px;  line-height:28px;}

#lermore{ float:right; width:46px; height:46px; background:url(..../images/btn5.png) no-repeat center center; cursor:pointer; position:absolute; right:0; top:0; border-left:solid 1px white;}
.chancecontain ul li.hover .title #lermore{ background-image:url(..../images/btn5_h.png)}
@media screen and (max-width:1299px) {
.news_body_2{ padding:50px 30px 30px 30px;}
.pz_SideLayer_2 .ul1 .l1 .l1_a{ line-height:40px; padding:0 12px; font-size:14px;}
.pz_SideLayer_2 .ul1 .l1:hover .l1_a,.pz_SideLayer_2 .ul1 .l1 .l1_a.hover{ background-size:12px auto;}
.pz_SideLayer_2 .ul2{ padding:3px 12px;}
.pz_SideLayer_2 .ul2 .l2 a{ line-height:30px; font-size:12px; padding-right:10px; background-size:4px auto;}
.tabBox_1 .hd ul li a{ height:32px; padding:0 12px; line-height:32px; }
.tabBox_1 .hd ul li a:hover,.tabBox_1 .hd ul li.on a{ padding:0 20px;}
}
@media screen and (max-width:991px) {
.news_body_2 .zbox{ padding-right:0;}
.news_body_2 .c_240{ width:100%; position:relative; right:auto; top:auto;}
.chancecontain ul li .title{ padding:0 46px 0 15px;}
.pz_SideLayer_2{ position:relative;}
.pz_SideLayer_2 .btn{ width:20px; height:20px; position:absolute; right:0; top:-20px;}
.pz_SideLayer_2 .btn img{ width:100%; float:left;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;
}
.pz_SideLayer_2 .btn.on img{ transform:rotate(90deg);}
.pz_SideLayer_2 .ul1{ display:none;}
.news_body_2 .c_900{ padding-right:0; padding-top:20px;}
}
@media screen and (max-width:767px) {
.news_body_2{ padding:30px 10px 10px 10px;}
.chancecontain .deta .condata{ padding:12px 10px 13px 10px; font-size:12px;  line-height:22px;}
}


/*新闻列表list*/
.news_list{ width:100%; float:left;}
.news_list li{ width:100%; display:block; float:left; margin:20px 0; border-bottom:1px solid #e4e4e4; padding-bottom:30px;}
.news_list li .fl{ width:12%; height:110px; background:#b7b7b7; border-radius:2px; color:#fff; text-align:center;transition:all ease-in-out .5s; 
	-webkit-transition:all ease-in-out .5s; 
	-moz-transition:all ease-in-out .5s; }
.news_list li .fl b{ font-size:50px; margin-top:15px; display:block; float:left; width:100%; line-height:60px;}
.news_list li .fl em{ font-style:normal;font-size:16px;}
.news_list li .fr{ float:right; display:block; width:86%; padding:0 20px; }
.news_list li .fr a{ font-size:18px; color:#333; display:block; width:100%; float:left; margin:0 0 15px;}
.news_list li .fr p{ line-height:28px; color:#999; font-size:14px; height:60px; display:block; float:left; width:100%; overflow:hidden;}
.news_list li:hover .fl{ background:#da3220; }
.news_list li:hover .fr a{color:#e11c20; transition:all ease-in-out .5s; 
	-webkit-transition:all ease-in-out .5s; 
	-moz-transition:all ease-in-out .5s; }
.news_list li:hover .fr p{color:#666; transition:all ease-in-out .5s; 
	-webkit-transition:all ease-in-out .5s; 
	-moz-transition:all ease-in-out .5s; }

/*新闻详情*/
.mt_210{ margin-top:-210px; position:relative;}
.mt_210:before{ width:100%; height:210px; position:absolute; left:0; top:0; content:''; background:#f7f7f8;}
.news_body_3{ padding-top:115px;}
.c_900_2{ margin-top:-60px;}
.c_900_2 .title{ width:100%; float:left; padding-bottom:25px; border-bottom:solid 1px #e5e5e5;}
.c_900_2 .title h2{ width:100%; float:left; font-size:26px; color:#333; line-height:32px;}
.c_900_2 .title h6{ width:100%; float:left; margin-top:6px; font-size:14px; color:#666; line-height:24px;}
.c_900_2 .title h6 span{ display:inline-block; *zoom:1; *display:inline; margin-right:30px;}
.c_900_2 .text{ width:100%; float:left; margin-bottom:30px; margin-top:21px; font-size:14px; color:#555; line-height:30px;}
.c_900_2 .text h5{ color:#333; font-weight:bold; text-indent:0;}
.c_900_2 .p{ width:100%; float:left; margin-top:30px; padding:14px 20px 15px 20px; background:#e9eaeb; font-size:14px; color:#888; line-height:24px;
-moz-border-radius:8px; 
-webkit-border-radius:8px; 
-khtml-border-radius:8px;
border-radius:8px;}
.c_900_2 .btn{ width:100%; float:left; text-align:center;}
.c_900_2 .btn .btn_box{ width:80px; height:80px;display:block; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; overflow:hidden; padding:10px 0 13px 0; border:solid 1px #bfc2c5; cursor:pointer; margin:auto;}
.c_900_2 .btn .btn_box .ico{ width:100%; float:left;}
.c_900_2 .btn .btn_box h5{ width:100%; float:left; font-size:12px; color:#8f9499; line-height:19px;}
.c_900_2 .btn .btn_box_1{ width:80px; height:80px;display:block; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; overflow:hidden; padding:10px 0 13px 0; cursor:pointer; display:none; border:solid 1px #38b7f3; margin:auto;}
.c_900_2 .btn .btn_box_1 .ico{ width:100%; float:left;}
.c_900_2 .btn .btn_box_1 h5{ width:100%; float:left; font-size:12px; line-height:19px; color:#1eaef2;}
.c_900_2 .fx{ width:100%; float:left; text-align:center; margin-top:30px;}
.c_900_2 .fx .bdsharebuttonbox{ display:inline-block; *zoom:1; *display:inline;}
.c_900_2 .fx .bdsharebuttonbox span{ display:block; float:left; line-height:26px; font-size:14px; color:#555;}
.c_900_2 .fx .bdsharebuttonbox a{ display:block; float:left; width:26px; height:26px; margin:0 7px 0 10px !important; padding:0 !important; background-size:contain; background-repeat:no-repeat; background-position: center center;}
.c_900_2 .fx .bdsharebuttonbox a.a1{ background-image:url(../images/ico9_1.png);}
.c_900_2 .fx .bdsharebuttonbox a.a2{ background-image:url(../images/ico9_2.png);}
.c_900_2 .fx .bdsharebuttonbox a.a3{ background-image:url(../images/ico9_3.png);}
.c_900_2 .fx .bdsharebuttonbox a.a4{ background-image:url(../images/ico9_4.png);}
.c_900_2 .fx .bdsharebuttonbox a.a5{ background-image:url(../images/ico9_5.png);}
.c_900_2 .fx .bdsharebuttonbox a.a6{ background-image:url(../images/ico9_6.png);}

.c_900_2 .fy_sx{ width:100%; float:left; margin-top:30px; padding-top:25px; border-top:dashed 1px #999; position:relative;}
.c_900_2 .fy_sx h5{ width:50%; float:left; text-align:right; font-size:14px; color:#666; line-height:26px; height:26px; padding-right:113px; position:relative;}
.c_900_2 .fy_sx h5 a{ display:block; width:100%; color:#666; float:left;}
.c_900_2 .fy_sx h5 span{ display:block; position:absolute; right:13px; top:0; width:100px; text-align:center; font-size:14px; color:#333; line-height:26px;}
.c_900_2 .fy_sx h5 span svg{ display:inline-block; *zoom:1; *display:inline; width:26px; height:26px; background:url(../images/ico9_8.png) no-repeat center center; background-size:contain; vertical-align:middle; margin:-2px 10px 0 0;}
.c_900_2 .fy_sx .more{ width:26px; height:26px; position:absolute; left:50%; top:25px; margin-left:-13px;}
.c_900_2 .fy_sx .more a{ display:block; width:100%; height:100%; background:url(../images/ico9_7.png) no-repeat center center;}
.c_900_2 .fy_sx .right{ text-align:left; padding-left:113px; padding-right:0;}
.c_900_2 .fy_sx .right span{ right:auto; left:13px;}
.c_900_2 .fy_sx .right span svg{ background-image:url(../images/ico9_9.png); margin:-2px 0 0 10px;}
.c_900_2 .fy_sx h5:hover a{ color:#d32329;}
.slide_banner_1{ width:100%; float:left; margin-top:24px;}
.slide_banner_1 .slick-dots {
	position: absolute;
	bottom: 5%;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	overflow:hidden;
}
.slide_banner_1 .slick-dots li {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 6px;
	padding: 0;
	cursor: pointer;
	-moz-border-radius:50%; 
-webkit-border-radius:50%; 
-khtml-border-radius:50%;
border-radius:50%;
background:white;
opacity:0.55;
}
.slide_banner_1 .slick-dots li.slick-active{
	opacity: 1;
	background:#d32329;
}
.c_240_2{ width:100%; float:left; margin-top:11px; padding:0 16px 0 20px;}
.c_240_2 .title{ width:100%; float:left; padding-bottom:10px; border-bottom:solid 1px #dededf; font-size:16px; color:#333; line-height:24px;}
.c_240_2 ul{ width:100%; float:left; margin-top:-1px;}
.c_240_2 ul li{ width:100%; float:left; margin-top:17px; font-size:14px; color:#555; line-height:20px; max-height:40px; overflow:hidden;}
.c_240_2 ul li img{ vertical-align:middle; margin:-2px 13px 0 0;}
.c_240_2 ul li a{ color:#555;}
.c_240_2 ul li a:hover{ color:#d32329;}
.mt_20{ margin-top:31px;}
@media screen and (max-width:1199px) {
.mt_210{ margin-top:-80px;}
.mt_210:before{ height:80px;}
.news_body_3{ padding-top:65px;}
.c_900_2{ margin-top:-30px;}
.c_900_2 .title{ padding-bottom:15px;}
.c_900_2 .title h2{ font-size:20px; line-height:28px;}
.c_900_2 .title h6{ margin-top:4px; font-size:12px; line-height:22px;}
.c_900_2 .title h6 span{ margin-right:10px;}
.c_900_2 .text{ margin-bottom:20px; margin-top:11px; font-size:12px; line-height:24px;}
.c_900_2 .p{ margin-top:20px; padding:10px 14px 9px 14px; font-size:12px; line-height:22px;}
.c_900_2 .btn .btn_box{ width:60px; height:60px; padding:8px 0 10px 0;}
.c_900_2 .btn .btn_box .ico,.c_900_2 .btn .btn_box_1 .ico{ height:26px;}
.c_900_2 .btn .btn_box .ico img,.c_900_2 .btn .btn_box_1 .ico img{ height:100%;}
.c_900_2 .btn .btn_box_1{ width:60px; height:60px; padding:8px 0 10px 0;}
.c_900_2 .fx{ margin-top:20px;}
.c_900_2 .fx .bdsharebuttonbox span{ line-height:22px; font-size:12px;}
.c_900_2 .fx .bdsharebuttonbox a{ width:22px; height:22px; margin:0 3px 0 3px !important;}
.c_900_2 .fy_sx{ margin-top:20px; padding-top:15px;}
.c_900_2 .fy_sx h5{ font-size:12px; line-height:22px; height:22px; padding-right:90px;}
.c_900_2 .fy_sx h5 span{ right:10px; width:80px; font-size:12px; line-height:22px;}
.c_900_2 .fy_sx h5 span svg{ width:22px; height:22px; margin:-2px 6px 0 0;}
.c_900_2 .fy_sx .more{ width:22px; height:22px; top:15px; margin-left:-11px;}
.c_900_2 .fy_sx .more a{ background-size:contain;}
.c_900_2 .fy_sx .right{ padding-left:90px;}
.c_900_2 .fy_sx .right span{ left:10px;}
.c_900_2 .fy_sx .right span svg{ margin:-2px 0 0 6px;}
.slide_banner_1{ margin-top:14px;}
.c_240_2{ margin-top:6px; padding:0 10px;}
.c_240_2 .title{ padding-bottom:6px; font-size:14px; line-height:22px;}
.c_240_2 ul li{ margin-top:10px; font-size:12px;}
.c_240_2 ul li img{ margin:-2px 8px 0 0; width:4px;}
.mt_20{ margin-top:21px;}
}
@media screen and (max-width:991px) {
.c_240_2{ width:49%; margin-top:15px; padding-bottom:20px;}
.mt_20{ margin-top:15px; float:right;}
.c_240_2 ul li{ height:20px; overflow:hidden;}
}
@media screen and (max-width:767px) {
.news_body_3{ padding-top:35px;}
.c_240_2{ width:100%;}
.c_900_2 .fy_sx h5{ width:100%; text-align:left !important; padding-left:60px; padding-right:40px;}
.c_900_2 .fy_sx h5 span{ right:auto; left:0; width:60px;}
.c_900_2 .fy_sx h5 span svg{ display:none;}
.c_900_2 .fy_sx .right{ padding-left:60px; padding-right:40px;}
.c_900_2 .fy_sx .right span{ left:0px;}
.c_900_2 .fy_sx .more{ margin-left:0; left:auto; right:0; top:25px;}
.slide_banner_1 .slick-dots li {width: 6px;height: 6px;margin: 0 3px;}
}



@font-face {
    font-family: 'glyphicons-halflings-regular';
    src: url('fonts/glyphicons-halflings-regular.eot');
    src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/glyphicons-halflings-regular.woff') format('woff'),
         url('fonts/glyphicons-halflings-regular.ttf') format('truetype'),
         url('fonts/glyphicons-halflings-regular.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}



.z_page{ float:left; width:100%;    font-size: 14px;
    color: #555;
    line-height: 30px;}

.z_page .title{ width:100%; float:left; padding-bottom:25px; border-bottom:solid 1px #e5e5e5; text-align:center;}
.z_page .title h2{ width:100%; float:left; font-size:26px; color:#333; line-height:32px;}
.z_page .title h6{ width:100%; float:left; margin-top:6px; font-size:14px; color:#666; line-height:24px;}
.z_page .title h6 span{ display:inline-block; *zoom:1; *display:inline; }
.z_page .text{ width:100%; float:left; margin-bottom:30px; margin-top:21px; font-size:14px; color:#555; line-height:30px; text-indent:2em;}

@media screen and (max-width: 1199px){
.z_page{
    font-size: 14px;
    line-height: 24px;
    margin-top: 22px;
    padding:0 10px;
}
.z_page .title{ padding-bottom:15px;}
.z_page .title h2{ font-size:20px; line-height:28px;}
.z_page .title h6{ margin-top:4px; font-size:12px; line-height:22px;}
.z_page .title h6 span{ margin-right:10px;}
.z_page .text{ margin-bottom:20px; margin-top:11px; font-size:12px; line-height:24px;}
}

.ul_1 li .zbox .title .p .p_l span .bshare-custom{ width:100%; float:left; height:100%;}
.ul_1 li .zbox .title .p .p_l span .bshare-custom a{ background:none; display:block; width:24px !important; height:30px !important; float:left; margin:0 8px 0 0; padding-left:0 !important;}
.ul_1 li .zbox .title .p .p_l span .bshare-custom span{ color:#666; font-size:14px !important;line-height:30px !important; background:none; float:left !important; width:auto !important; font-weight:normal;}
@media screen and (max-width: 1199px){
.ul_1 li .zbox .title .p .p_l span .bshare-custom a{ width:20px !important; height:24px !important; margin:0 2px 0 0;}
.ul_1 li .zbox .title .p .p_l span .bshare-custom span{ font-size:12px !important;line-height:24px !important;}
}
.bsLogoLink{ width:50% !important;}
@media screen and (max-width: 767px){
#bsPanel{ position:fixed !important; left:50% !important; top:50% !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);}/**/

}




.newswitch{ width:100%; float:left;}
.newswitch .hd{ position:relative; z-index:5;}
.newswitch .bd{ width:100%; float:left; margin-top:-80px;}
.newswitch .bd ul li{ width:100%; position:relative;}
.newswitch .bd ul li .img{ width:1920px; height:500px; position:absolute; left:50%; top:50%; max-width:none; z-index:-1; margin:-250px 0 0 -960px;}

.h_50{float:left;width:100%; height:50px; display:none;}

@media screen and (max-width: 1199px){
.newswitch .bd{ margin-top:-50px;}
.newswitch .bd ul li .img{ width:1200px; height:313px; margin:-156px 0 0 -600px;}
}
@media screen and (max-width: 767px){
.newswitch .bd ul li .img{ width:920px; height:240px; margin:-120px 0 0 -460px;}
.h_50{display:block;}
}





.sitemap{ width:100%;float:left;}
.sitemap li{border-bottom:1px dashed #d2d2d2; padding:7px 0; float:left; line-height:40px;width:98%; padding-left:2%;  }
.sitemap li a{ margin-right:10px;font-size:12px; float:left; white-space: nowrap; font-size:14px;}
.sitemap li a:hover{color:#d32329;}
.sitemap li .font16{ font-size:16px;  /*color:#135fb1*/}
.sitemap li .font14{font-size:14px; }
.sitemap li .font12{ font-size:12px;  color:#999}

.z_neiye{    width: 100%; display:none;
    height: 100%;
    background: #131313;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999;}
.z_neiye iframe{border:none; position:relative; z-index:99;}
.z_neiye .zbtn{ width:60px; height:60px; cursor:pointer; position:absolute; right:30px; top:38px; z-index:10002; background:url(../images/tc_btn_2.png) no-repeat; background-size:100% 100%; }
@media screen and (max-width:1199px) {
.z_neiye .zbtn {width: 40px; height: 40px; right: 10px; top: 10px; }

}
@media screen and (max-width:767px) {
.z_neiye .zbtn{ width:22px; height:22px; right:15px; top:15px;}
}


/*20180604*/
.news_search{float:left; width:100%; margin-top:30px;}
.news_search .newsInput{float:left; width:68%; line-height:50px; background:#f7f7f7; padding:0 20px; font-size:16px;}
.news_search .newsSubmit{float:right; width:30%; background: #191919; color: white; font-size:20px; line-height:50px;}

.news_search .newsInput::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #666;
}
.news_search .newsInput:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #666;
}
.news_search .newsInput::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #666;
}
.news_search .newsInput:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #666;
}

@media screen and (max-width:992px) {
.news_search .newsInput{ line-height:40px; padding:0 15px; font-size:14px;}
.news_search .newsSubmit{ font-size:16px; line-height:40px;}
}
@media screen and (max-width:767px) {
.news_search{ margin-top:20px;}
.news_search .newsInput{width:74%;}
.news_search .newsSubmit{width:24%;}
}

.no_news_ts{font-size:18px; color:#cc272b; line-height:20px; padding:40px 0 0 0; text-align:center;}


.newsNy_search{float:left; width:100%; padding-bottom:10px; background:#fff;}
.newsNy_search .newsInput{float:left; width:68%; line-height:38px; background:#fff; padding:0 10px; font-size:14px; border:1px solid #191919;}
.newsNy_search .newsSubmit{float:right; width:30%; background: #191919; color: white; font-size:16px; line-height:40px;}
@media screen and (max-width:992px) {
.newsNy_search{padding-top:20px;}
.news_search .newsInput{ line-height:40px; padding:0 15px; font-size:14px;}
.news_search .newsSubmit{ font-size:16px; line-height:40px;}
}
@media screen and (max-width:767px) {
.newsNy_search .newsInput{width:74%;}
.newsNy_search .newsSubmit{width:24%;}
}


.newsNy_search .newsInput::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #666;
}
.newsNy_search .newsInput:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #666;
}
.newsNy_search .newsInput::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #666;
}
.newsNy_search .newsInput:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #666;
}


/*首页新闻*/

.home_news {
	background: #ffffff;
	padding: 174px 0 59px 0;
}

	.home_news .top_all {
		margin-bottom: 3%;
	}

	.home_news .news_com {
		/*max-width: 1200px;*/
		margin: auto;
		width: 83%;
	}
	.home_news .news_nei {
		padding: 150px 0 5px 0;
	}
		.home_news .news_com .n_left {
			width: 44.5%;
			float: left;
			position: relative;
		}
			.home_news .news_com .n_left .pic_new {
				/*position: absolute;*/
				z-index: 9999;
				top: 175px;
				left: 0px;
				padding: 5px 10px;

			}
			.home_news .news_com .n_left .imgd {
				position: relative;
				margin-bottom: 10px;
				overflow: hidden;
			}

				.home_news .news_com .n_left .imgd i {
					display: block;
					padding-bottom: 25.89118198874296%;
				}

				.home_news .news_com .n_left .imgd img {
					transition: 0.3s;
				}

					.home_news .news_com .n_left .imgd img:hover {
						transform: scale(1.1);
					}

				.home_news .news_com .n_left .imgd .ri {
					position: absolute;
					background: #0083c7;
					z-index: 9999;
					top: 0px;
					left: 0px;
					color: #fff;
					font-family: AvantGardeITCbyBT-Book;
					padding: 5px 10px;
					max-width: 99px;
				}

					.home_news .news_com .n_left .imgd .ri i {
						font-style: normal;
						font-size: 40px;
						font-weight: 700;
						height: 40px;
						line-height: 40px;
						width: 98%;
						margin: auto;
						display: block;
						text-align: center;
						overflow: hidden;
					}

					.home_news .news_com .n_left .imgd .ri time {
						font-size: 12px;
						width: 98%;
						margin: auto;
						display: block;
						height: 20px;
						line-height: 20px;
						overflow: hidden;
					}

@media (max-width: 480px) {
	.home_news .news_com .n_left .imgd .ri i {
		font-size: 20px;
		height: 25px;
		line-height: 25px;
	}

	.home_news .news_com .n_left .imgd .ri time {
		font-size: 10px;
	}
}

.home_news .news_com .n_left h4 {
	color: #333333;
	font-size: 18px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	width: 100%;
}

	.home_news .news_com .n_left h4 a:hover {
		color: #0083c7;
	}

.home_news .news_com .n_left p {
	font-size: 14px;
	max-height: 80px;
	color: #666;
	line-height: 20px;
	margin: 10px 0px;
	overflow: hidden;
}

.home_news .news_com .n_left .more {
	width: 160px;
	height: 36px;
	background: #0083c7;
	display: block;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 12px;
	margin-top: 20px;
	transition: 0.3s;
}

	.home_news .news_com .n_left .more:hover {
		background: #fe9d00;
	}

.home_news .news_com .n_right {
	width: 52.5%;
	float: right;
}

	.home_news .news_com .n_right ul li {
		border-bottom: 1px solid #ededed;
		padding: 10px 0px;
	}

		.home_news .news_com .n_right ul li .ri {
			width: 15%;
			float: left;
			font-family: AvantGardeITCbyBT-Book;
			max-width: 90px;
			color: #a4a4a4;
			font-weight: 500;
			text-align: center;
		}

			.home_news .news_com .n_right ul li .ri i {
				font-style: normal;
				font-size: 50px;
				font-weight: 700;
				height: 48px;
				line-height: 48px;
				width: 98%;
				margin: auto;
				display: block;
				overflow: hidden;
				margin-bottom: 3px;
			}

			.home_news .news_com .n_right ul li .ri time {
				font-size: 17px;
				width: 98%;
				margin: auto;
				display: block;
				height: 20px;
				line-height: 20px;
				overflow: hidden;
			}

		.home_news .news_com .n_right ul li .wen_nei {
			width: 84%;
			float: right;
		}

			.home_news .news_com .n_right ul li .wen_nei h4 {
				font-size: 16px;
				line-height: 24px;
				height: 24px;
				color: #333333;
				margin-bottom: 6px;
				overflow: hidden;
				width: 100%;
			}

			.home_news .news_com .n_right ul li .wen_nei p {
				color: #666;
				font-size: 12px;
				height: 40px;
				line-height: 20px;
				overflow: hidden;
			}

		.home_news .news_com .n_right ul li:last-child {
			border-bottom: none;
		}

		.home_news .news_com .n_right ul li:hover .wen_nei h4 {
			color: #0083c7;
		}

@media (max-width: 768px) {
	.home_news .news_com .n_left {
		width: 100%;
		margin-bottom: 10px;
	}

	.home_news .news_com .n_right {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.home_news .news_com .n_right ul li .ri {
		width: 20%;
	}

		.home_news .news_com .n_right ul li .ri i {
			font-size: 36px;
			height: 40px;
			line-height: 40px;
		}

		.home_news .news_com .n_right ul li .ri time {
			font-size: 12px;
		}

	.home_news .news_com .n_right ul li .wen_nei {
		width: 79%;
	}
}

@-webkit-keyframes bounceInLeft {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInLeft {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
.vcenter {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width:650px;
	height:180px;
	max-width: 100%;
	max-height: 100%;
	/*display: block;*/
/*	vertical-align: middle;*/
	/*margin: auto;*/
}


/*新闻详情*/
.NewsDetails {background: #fff;}
.NewsDetails .IndexService_content {padding: 55px 0px;width:90%;max-width: 1500px;margin: 0 auto;padding: 75px 0px;}
.NewsDetails .NewsDetails_title {border-bottom: 1px solid #e5e5e5;padding-bottom: 35px;}
.NewsDetails .NewsDetails_title h1 {font-size: 26px;color: #333333;font-weight: inherit;text-align: center;margin-bottom: 20px;}
.NewsDetails .NewsDetails_title .NewsDetails_title_sort span {font-size: 13px;color: #999999;margin-right: 25px;text-align: center;}
.NewsDetails .NewsDetails_title .NewsDetails_title_sort span:last-child {margin-right: 0px;}
.NewsDetails .NewsDetails_content {padding: 45px 0px;border-bottom: 1px solid #e5e5e5;min-height:calc(100vh - 260px);overflow:hidden;}
.NewsDetails .NewsDetails_content .NewsDetails_content_top {font-size: 14px;color: #333333;line-height: 24px;}
.NewsDetails .NewsDetails_content .NewsDetails_content_top p {margin-bottom: 20px;text-indent: 2em;font-size: 16px;line-height: 28px;}
.NewsDetails .NewsDetails_content .NewsDetails_content_top p img {max-width: 100%;}
.NewsDetails .NewsDetails_content .NewsDetails_content_top p.on {text-align: center;}
.NewsDetails .NewsDetails_content .NewsDetails_content_bottom {margin-top: 55px;}
.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_left {padding: 17px 0px;width: 34%;}
.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_left .bottom_left_copyright {font-size: 13px;color: #999999;margin-bottom: 25px;line-height: 26px;}
.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_left .bottom_left_TAG dd {font-size: 13px;color: #999999;line-height: 33px;margin-right: 20px;}
.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_left .bottom_left_TAG dt a {display: inline-block;font-size: 13px;color: #333333;background: #f4f4f4 url(..../images/bg14.jpg) no-repeat 100% 50%;line-height: 32px;padding: 0px 20px;margin-right: 15px;}
.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_left .bottom_left_TAG dt a:last-child {margin-right: 0px;}
.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_help {margin-left: 170px;}
.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_help a {display: inline-block;width: 140px;height: 82px;background: #ff7019;text-align: center;color: #fff;border-radius: 40px;padding: 15px 0px;}
.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_help a dd {font-size: 32px;}
.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_help .bottom_help_content {font-size: 12px;color: #999999;margin-top: 12px;text-align: center;}
.NewsDetails .NewsDetails_page {padding: 30px 0px;padding-bottom: 30px;}
.NewsDetails .NewsDetails_page .NewsDetails_page_left {margin: 6px 0px;}
.NewsDetails .NewsDetails_page .NewsDetails_page_left .page_left_list {margin-bottom: 8px;}
.NewsDetails .NewsDetails_page .NewsDetails_page_left .page_left_list:last-child {margin-bottom: 0px;}
.NewsDetails .NewsDetails_page .NewsDetails_page_left .page_left_list dd {font-size: 14px;color: #333333;}
.NewsDetails .NewsDetails_page .NewsDetails_page_left .page_left_list a {font-size: 14px;color: #333333;}
.NewsDetails .NewsDetails_page .NewsDetails_page_left .page_left_list a:hover {color: #ff7019;}
.NewsDetails .NewsDetails_page .NewsDetails_page_back {display: inline-block;border: 1px dashed #e5e5e5;width: 160px;line-height: 55px;text-align: center;font-size: 16px;color: #333333;}
.NewsDetails .NewsDetails_page .NewsDetails_page_back span {color: #ff7019;font-size: 25px;margin-right: 8px;position: relative;top: 3px;}
.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;
}

/*二级红导航*/

/*****/
.navlist1{ width:100%; height:120px; background:#d12a1a url(../images/bgSection.png) repeat; float:left;position:relative;}
.navlist1 ul{  width:100%; height:52px; display:block; float:left; text-align:center; margin-top:40px;}
.navlist1 ul li{ display:inline; color:#fff; cursor:pointer; text-align: center;}
.navlist1 ul li a{ color:#fff; font-size:16px;margin:0 10px; line-height:36px; border:1px solid #e78075; padding:10px 30px;}
.navlist1 ul li a:hover{ background:#af1d0e;}
.navlist1 ul li a.hover{ background:#af1d0e;}

.navlist2{ width:100%; margin:auto; position:relative; z-index:9; }
.navlist2 .parHd{ width:100%; margin:60px 0 30px; background:url(../images/line1.png) center 10px no-repeat; float:left; }
.navlist2 .parHd ul{ width:100%; height:32px; display:block; float:left; text-align:center;}
.navlist2 .parHd ul li{ display:inline; margin:0 10px; cursor:pointer;  font-size:14px; border:1px solid #dcdcdc; padding:10px 30px; background:#fff;}
.navlist2 .parHd ul li:hover{ background:#fc4e4f; border:1px solid #fc4e4f; color:#fff; }
.navlist2 .parHd ul li.hover{ background:#fc4e4f; border:1px solid #fc4e4f; color:#fff; }
.navlist li {
	display: inline;
	margin: 0 5px;
	padding: 0;
	color: #808080;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.navlist li a {
	background: #FFF;
	border: 1px solid #B9B8B8;
	border-radius: 0px;
	font-size: 14px;
	color: #808080;
	display: inline-block;
	padding: 10px 25px;
}
.navlist li a:hover, .navlist li.active a {
	background: #D61919;
	border-color: #D61919;
	color: #fff;
}
.text-center { text-align: center; }
.margin-big-middle-top { margin-top: 30px;}


/*左右布局*/

.c_left{ width:20%; float:left; margin:50px 0; }
.c_left .left_menu{width:100%; height:85px; line-height:85px; text-align:center; float:left; background:#df1a1f; color:#fff; font-size:26px; }
.c_left ul{ background:#f7f7f7; width:100%; float:left; min-height:100px; padding:20px 0 100px;}
.c_left ul li{ display:block; float:left; height:50px; line-height:50px; width:100%; border-bottom:1px solid #e5e5e5; box-shadow:0px 1px 0px #fff;}
.c_left ul li a{ font-size:16px; color:#333; text-align:center; display:block;}
.c_left ul li a.now{ color:#e11c20;}
.c_right{ float:right; width:75%; height:auto; margin:50px 0; min-height:500px;}
.c_right .c_title{ width:100%; text-indent:10px; height:50px; line-height:50px; font-size:24px; margin-bottom:20px; border-bottom:2px solid #c3c3c3;}
.c_right .c_title span{ float:right; font-size:14px; color:#999;}
.c_right .c_title span a{ padding:0 5px; color:#999;}
.content{ width:100%; padding:30px 25px; font-size:16px; line-height:40px;}
.content img{ margin:30px 0 40px;}


/*滚动数字*/
* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fl {
    float: left;
}

.fr {
	float: right;
}


.advantage {
	background: url(../images/bg10.jpg);
	height: 532px;
	no-repeat 50%/cover;
}

	.advantage .advantage_content {
		max-width: 1500px;
		margin: 0 auto;
	}

		.advantage .advantage_content .advantage_content_list {
			padding-top: 80px;
			padding-left: 47px;
			height: 532px;
			width: 20%;
			margin-left: 5%;
		}

			.advantage .advantage_content .advantage_content_list:nth-child(1) {
				background: url(../images/bn3.png) no-repeat 0% 0%;
				margin-left: 0px;
			}

			.advantage .advantage_content .advantage_content_list:nth-child(2) {
				background: url(../images/bn4.png) no-repeat 0% 0%;
			}

			.advantage .advantage_content .advantage_content_list:nth-child(3) {
				background: url(../images/bn5.png) no-repeat 0% 0%;
			}

			.advantage .advantage_content .advantage_content_list:nth-child(4) {
				background: url(../images/bn6.png) no-repeat 0% 0%;
			}

			.advantage .advantage_content .advantage_content_list .content_list_title {
				font-size: 70px;
				color: #fff;
				font-family: "Impact";
				position: relative;
				padding-bottom: 15px;
				margin-bottom: 25px;
			}

				.advantage .advantage_content .advantage_content_list .content_list_title:before {
					content: "";
					position: absolute;
					display: inline-block;
					width: 40px;
					height: 1px;
					background: #ff7019;
					left: 0;
					bottom: 0px;
				}

			.advantage .advantage_content .advantage_content_list .content_list_body p {
				font-size: 16px;
				color: #fff;
				margin-bottom: 5px;
			}

				.advantage .advantage_content .advantage_content_list .content_list_body p:last-child {
					margin-bottom: 0px;
				}

/*分页*/
.pages{ text-align:center; margin-top:2%; margin-bottom:2%;}


