﻿.container{min-width:1200px;margin:0 auto;}
.row{margin:auto 100px;}
.row2{margin:auto 300px;}

/*网站公共样式*/
.info-content{font-size:15px;line-height:2.5;margin-top:20px;}
.info-content1{margin:10px;}
a{color:#383838;text-decoration:none;}                                            

a:focus{color:#5573ae}
a.btn-more{display:inline-block;width:140px;height:34px;line-height:34px;border:1px #CCC solid;color:#44a8f2;transition:all 0.5s ease;font-size:14px;transition:all 0.5s ease;text-align:center;margin:0px auto;margin-top:40px}
a.btn-more:hover{background:#40312f;border-color:#40312f;color:white;}
.banner{height:500px\9!important;overflow:hidden\9!important;} /*兼容ie低版*/

/*遮罩层*/
.mask-bg{position:fixed;width: 100%;height:100%;display:none;height:100vh;background-color: rgba(0, 0, 0, .7);overflow:hidden;z-index:99;top: 0;left: 0;}
.mask-bg.active{display:block;}

/*首页模块样式*/
.module-box {position:relative;}
.module-box .module-title{clear:both;text-align:center;margin:0px 0px 30px 0px;font-family:"微软雅黑","Arial","Microsoft YaHei","黑体","宋体",sans-serif;}
.module-box .module-title .cn-title{display:block;color:#333;font-size:28px;line-height:45px;}
.module-box .module-title .en-title{display:inline-block;*display:inline;*zoom:1;color:#999;font-size:16px;}
.module-box .module-title .en-title i{float:left;width:55px;background:#CCC;height:1px;margin-top:15px; }
.module-box .module-title .en-title span{float:left;margin:0px 5px;}

/*底部*/
footer{text-align:left;width:100%;min-height:95px;background:#10243c;margin-top:40px;line-height:2.5}

/*顶部样式wentiweiz*/ 
.header {background:url(images/top-bg.png) repeat-x left top;}
.header-w{position: relative;margin:auto 100px;min-width:1200px;}
.header .float-lg-left{height:106px;}
.header .float-lg-right{height:106px;}
.header .logo img{height:70px;margin-top:22px;}

/*自定义导航动画，也可以用animater.css中的动画，需要在script.js中修改*/
.nav .animated,.sub-nav .animated{-webkit-animation-duration:0.4s;animation-duration:0.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.navSlide{-webkit-animation-name:navSlide;animation-name:navSlide}
@keyframes navSlide{0%{-webkit-transform:translateY(100%);transform:translateY(100%);opacity:0;visibility:visible}100%{-webkit-transform:translateY(0);opacity:1;transform:translateY(0)}}

/*主菜单*/
@media (min-width:1000px) /*pc端*/
{
.header .nav-toggle{display:none}
.nav{padding-top:10px;width:100%;height:60px;}
.nav>ul{float:right;}
.nav>ul>li{float:left;text-align:center;line-height:90px;}
.nav>ul>li>ul{position:absolute;}
.nav>ul>li>a{color:#383838;font-size:18px;font-weight:400;display:block;padding:2px 16px;border-right: solid 1px #ececec;}
.nav >ul>li.current >a,.nav >ul>li> a:hover{color:#fff;background:#2183d6;}
.nav li:hover> ul{display:block;}
.nav> ul > li > ul::before {display:block;margin:0px auto;text-align: center;position:absolute;top:-8px;left: 45%;content: "";width: 0;height: 0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom: 8px solid #5573ae;}
.nav> ul > li > ul li ul::before{display:block;margin:0px auto;text-align: center;position:absolute;top:20px;left:-10px;content: "";width: 0;height: 0;border-bottom:5px solid transparent;border-right:5px solid transparent;border-top: 5px solid transparent;border-left: 5px solid #fff;}
/*下拉菜单*/
.nav ul li ul li a{display:block;width:100%;text-align:center;color:#333;font-size:14px;line-height:50px;background:#f9f9f9;border-top: solid 1px #ececec;} 
.nav ul li ul li a:hover{text-decoration:none;color:#fff;background:#2183d6;}

.nav ul li{position:relative;}
.nav ul li .arrow{display:none}
.nav ul li ul{background-color:#d6d6d6;display:none;position:absolute;left:-18%;z-index:2;width:150px} /*二级ul样式*/
.nav ul li ul li ul{left:100%;top:0px; display:none;}/*三级以后ul样式*/
.el-input-group {width: 50%!important;}
}

@media (max-width:1000px) /*手机端*/
{
.header .logo img{height:60px;}
.header .nav-toggle{position:absolute;right:0px;top:0px;font-size:25px;color:#999;min-width:60px;height:60px;line-height:60px;text-align:center;cursor:pointer;z-index:1;}
.header .nav-toggle.active{color:#ccc;}

.nav{position:fixed;z-index:100;top:0px;right:0px;width:0px;background:#fff;height:100%;height:100vh;opacity:0;transition: all 0.2s linear;overflow-y:auto}
.nav.active{opacity:1;width:300px;max-width:60%}
.nav ul li{line-height: 45px;text-align:left}
.nav ul li ul{display:none;} /*二级ul样式*/
.nav ul li a{padding-left:30px;display:block;color:#999;font-size:15px;line-height:3.5;border-bottom: 1px solid #dcdcdc}
.nav ul li ul li a{padding-left:60px;font-size:14px;background-color:#eeeeee}
.nav ul li ul li ul li a{padding-left:90px;}
.nav ul li ul li ul li li a{padding-left:120px;}
.nav ul li{position:relative;}
.nav ul li .arrow{position:absolute;right:0px;top:0px;width:50px;height:50px;line-height:50px; text-align:center;transition-duration:0s}
.nav ul li .arrow:after{font-family:FontAwesome;content:"\f105";display:block;font-weight:bold;font-size:18px}

.nav ul li.current > a{color:#44a8f2;}
.nav ul li.active > ul{display:block}
.nav ul li.active > .arrow{transform:rotate(90deg)}
}
/* banner */
.c-banner{width: 100%;position: relative;}
.c-banner img{width: 100%;}
.c-banner .banner ul{list-style: none;padding-left: 0px;margin-bottom: 0px;}
.c-banner .banner ul li{position: absolutedisplay: none;opacity: 0;}
.c-banner .banner ul li:nth-child(1){opacity: 1;display: block;}
.c-banner .banner ul li img{width: 100%;position: absolute;top: 0px;}
.c-banner .banner ul li:first-child img{position: relative;}
.c-banner .nexImg:hover,.c-banner .preImg:hover{opacity: 0.8;}
}
@media screen and (max-width:768px) {
	.c-banner{
		width: 100%;
		height: 345px;
		overflow: hidden;
	}
	.c-banner .banner ul li img{
		width: 768px;
		height: 345px;
		position: absolute;
		left: 50%;
		margin-left: -384px;
	}
}

/*产品中心 详情页*/
.each_li {display:inline-block;height:40px;vertical-align:top; margin:10px;}
.each_li>.name {border-radius: 20px;border: 1px solid transparent;background: #f2f2f2;line-height: 40px;}
.each_li>.name  :hover{border-radius: 20px;border: 1px solid transparent;line-height:40px;background: #2183d6;color: #fff;}
.current .name {border-color: #2183d6;background: #2183d6;}
.each_li>.name>div {position: relative;}
.each_li  a{padding:0 30px 0 30px;color: #333;position: relative;display: block;text-indent: -1.2em;margin-left:10px;}





/*子栏目样式 左侧导航*/
/*.sub-navtop {
    background-color: #fff;
    z-index: 2;
    width: 100%;
    text-align: center;
    margin: 50px 0;
}

.sub-navtop>ul>li {
    text-align: center;
    line-height: 72px;
    display: inline-block;
    margin-right: 14px;
	float:left;
}
.sub-navtop ul li {
    position: relative;
}*/


.sub-nav-box {clear: both;position: relative;}
.sub-nav-box .sub-nav-title{line-height:57px;text-align:left;background:#44a8f2;padding-left:15px;font-size:16px;font-weight:600;color:white;font-family:"Arial","Microsoft YaHei","黑体","宋体",sans-serif;}

.sub-nav-box .sub-nav{clear:both;text-align:left;margin-bottom:20px;width:100%;overflow:visible;background:#fafafa;}
.sub-nav-box .sub-nav li{width:100%;padding:0px;text-align:left;position:relative;display:block;}
.sub-nav-box .sub-nav li a{display:block;padding-left:20px;line-height:54px;font-size:14px;color:#808080;font-family:"微软雅黑","Arial","Microsoft YaHei","黑体","宋体",sans-serif;border-bottom:1px #ececec solid;}
.sub-nav-box .sub-nav li a:hover{color:#44a8f2;}
.sub-nav-box .sub-nav li ul{display:none}
.sub-nav-box .sub-nav li ul li a{padding-left:55px;}
.sub-nav-box .sub-nav li ul li ul li a{padding-left:85px}

.sub-nav-box li .arrow{position:absolute;right:0px;top:0px;width:54px;height:54px;line-height:54px; text-align:center;transition-duration:0.1s;cursor:pointer}
.sub-nav-box li .arrow:after{font-family:FontAwesome;content:"\f105";display:block;font-weight:bold;font-size:18px;border-bottom}

.sub-nav-box .sub-nav li.current > a{color:#44a8f2;}
.sub-nav-box .sub-nav li.active > ul{display:block}
.sub-nav-box .sub-nav li.active > .arrow{transform:rotate(90deg)}*


/*首页>>产品展示*/
.product-module-box{background:url(images/probg.jpg) no-repeat 0 0;background-position: 50% 0;margin: 0px auto 0px auto;padding: 0px 0px 0px 0px;overflow: hidden;zoom: 1;}
.bg33{background:url(images/probg.jpg) no-repeat 0 0;}

/*首页>>我们的优势*/
.advantages-list{clear:both;overflow:hidden;margin:0 auto;line-height:2；}
.column>li{padding:0px 10px;}
.column p img{display:block;width:100%;max-width:220px;height:auto;margin:0px auto;}
.column p span{display:block;line-height:35px;margin:10px 0px 15px 0px;color:#383838}
.column p{color:#383838;}
.advantages-list .last{margin-right:0px;}


/*首页>>产品介绍*/
.case-list .item{float:left;position:relative;left:8%;padding-left:0px;padding-right:0px;margin-left:30px;}
.case-list .item a{display:block;width:100%;overflow:hidden;}
.case-list .item a img{clear:both;overflow:hidden;display:block;width:100%;height:auto;text-align:center;transition:all 0.5s ease;}
.case-list .item a:hover img{transform:scale(1.3);transition:all 0.5s ease;}
.case-list .item a .tit{position:absolute;top:2%;left:0px;z-index:2;line-height:30px;color:#ffffff;font-size:14px;text-align:left;display:block;width:100%;opacity:0;filter:alpha(opacity=0);transition:all 0.5s ease;padding:5px 15px;}
.case-list .item a:hover .tit{opacity:1;filter:alpha(opacity=100);top:20%;}
.case-list .item a .cover-bg{position:absolute;top:0px;left:0px;z-index:1;width:100%;height:100%;background:#333333;opacity:0;filter:alpha(opacity=0);transition:all 0.5s ease;}
.case-list .item a:hover .cover-bg{opacity:0.8;filter:alpha(opacity=60);}


.NavTopTxt::after, .NavTopTxt::before {
    position: relative;
    display: inline-block;
    width: 57px;
    height: 2px;
    margin: 38px 13px 0;
    background: #dedede;
    vertical-align: top;
    content: "";
}
.NavTopTxt {color: #3f3f3f;font-size: 32px;text-align:center;}
.NavTop{height: 100%;line-height: 72px;margin:26px auto;width:540px;}
/*图片列表*/
.images-list .row .item a{display:block;overflow:hidden;}
.images-list .row .item img{display:block;width:100%;height:auto;}

/*案例移动*/
.box3{overflow: hidden; position: relative;}
.box3 ul {margin-left: 0;padding: 0;position: absolute;}
.box3 .ul1{left: 0;animation: slide-left-1 linear 40s infinite;}
.box3 .ul2 {left: 3840px;animation: slide-left-2 linear 40s infinite;}
.box3:hover > .ul1,.box3:hover > .ul2 {animation-play-state: paused;-webkit-animation-play-state: paused; /* Safari 和 Chrome */}
@keyframes slide-left-1 {
    0% {
        left: 0;
    }
    100% {
        left: -3840px;
    }
}
@-webkit-keyframes slide-left-1 {
    0% {
        left: 0;
    }
    100% {
        left: -3840px;
    }
}

@keyframes slide-left-2 {
    0% {
        left: 3840px;
    }
    100% {
        left: 0px;
    }
}
@-webkit-keyframes slide-left-2 {
    0% {
        left: 3840px;
    }
    100% {
        left: 0px;
    }
}




/*新闻资讯-首页、子栏目公用*/
.module-box-bg{background:url(images/2443.jpg) }
.news-list{overflow:hidden;}
.news-list li.tw1{;overflow:hidden;width:40%;text-align:left;float:left;}
.news-list li.tw1 .pic{float:left;width:460px;margin-right:10px;margin-bottom:30px;}
.news-list li.tw1 .content{display:inline;float:left;}
.news-list li.tw1 .content a{line-height:30px;font-size:16px;}
.news-list li.tw1 .content span{color:#808080;height:75px;line-height:25px;} 

.news-list li.tw{clear:both;overflow:hidden;display:block;width:100%;text-align:left;}
.news-list li.tw .pic{float:left;width:380px;overflow:hidden;margin-right:30px;height:220px;}
.news-list li.tw .pic img{height:220px;width:380px;}
.news-list li.tw .content{}
.news-list li.tw .content a{display:block;line-height:30px;font-size:16px;color:#333;font-weight:600;}


.news-list li.item{overflow:hidden;width:58%;border-bottom:1px solid #e5e5e5;padding:15px 0px 10px 0px;float:right;}
.news-list li.item .title{padding-left:11px;background:url(images/icon-dot.gif) no-repeat left center;max-width:80%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
 .dat{color: #aaa;font-size: 14px;display:line-block;}
 .dat1{color: #999;line-height: 20px;font-size: 14px;display:block;}

/*首页-走进恒钛 chanping*/

.text-color{color:#7b7b7b;}

.jmys-box a{display:block;position:relative;}
.jmys-box a img{height:300px;position:relative;}
.jmys-box  .pptyg{clear:both;overflow:hidden;padding:10px 0px;}
.jmys-box  .pptyg span{float:left;line-height:40px;color:#4d4d4d;font-size:16px;}

.jmys-box  .yc_box{clear:both;overflow:hidden;position:absolute;top:0px;left:0px;z-index:2;padding:0px 10%;opacity:0;filter:alpha(opacity=0);transition:all 0.5s ease;}
.jmys-box  a:hover .yc_box{opacity:1;filter:alpha(opacity=100);}
.jmys-box  .yc_box span{display:block;text-align:center;color:white;}
.jmys-box  .yc_box .yc_title{line-height:45px;font-size:25px;margin-top:40px;transition:all 0.5s ease;}
.jmys-box  a:hover .yc_title{margin-top:70px;}
.jmys-box  .yc_box .yc_con{line-height:20px;padding:10px 0px;margin-top:-30px;transition:all 0.5s ease;text-align:left;}
.jmys-box  a:hover .yc_con{margin-top:0px;}
.jmys-box  .yc_box .yc_cksq{line-height:33px;width:94px;height:33px;border:1px #fff solid;margin:0px auto;}
.jmys-box  .xs_title{position:absolute;bottom:20%;left:10%;z-index:2;font-size:16px;color:white;line-height:35px;border-bottom:1px #fff solid;padding:0px 10px 0px 0px;opacity:1;filter:alpha(opacity=100);}
.jmys-box  .xs_title1{bottom:8%;}
.jmys-box  a:hover .xs_title{opacity:0;filter:alpha(opacity=0);}
.jmys-box  .yc_bg{position:absolute;top:0px;left:0px;z-index:1;width:100%;height:100%;background:#333333;opacity:0;filter:alpha(opacity=0);transition:all 0.5s ease;}
.jmys-box  a:hover .yc_bg{opacity:0.7;filter:alpha(opacity=80);}
@media only screen and (max-width:768px) 
{
   .jmys-box a:hover .yc_box{opacity:0;filter:alpha(opacity=0);}
   .jmys-box a:hover .xs_title{opacity:1;filter:alpha(opacity=100);}
   .jmys-box a:hover .yc_bg{opacity:0;filter:alpha(opacity=0);}
}

text-align:center margin-left:20px
.intro-info-img{
    width: 1200px;
    aspect-ratio: auto 1200 / 400;
    height: 400px;
}

/*产品内容页样式*/
.product-content{background: #fcfcfc;border:1px #f9f9f9 solid;}
.product-content .detail .title{clear: both;text-align: left;overflow: hidden;background: #ededed;}
.product-content .detail .title a {display:block;background: #36a4cf;line-height: 20px;color:#5573ae;font-weight: 600;padding-left:15px;font-size: 14px;}

.htle{line-height:3;text-align: center;background:url(images/2224.jpg);width:260px;height:60px;margin:10px auto; }


/* 图片列表_PC */
.iFCB-TPLB li { position:relative; line-height:22px; }
.iFCB-TPLB li .iFCB-rp { position:relative; margin:0;overflow: hidden; transition:all 0.3s ease 0s; box-sizing: border-box;}
.iFCB-TPLB li .iFCB-rp::after {display: block;position: absolute;top:0;left:0;right:0;bottom:0;background-color: rgba(0,0,0,0.4);content: '';transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);z-index: 1;}
.iFCB-TPLB li .iFCB-rp .m-pic { position:relative; overflow:hidden; text-align: center; }
.iFCB-TPLB li .iFCB-rp .m-pic img {width:100%; height:auto; transition:all 0.6s ease-in-out; transform:scale(1);  }
.iFCB-TPLB li .iFCB-rp .m-intro { position: absolute; width: 100%; top:50%; left: 0; height: 80px; margin-top:-40px; border:0; background: none; color: #fff; text-align: center; line-height: 30px; opacity: 1; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); z-index: 2; }
.iFCB-TPLB li .iFCB-rp .m-intro .u-tt { position: relative; height: 50px; color: #fff; line-height: 50px; font-size: 22px; }
.iFCB-TPLB li .iFCB-rp .m-intro .u-des { color: #fff; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-align: center; }
.iFCB-TPLB li .iFCB-rp .m-intro .u-more { width: 110px; height: 32px; margin:30px auto 0; border: 1px solid rgba(255, 255, 255, 0.5); color: rgba(255, 255, 255, 0.5); line-height: 32px; text-align: center; transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); display: block; opacity: 0; }
.iFCB-TPLB li:hover .iFCB-rp::after {background: rgba(0,0,0,0);opacity: 0.8;}
.iFCB-TPLB li:hover .iFCB-rp .m-intro { margin-top:-80px; background: none; }
.iFCB-TPLB li:hover .iFCB-rp .m-intro .u-more { opacity: 1; }

			/* 经过效果 */
	.iFCB-TPLB li:hover .iFCB-rp .m-pic img { transform:scale(1.1); }
	.iFCB-TPLB li:hover .iFCB-rp  .m-intro { bottom: 0; }

	/* 案例 图片列表_PC */
.iFCB-TPLB1 li { position:relative; line-height:22px; }
.iFCB-TPLB1 li .iFCB-rp1 { position:relative; margin:0; padding:1px 10px 0; overflow: hidden; transition:all 0.3s ease 0s; box-sizing: border-box; }
.iFCB-TPLB1 li .iFCB-rp1 .m-pic1 { position:relative; overflow:hidden; text-align: center; }
.iFCB-TPLB1 li .iFCB-rp1 .m-pic1 img { width:100%; height:auto; transition:all 0.6s ease-in-out; transform:scale(1); }
.iFCB-TPLB1 li .iFCB-rp1 .m-intro1 { position: relative; width:100%; padding:12px 8px; transition:all 0.3s ease 0s; box-sizing: border-box; text-align:center; }
.iFCB-TPLB1 li .iFCB-rp1 .m-intro1::after{display:block;content:"";clear:both}
.iFCB-TPLB1 li .iFCB-rp1 .m-intro1 .u-tt1 { position:relative; width:100%; height:26px; font-size:14px; line-height:26px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; text-align: center; }
.iFCB-TPLB1 li .iFCB-rp1 .m-intro1 .u-des1 { font-size:12px; text-align: left; }
			/* 经过效果 */
	.iFCB-TPLB1 li:hover .iFCB-rp1 .m-pic1 img { transform:scale(1.1); }
	.iFCB-TPLB1 li:hover .iFCB-rp1  .m-intro1 { bottom: 0; background:url(images/640.jpg);}


/*在线留言表单*/
.ui-validForm{padding-top:30px;}
.form-group::before,.form-group::after{content:"";display:table} 
.form-group::after{clear:both} 
.form-group{position:relative;padding:10px 0px;}
.form-group .control-label{position:absolute;left:0px;top:10px;}
.form-group .controls{padding-left:100px;}
.form-group .form-control{border:1px solid #eeeeee;height:32px;line-height:32px;width:100%;padding:2px 5px;font-size:14px;color:#666;transition:all .5s ease-in-out}
.form-group .form-control:focus{border-color:#5573ae}
.form-group textarea.form-control{height:300px}
.form-group .help-block{display:block}
.btn{border:1px solid #5573ae;color:#fff;height:35px;width:120px;background:#36a4cf;transition:all .5s ease-in-out}
.btn:hover{background:#805246}
.form-group .controls-verificationCodeImage{position:relative;max-width:400px;_width:400px;}
.form-group .lb_verificationCodeImage{position:absolute;display:inline-block;right:1px;top:0px;height:32px;overflow:hidden}
.form-group .lb_verificationCodeImage img{height:30px;}

.el-textarea__inner:focus,.el-input.is-active .el-input__inner, .el-input__inner:focus{border-color: #5573ae!important;outline: 0;}
.el-button--small, .el-button--small.is-round {padding: 12px 50px!important;}
.el-button--primary {background-color: #36a4cf!important;border-color: #36a4cf!important;}
.el-form--label-left .el-form-item__label {text-align: center!important;}
.el-textarea textarea{height: 160px!important;}
/*走进恒钛 */
.company-info .box-img  img{width: 520px;height: 520px;}
.fl {float: left;}
.company-info .intro {width:640px;line-height: 50px !important;}
.fr {float: right;padding:20px 20px;background:url(images/640.jpg);}
.pre_banner_3d a{
    position: relative;
    display: block;
    text-decoration: none;
    border:none;
}
.pre_banner_3d{
    margin:auto;
    width:1200px;
    height: 600px;
    position:relative;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.contrves{
    width:100%;
    height:auto;
    position:absolute;
    
}
.nav_banners{
    width:100%;
    height:auto;
    border-bottom: 1px solid #f2f2f2;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content:space-between;
}
.nav_banners>li{
    display:inline-block;
    padding:5px 16px;
    margin:12px 0;
    border-radius: 5px;
    font-size:14px;
    cursor: pointer;
}
.blue_nav{
    background:#63B504;
    color:#fff;
}
.banner_tree{
    width:100%;
    height:600px;
    position:absolute;
    bottom:0;
    overflow: hidden;
}

.color_font{
    background:#2C83D2;
    color:#fff;
    width: 45px;
    height: 100px;
    font-size:24px;
    text-align: center;
    line-height: 100px;
    border-radius: 5px;
    font-weight: 700;
    position:absolute;
    top:0;bottom:0;
    margin:auto;
    z-index: 50;
    cursor: pointer;
}
.left_btn{
    left:0;
}
.right_btn{
    right:0;
}
.img_phone{
    width:100%;
    height:100%;
}
.show_s_ui{
    width:100%;
    height:100%;
    position:relative;
}
.show_s_ui>li{
    width:212px;
    height:300px;
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
    z-index: 30;
    cursor: pointer;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity: 0;
    font-size:40px;
}
.show_s_ui>li>a>img{
    width:100%;
    height:100%;
}
.box2{
    font-size: 16px;
    text-align: center;   
    color: #383838;
}
.show_s_ui>li>a:hover .box{
    opacity: 1;
}
<!--悬浮在右侧的联系方式1-->
.wyz {
    position: fixed;
    right: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 50px 0;
    border-right: 1px solid #20b09f;
    height: 482px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99;
}
 .wyz-item-block:nth-child(1) {
    top: 50px;
}
 .wyz-item-block:nth-child(2) {
    top: 128px;
}
 .wyz-item-block:nth-child(3) {
    top: 206px;
}
.wyz-item-block:nth-child(4) {
    top: 284px;
}
.wyz-item-block.wyz-top {
    display: none;
    cursor: pointer;
    width: 46px;
    height: 46px;
    top: 480px;
}

 .wyz .transition {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
}
.wyz-item-block {
    position: absolute;
    right: 0;
    width: 70px;
    height: 70px;
    background-color: #0042a4;
    border: 1px solid #0042a4;
    border-right: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.flex-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
 .wyz-item-p {
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
}
 .wyz-item {
    width: 100%;
    height: 100%;
}
.wyz-item-in {
    height: 100%;
    display: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.wyz-item-in-p {
    color: #fff;
    text-align: center;
    line-height: 68px;
    height: 68px;
    white-space: nowrap;
}

<!--悬浮在右侧的联系方式2-->
.contact-right-fixed{
	position: fixed;
	top: 50%;
	z-index: 1000;
	right: 5px;
	color: #fff;
	margin-top: -200px;
}
.contact-right-fixed ul li{
	background-color: #44a8f2;
	text-align: center;
	margin-bottom: 2px;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	position: relative;
}
.contact-right-fixed ul li .box{
	position: absolute;
	left:80px; 
	top: 0px;
	width: 160px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background-color: #44a8f2;
	font-size: 16px;
	opacity: 0;
	letter-spacing: 2px;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
}
.contact-right-fixed ul li:hover .box{
	opacity: 1;
	left: -162px;
}
.contact-right-fixed ul li a{
	width: 80px;
	height: 70px;
	color: #fff;
	display: block;
	padding: 10px 0px;
	
}
.contact-right-fixed ul li  img{
	position: absolute;
	width: 130px;
	height: 80px;
	left:0px;
	top: 0px;
	opacity: 0;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	display:block;
}
.contact-right-fixed ul li:hover img{
	opacity: 1;
	left: -135px;
}


.contact-right-fixed ul li:hover{
	-webkit-transform: translate3d(-5px, 0px, 0);
	transform: translate3d(-5px, 0px, 0);
	border-radius: 5px;
}


.contact-right-fixed ul li i{
	background:url(Images/fx.png) no-repeat;
	display:block;
	width:30px;
	height:27px;
	margin:0 auto;
	text-align:center;
}
.contact-right-fixed ul li:nth-child(1) i{
	background-position:4px 5px;
}
.contact-right-fixed ul li:nth-child(2) i{
	background-position:0 -21px;
}
.contact-right-fixed ul li:nth-child(3) i{
	background-position:4px -53px;
}
.contact-right-fixed ul li:nth-child(4) i{
	background-position:-34px 4px;
}
.contact-right-fixed ul li:nth-child(5) i{
	background-position:-27px -51px;
	width: 36px;
	height: 36px;
}


#middel_shows{
    width:295px;
    height:410px;
    left:38%;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity:1;
}
#left_shows{
    left:8%;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    opacity: 0.6;
}
#right_shows{
    left:73%;
    opacity: 0.6;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
#small_left,#small_right{
    width:154px;
    height:249px;
    opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
#small_left{
    left:-15%;
}
#small_right{
    left:102.5%;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 12px;
    right: 12px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border: none;
    text-indent: -9999px;
    background: url(Images/ui.totop.png) no-repeat left 0px;
    background-size: auto;
    background-size: cover;
    z-index: 190;
    border-radius: 50%;
    transition: all 0.2s linear;
}
    #toTop:hover {
        background-position:left -50px;
        background-size: cover;
    }