*{margin:0;padding:0;}
.h760{max-height:760px;overflow:hidden;}
.mrb50{margin-bottom:50px;}
.b_w{ width: 100%;background:#000000;overflow:hidden; margin:25px 0;}
.b_g{width: 100%; background:#000000; margin:25px 0;}
.container{ width:1200px; margin:0 auto;}
.hidden {display: none !important;}
.top img{display:block;height:67px;margin-top:15px;}
/*位置导航*/
.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;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -moz-box-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
/* 回到顶部 */
 #returnTop {
	_display:none;
	position:fixed;
	_position:absolute;
	z-index:999;
	right:240px;
	bottom:-100px;
	_bottom:auto;
	width:36px;
	height:80px;
	text-indent:-999px;
	overflow:hidden;
	background-image:url(../images/Top.png);
	_background-image:url(../images/Top.png);
	background-repeat:no-repeat;
	background-position:0 0;
	transition:bottom 0.9s;
	-webkit-transition:bottom 0.9s;
	-moz-transition:bottom 0.9s;
	-o-transition:bottom 0.9s;
}
#returnTop:hover {
	background-position:0 -80px;
}
/* 回到顶部 */

.snav{
	width: 1166px;
    margin: 30px auto 0;
	color: #fff;
	height:35px;
	line-height:35px;
	border-radius:5px;
	padding-left:32px;
	border: 1px solid #414141;
    background: url(../images/snav.png) 10px center no-repeat #1c1c1c;
}
.snav a{
	padding:0 5px;
}
.ability-big {
    height: 40px;
    margin: 10px 0 20px;
    border-bottom: solid 1px #414141;
}
.win-text {
    font-weight: 400;
    color: #fff;
    float: left;
    border-bottom: solid 1px #fff;
    line-height: 40px;
	font-size:20px;
}
.ability-big a:hover{
	color:#fff;
	text-decoration:underline;
}
.fz-serve {
    float: left;
    font-weight: 400;
    color: #666;
    padding: 15px 0 0 30px;
	font-size:14px;
}
.fz-serve a{ padding:0 10px; color:#666;}
.fz-serve a:hover{color: #ff0000;font-weight:bold;}
.fz-serve .on{ color:#ff0000; font-weight:bold;}

.more{ float:right;width: 69px;height: 25px;padding: 15px 0 0 15px; font-size:14px; color:#666666;text-align: right;}
.more a{ color:#666666;}


.row{}
.row ul{}
.row ul li{float: left;
    border: solid 1px #414141;
    overflow: hidden;
	text-align:center;
	width: 213.8px;
    height: 315px;
	margin:0 30px 30px 0;
}
.row ul li:nth-child(5n){
	margin-right: 0px;
}		
.row ul li:hover,.rrow ul li:hover{border-color:#ff0000;}
.row ul li:hover  h3,.row ul li:hover .pull-right,.rrow ul li:hover  h3,.rrow ul li:hover .pull-right{color: #ff0000;}
.row ul li img{ max-height:215px; overflow:hidden; background:url(../images/loads.gif) center no-repeat; transition: all 0.5s ease;}

.row ul li h3{font-size:15px;
    color: #ffffff;
    padding: 15px 0 0 18px;
    font-weight: 400;
	width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.row ul li p {
    padding: 10px 18px 15px;
    overflow: hidden;
}
.pull-left {
    float: left !important;
	font-size: 14px;
    color: #464646;
}
.pull-right {
	color: #999;
    float: right !important;
}

/*add left*/
.rrow{}
.rrow ul{}
.rrow ul li{float: left;
    border: solid 1px #414141;
    overflow: hidden;
	width: 208px;
    height: 296px;
	margin-top: 30px;
	text-align:center;}
.rrow ul li img{ max-height:210px; overflow:hidden; background:url(../images/loads.gif) center no-repeat; transition: all 0.5s ease;}

.rrow ul li h3{
	font-size:15px;
    color: #fff;
    padding: 15px 0 0 18px;
    font-weight: 400;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.rrow ul li p {
    padding: 10px 18px 15px;
    overflow: hidden;
}

/*首页关于我们*/
.gyhd{
    padding-bottom:60px;
	max-width: 1200px !important;
}

.ab_left{
	width:580px;
	float:left;
}
.title1{
    padding:60px 0 30px;
    position: relative;
    z-index:2;
}
.title1 h5{
    font-size:30px;
    line-height:30px;
    color:#fff;
}
.title1 h5 span{
    font-size:16px;
    color:rgba(255, 255, 255, .2);
}
.title1 p{
    font-size:15px;
    line-height:17px;
    color:rgba(255, 255, 255, .5);
    padding:15px 0 20px;
    position: relative;
}
.title1 p::before{
    content:"";
    width:50px;
    height:3px;
    background:#fe0000;
    position: absolute;
    bottom:0;
    left:0;
}
.title1-2 h5{
    color:#fff;
}
.title1-2 h5 b{
    color:#fe0000;
    font-weight:normal;
}
.title1-2 h5 span{
    color:#666;
	text-transform:uppercase;
}
.title1-2 p{
    color:#666;
}
.overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gyhd .text1{
    line-height:27px;
    color:#999;
    height:135px;
    overflow: hidden;
}
.gyhd ul{
    margin:20px -2px 0;
}
.gyhd ul li{
    width:31.33%;
	height:124px;
	overflow:hidden;
    padding:0 5px;
    display: none;
}
.gyhd ul li.nav-128,.gyhd ul li.nav-129,.gyhd ul li.nav-130{
    display: block;
}
.gyhd ul li a{
    display:block;
    overflow: hidden;
    position: relative;
}
.gyhd ul li a .img{
    height:124px;
    transition: all 0.5s;
}
.gyhd ul li a h5{
    position:absolute;
    width:100%;
    height:100%;
    background: rgba(102,102,102,0.85);
    top:0;
    left:0;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:18px;
    color:#fff;
    font-weight:bold;
}
.gyhd ul li a:hover .img{
    transform:scale(1.1);
}
.ab_right{
	float:right;
	width:580px;
}
.gyhd .imgbox{
    padding:12px;
    background:#fff;
    box-shadow:0 0 6px rgba(0, 0, 0, .2);
    overflow: hidden;
    margin-top:60px;
}
.gyhd .imgbox .img{
	width:556px;
    height:372px;
	overflow: hidden;
	position: relative;
	cursor:pointer;
}
/*.gyhd .imgbox .img:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: url(../images/vedio.png) no-repeat center;
    background-color: rgba(0,0,0,0.5);
    bottom: 0;
    top: 0;
    z-index: 9;
}*/
.play-btn{
    position: absolute;
    z-index: 1111;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.play-btn[data-play="on"]{
    display: none;
}
.play-btn[data-play="on"]:hover{
    display: flex;
}
.foot_nav{
	margin:0 auto; 
	width:1098px; 
	height:35px; 
	line-height:35px;
	padding:0 50px;
	background:url(../images/title1_33.gif) repeat-x;
	overflow: hidden;
	border-left:1px solid #414141; 
	border-right:1px solid #414141;
}
.page{
	width:100%;
	height:50px;
}
.foot_nav a{
	color:#fff;
	padding:0 38px
}
.fenye {
    text-align: center;
}
.fenye li:first-child, .fenye li:last-child {
    display: none;
}
.fenye li {
    display: inline-block;
}
.page li a {
    width: 48px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border:1px solid #414141;
    color: #fff;
    margin-right: 15px;
}
.page li.active a, .page li:hover a{
     border:1px solid #ff0000;
    color: #ff0000;
}
/*内页关于我们我们*/
.b_l {float: left;}
.b_r {float: right;}
.about-tabs{
	margin-bottom:20px;
}
.about-tabs ul li{
	width:208px;
	height:48px;
	line-height:48px;
	margin:8px 0;
	text-align:center;
}
.about-tabs ul li a.nav-link{
	width: 100%;
    height: 100%;
	display: block;
    text-transform: uppercase;
    font-weight: 500;
    color: #333;
    font-size: 16px;
    position: relative;
    z-index: 1;
}
.about-tabs ul li a.nav-link:after{
	position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: #ffffff none repeat scroll 0 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.wrap .about-tabs ul li a.nav-link.active:after{
	position: absolute;
    content: "";
    top: 0;
    width: 88%;
    height: 100%;
    left: 14px;
    z-index: -1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #ff0000 none repeat scroll 0 0;
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
}
.wrap .about-tabs ul li a.nav-link:hover:after {
	width: 88%;
    height: 100%;
    left: 14px;
	background: #ff0000 none repeat scroll 0 0;
	-webkit-transform: skew(-30deg);
	transform: skew(-30deg);
}
.wrap .about-tabs ul li a.nav-link.active,.wrap .about-tabs ul li a.nav-link:hover{
	color: #fff;
}	

/*效果样式*/
.box{width:670px;}
.left-pro{width: 670px;text-align:left;float:left;}
.left-pro .t1{width:117px;float:left}
.left-pro .t2{width: 484px;text-indent:0;float:left; margin-left:25px; border:#e1e1e1 1px solid; }
.left-pro .t2 .MagicZoom>img{text-indent:0;width: 100%}
#showArea img{cursor:pointer;display:block;margin-bottom:5px;width:104px; border:1px solid #e1e1e1;height:101px;float:left}
#main_img{cursor:pointer;display:block;max-width: 100%;}
#gotop{cursor:pointer;display:block;margin-left:9px}
#gobottom{cursor:pointer;display:block;margin-left:9px}
#showArea{height:428px;margin:10px;overflow:auto; width:106px;}
#showArea::-webkit-scrollbar{width: 0}
.MagicZoomBigImageCont{border:1px solid #91b817;overflow:hidden}
.MagicZoomBigImageCont img{width:600px;height:800px}
.MagicZoomBigImageCont iframe{width:200px;height:300px}
.MagicZoomHeader{font:10px Tahoma, Verdana, Arial, sans-serif;color:#fff;background:#91b817;text-align:center !important}
.MagicZoomPup{border:1px solid #aaa;background:#fff;cursor:hand;left:0}
.MagicZoomLoading{text-align:center;background:#fff;color:#444;opacity:0.8;padding:3px 3px 3px 3px !important;display:none}
.MagicZoomLoading img{padding-top:3px !important}
.MagicThumb{cursor:url(cursor/zoomin.cur), pointer;outline:none}
.MagicThumb-zoomed{cursor:default}
.MagicThumb span{display:none}
.MagicThumb-image{border:1px solid #ccc;outline:none}
.MagicThumb-image-zoomed{cursor:url(cursor/zoomout.cur), pointer}
.MagicThumb-caption{color:#333333;background-color:#F0F0F0;border:1px solid #CCC;border-top:none;font-family:Verdana, Helvetica;font-size:11px;padding:8px 16px}


.MagicThumb-controlbar{display:block;height:18px}
.MagicThumb-controlbar a{display:block;width:180px;height:180px;margin:0px 1px;outline:none;float:left;overflow:hidden}
.MagicThumb-controlbar a span{display:block;width:1000px;height:1000px;background:transparent url(graphics/controlbar.png) no-repeat 0 0;outline:none;position:absolute;left:0px;top:0px}
.MagicThumb-loading{border:1px solid #000;background:#fff url(graphics/loader.gif) no-repeat 2px 50%;padding:2px 2px 2px 22px;margin:0;text-decoration:none;text-align:left;font-size:8pt;font-family:sans-serif;}

/*效果样式*/
.ti-top{ margin-top:30px;}
.cp-tail {
    width: 528px;
    height: 484px;
    border:1px solid #414141;
    background:url(../images/bt_line.png) left bottom repeat-x;
}
.cp-tail .text{}
.cp-tail .text h3{
	font-size:16px;
	line-height:28px;	
	padding:15px 20px;
    color: #fff;
}
.cp-tail .text .imore{}
.cp-tail .text .imore ul{ padding:0 10px;}
.cp-tail .text .imore ul li{ line-height:35px; font-size:15px;}
.cp-tail .text .imore ul li b{ float:left; line-height:35px; padding:0 10px;  font-weight:normal; font-size:12px; color:#fff;}
.cp-tail .text .imore ul li a{ line-height:35px;  padding:3px 8px; color:#584a58; background:#ededed; margin-left:6px; font-size:12px; cursor:pointer;}
.cp-tail .text .imore ul li a:hover{ color:#FFFFFF; background:#d10000;}
.cp-tail .text .itel{ height:45px; margin-top:45px; line-height:45px; background:url(../images/tel_bj.png) left center no-repeat #414141; padding-left:20px; color:#d81b20; font-size:14px;}


#wrap{ width:100%;}
.wrap{ width:1200px; margin:30px auto;overflow: hidden;}
.wrap_left{ width:238px;  }
.wrap_left .relTitle {
    border: 1px solid #414141;
    border-top: 1px solid #ff0000;
    background-color: #1c1c1c;
    height: 42px;	
}
.wrap_left .relTitle span{    
	height: 42px;
    font-size: 14px;
    color: #fff;
    line-height: 42px;
    padding-left: 10px;
	display:block;
}
.wrap_left ul{padding:0 15px;}
.wrap_right{ 
	width:920px;     
	display: inline;
	margin-bottom: 50px;
    border: 1px solid #414141;
    border-top: 1px solid #ff0000;
}
.wrap_right .tabTitle {
    border-bottom: 1px solid #414141;
    background-color: #1c1c1c;
	height:42px;
}
.wrap_right .tabTitle .hover {
    height: 42px;
    margin-bottom: -1px;
    margin-left: -1px;
    background-color: #ff0000;
    color: #ffff;
	line-height:42px;
	padding:0 20px;
	float:left;
	font-size:14px;
}
.wrap_right .pro_detail{ padding:20px 10px; line-height:30px; font-size:12px; color:#ffffff;}
.wrap_right .pro_detail img{ max-width:100%;display:block;margin:0 auto;}

/*荣誉*/
.rongyu{padding:10px;}
.rongyu ul{}
.rongyu ul li{
	float:left;
	width:214px;
	height:214px;
	margin:0 14px 25px 0;
	background:#ffffff;	
}
.rongyu ul li:nth-child(4n){
	margin-right:0 ;
}
.rongyu ul li a {
	width:100%;
	height:100%;
	display: block;
    overflow: hidden;
    position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
}
.rongyu ul li a h5{
	display:none;
}
.rongyu ul li a:hover h5 {
    position: absolute;
    width: 100%;
    height: 100%;
	background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.rongyu ul li a img{
	max-width: 100%;
    max-height: 100%;
}
/*新闻*/
.VieList{padding:20px 10px;}
.VieList ul{}
.VieList ul.news-item li{
	height:118px;
	padding-bottom:25px;
	margin-bottom:15px;
	border-bottom:1px solid #414141;	
}
.n-left-img{
	width:118px;
	height:118px;
	margin-right:20px;
}
.n-left-img img{
	max-width: 100%;
    max-height: 100%;
}
.n-left-text{
	width:570px;
}
.VieList .n-left-text2{
	width:100%;
}
.n-left-text h2{
	font-size:15px;
	color:#fff;
	margin-bottom:10px;
}
.n-left-text h2 a{
	width:80%;
	display:block;
	color:#fff;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.n-left-text h5{
	height:45px;
	line-height:22px;
	font-size:13px;
	color:#999;
	overflow:hidden;
}
.n-left-text span{
	display:block;
	font-size:13px;
	color:#999;
	margin-top:8px;
}
.win-title h1{
	font-weight: 400;
    color: #fff;
    line-height: 24px;
    font-size: 20px;
	margin-bottom:20px;
	text-align:center;
}
.info{
	line-height: 30px;
    padding: 10px 0;
    color: #999;
	text-align:center;
	margin-bottom:20px;
	border-bottom: solid 1px #414141;
}
.inner_text {
    line-height: 30px;
    font-size: 14px;
    color: #999;
}
.inner_text p img{
    display:block;
	margin:0 auto;
	max-width:100%;
}
.VieList .news_btm{
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	padding: 40px 0;
}
.VieList .news_btm .a:hover .span{
	color: #ff0000;
}
.VieList .news_btm .back .backbtn{
	display: block;
	width: 150px;
   height: 48px;
   line-height: 48px;
   text-align: center;
   color: #FFFFFF;
   font-size: 14px;
   background-color: #666666;
}
.VieList .news_btm .back .backbtn img{
	margin-right: 3px;
	margin-top: -4px;
    vertical-align: middle;
}
.VieList .news_btm .back .backbtn:hover{
	background-color: #ff0000;
}
.a {
    transition: all 0.3s;
}
.phone-show{
    display: none;
}



@media screen and (max-width: 1024px){
    .phone-hide{
        display: none;
    }
    .phone-show{
        display: inherit;
    }
    .top{
        width: auto;
        height: auto;
        position: relative;
        z-index: 10;
    }
    .header-logo{
        width: auto !important;
        height: 60px !important;
        display: flex;
        align-items: center;
        margin-left: 5px;
        float: none !important;
    }
    .logo3{
        display: none;
    }
    .top-menu{
        position: absolute;
        right: 15px;
        top: 0;
        height: 60px;
        display: flex;
        align-items: center;
        width: 40px;
    }
    .top img{
        margin-top: 0;
        height: 31px;
    }
    .top-menu span{
        display: block;
        height: 2px;
        background: #f2f2f2;
        margin-bottom: 10px;
    }
    .top-menu span:last-child{
        margin-bottom: 0;
    }
    .top-menu div{
        width: 100%;
    }
    .menu{
        width: 100%;
        position: absolute;
        top: 60px;
        height: auto;
        background: linear-gradient(#2c2c2c, #000000);
        border-top: 1px solid #2c2c2c;
        display: none;
    }
    .menu1{
        width: auto;
    }
    .menu1 ul{
        display: block;
    }
    .menu1 li{
        width: 100%;
        float: none;
        margin: 0;
        text-align: left;
        border-bottom: 1px solid #2c2c2c;
    }
    .flink .links a img{
        width: 50%;
    }
    .menu1 li a,.menu1 li a:hover{
        float: none;
        width: auto;
        display: block;
        text-align: left;
        padding-left: 15px;
        background: none;
    }
    .container{
        width: auto;
        padding-bottom: 0;
    }
    .flash1{
        float: none;
        width: auto;
    }
    .kf01{
        float: none;
        width: 100%;
    }
    .flash1 ul{
        width: auto;
        padding: 0;
    }
    .box-zzsc{
        width: 100% !important;
    }
    .scroll-wrap{
        width: 100%;
    }
    .content_list{
        width: 100vw;
        height: auto;
    }
    .content_list img{
        width: 100%;
        height: auto;
    }
    .kfbt{
        float: none;
        width: 100%;
    }
    .kf01 #scrollText{
        width: 98%;
        height: 200px !important;
    }
    .b_w{
        margin: 10px 0;
        max-height: inherit;
    }
    .win-text{
        font-size: 16px;
        padding-left: 10px;
    }
    .fz-serve{
        display: none;
    }
    .more a{
        margin-right: 10px;
    }
    .rongyu ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .rongyu ul li{
        width: 48%;
        height: auto;
        margin: 0 0 10px 0;
    }
    .row ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0 2%;
    }
    .row ul li{
        width: 48%;
        height: auto;
        margin: 0 0 10px 0;
    }
    /*.row ul li:nth-of-type(5){
        display: none;
    }*/
    .row ul li img{
        max-height: 100%;
        max-width: 100%;
    }
    .row ul li h3{
        padding: 15px 0 0 0;
        width: 100%;

    }
    .row ul li p{
        padding: 10px;
    }
    .title1{
        padding: 0 0 15px 2%;
    }
    .title1 h5{
        font-size: 24px;
    }
    .title1 p{
        padding: 10px 0 15px;
        font-size: 14px;
    }
    .ab_left{
        width: auto;
        float: none;
    }
    .gyhd ul li{
        padding: 0 1%;
    }
    .gyhd .text1{
        padding: 0 2%;
        height: auto;
    }
    .ab_right{
        float: none;
        width: auto;
    }
    .gyhd ul{
        overflow: hidden;
        margin: 20px 0;
    }
    .gyhd .imgbox{
        margin-top: 20px;
    }
    .gyhd .imgbox .img{
        width: auto;
        height: auto;
    }
    .ty01{
        width: 100%;
        margin: 0;
        padding-bottom: 10px;
    }
    .main1{
        width: 100%;
    }
    .tybt{
        text-indent: 15px;
        width: 100%;
        border-left: 0;
        border-right: 0;
    }
    .swiper-container-honnor {
        width: 96%;
        display: block;
        padding: 15px 0 0;
    }
    .swiper-container-honnor .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: none;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .swiper-container-honnor .swiper-slide img {
        display: block;
        width: auto;
        height: 100%;
        object-fit: cover;
        max-height: 200px;
    }
    .swiper-container-honnor .swiper-pagination-bullet{
        background: #e7e7e7;
    }
    .swiper-container-honnor .swiper-pagination-bullet-active{
        background: #fff;
    }
    .it02{
        width: 100%;
        float: none;
    }
    .index_lm{
        width: auto;
    }
    .itrlb01 ul{
        text-align: center;
        width: 100%;
        height: auto;
    }
    .itrlb01{
        width: 98%;
        float: none;
        overflow: hidden;
        margin: auto;
    }
    .it023{
        width: 100%;
        float: none;
    }
    .itbt05{
        width: 100%;
        text-indent: 10px;
        border-left: 0;
        border-right: 0;
    }
    .itrlb{
        float: none;
        width: auto;
    }
    .itrlb ul{
        width: 100%;
    }
    .itrlb li{
        width: auto;
    }
    .itbt06{
        width: 100%;
        float: none;
        text-indent: 10px;
        border-left: 0;
        border-right: 0;
    }
    .itrlby{
        width: 100%;
        float: none;
    }
    .itrlby ul{
        width: auto;
    }
    .itrlby li{
        width: auto;
    }
    .foot_nav{
        width: auto;
        padding: 0 10px;
        height: auto;
        background: #1c1c1c;
        border-top: 1px solid #414141;
        border-bottom: 1px solid #414141;
    }
    .foot_nav a{
        padding: 0 15px;
        float: left;
    }
    .flink ul{
        width: 100%;
    }
    .snav{
        width: auto;
        margin-top: 10px;
    }
    .page li a{
        width: auto;
        height: 25px;
        line-height: 25px;
        padding: 0 10px;
    }
    .ti-top{
        margin: 0;
    }
    .cp-tail{
        float: none;
        width: 100%;
        height: auto;
        border: none;
    }
    .cp-tail .text .itel{
        margin-top: 25px;
    }
    .cp-tail .text p img{
        max-width: 100%;
    }
    .wrap{
        margin: 10px auto;
        width: auto;
    }
    .wrap_left{
        display: none;
    }
    .wrap_right{
        width: auto;
        border: none;
        border-top: 1px solid #ff0000;
        float: none;
        display: block;
    }
    .wrap_right .tabTitle .hover{
        margin-left: 0;
    }
    #returnTop{
        right: 10px;
    }
    .VieList .news_btm .back .backbtn{
        width: 80px;
        height: 40px;
        line-height: 40px;
    }
}



