/* @charset "UTF-8"; */

/*public css*/
.ellipsis{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.fw{ width: 1200px;margin: 0 auto; }
#bgmask{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1110;
    display: none;
}
.transform {
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
/*字体图标*/
@font-face {font-family: "iconfont";
    src: url('iconfont/iconfont.eot'); /* IE9*/
    src: url('iconfont/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('iconfont/iconfont.woff') format('woff'), /* chrome, firefox */
    url('iconfont/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('iconfont/iconfont.svg') format('svg'); /* iOS 4.1- */
}
.iconfont {
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* header */
#header{
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background: transparent;
    height: 70px;
    z-index: 1000;
    transition: all ease .3s;
}
#header .wrap{
    position: relative;
    max-width: 1600px;margin: 0 auto;
}
#header.mini{
    background: rgba(0, 0, 0, .9);
}
#header.inheader{ background: rgba(0, 0, 0, .9);}
#header .logo{
    position: absolute;
    left: 0;
    top: 0;
    height: 70px;
    padding: 0 20px;
}
#header .logo img{max-height: 80%;margin-top: 10px;}
#nav{
    margin: 0 auto;
    text-align: center;
    font-size: 0;
    position: absolute;
    right:150px;top: 0;
}
#nav li{
    display: inline-block;
    margin: 0 20px;
    position: relative;
}
#nav li.en{
    display: inline-block;
    margin: 0 10px;
    position: relative;
}
#nav li a{
	display: inline-block;
	height: 70px;
	line-height: 70px;
	color: #fff;
	font-size: 16px;
	text-transform:Uppercase;
}
#nav li a i{
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #fff;
    left: auto;
    right:0;
    width: 0;
    -webkit-transition: 600ms;
    transition: 600ms;
}
#nav li a.active, #nav li a:hover{
    text-decoration: none;
}
#nav li a.active i, #nav li a:hover i{
    width: 100%;
    left: 0;right:auto;
}

.navbg{
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    width: 0;height: 0;
    transition: width .5s ease, opacity .5s ease;
}

#nav li .sub-nav{position: absolute;left:-15px;right: auto;top:60px;display: none;border-radius: 5px;}
#nav li .sub-nav dt{display: block;width: 0px;height: 0px;border: 10px solid;border-color: transparent transparent rgba(0,0,0,.4);margin-left:15px;}
#nav li .sub-nav dd{margin-left: 0px;display: block;width: 100%;}
#nav li .sub-nav dd a{
	height: 42px;
	line-height: 42px;
	padding: 0 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    width: 100%;
	min-width: 150px;
	box-sizing: border-box;
	background:rgba(0,0,0,.4);
	text-align: left;
}
#nav li .sub-nav dd a:hover{background: rgba(0,0,0,.7);}
#nav li:hover .sub-nav{display: block;}

.lang{position: absolute;top: 20px;right: 20px;width: 94px;}
.lang a{
	float: left;
	display:block;
	box-sizing: border-box;
	width: 45px;
	height: 30px;
	border: 1px solid #FFA700;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	background: #ffffff;
	color: #FFA700;
}
.lang a.on {
	background: #FFA700;
	color: #fff;
}

body.open .navbg{
    opacity: 1;width: 100%;height: 100%;
}
.navbtn{
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 160px;
    transition: all ease .3s;
    display: none;
}
.navbtn .line{
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transition: all .2s ease;
    width: 34px;height: 25px;
    position: relative;
    margin: 17px 0 0 96px;
}
.navbtn .line span{
    background: #fff;height: 3px;
    width: 34px;position: absolute;
    left: 0;
    top: 8px;
    transition: all .2s ease;
}
body.open .navbtn .line{
    height: 3px;
    border-radius: 9999px;
    border: none;
    background-color: #fff;
    transform: rotate(45deg);
    margin-top: 30px;
}
body.open .navbtn .line span{
    transform: rotate(-90deg);
    width: 34px;top: 0;
}
.navbtn::before{
    content: "MENU";
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 0;
    height: 60px;
    line-height: 60px;
    width: 84px;
    left: 0;
    text-align: right;
}


.index-footer{ 
	background:url(../img/bg7.jpg) center center no-repeat;
    background-size:cover !important; position:relative; 
    width: 100%;height: 100%;
}
.index-footer .wrap{
	width: 1200px;margin: 0 auto;padding-bottom: 40px;
}

@media screen and (min-height: 1100px){
    .index-footer .wrap{
        top: 50%;
        position: relative;
        transform: translateY(-50%);
    }
}
.index-footer .info-2{ 
	width:228px; overflow:hidden;
	float: right;
	background: url(../img/d12.png) center -100px no-repeat;
    padding-top: 220px;margin-top: 90px;
}
.index-footer .info-2 p{ width:100%; display:block; text-align:center; font-size:18px; color:#ffffff;}
.index-footer .info-2 p strong{ font-size:30px; width:100%; display:block;}
.index-footer .info-2 .c2wm{ width:228px; overflow:hidden; font-size:18px; color:#f0f0f0; text-align:center; margin-top:50px;}
.index-footer .info-2 .c2wm .pic{ width:228px; overflow:hidden; padding:5px; background-color:#fff; margin-bottom:10px;}

.index-footer .footer-bottom{ 
	width:100%; padding: 20px;
	background-color:#070707; font-size:14px; color:#b6b6b6; text-align:center; line-height:2;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}
.footer-bottom a{color:#b6b6b6;}
.index-footer .info{ 
	max-width:600px; overflow:hidden;text-align:left; float:left;
	position: relative;padding-top: 140px;padding-left: 20px;
}
.index-footer .info .title{ width:100%; overflow:hidden; }	
.index-footer .info .title img{ max-width:100%;height: 100px;}
.index-footer .info .tel-phone{ width:100%; overflow:hidden; margin-top:30px;}
.index-footer .info .tel-phone li{ 
	padding-left:78px;line-height:50px; text-align: left;
	color:#FFF; font-size:46px; font-weight:bold; margin-top:20px;}
.index-footer .info .tel-phone li.tel{ background:url(../img/d9.png) left center no-repeat;}
.index-footer .info .tel-phone li.phone{ background:url(../img/d8.png) left center no-repeat;}
.index-footer .info .contact{ overflow:hidden; margin-top:40px; line-height:40px; color:#b8b8b8; font-size:18px;} 
.index-footer .info .address .qq{ width:225px; height:49px; line-height:49px; display:block; background:#eaeaea url(../img/d10.png) 25px center no-repeat; padding-left:70px; border-radius:100px; font-size:24px; color:#1f1f1f; text-decoration:none; text-align:left; text-decoration:none; margin-bottom:22px;background-size: 40px 40px;}

.index-footer .info .address{ overflow:hidden; margin-top:40px; line-height:24px; color:#b6b6b6; font-size:14px;} 

@media (max-width:1240px){
	.index-footer .wrap{
        width: 100%;padding: 0 40px;
    }
}	

@media (max-width:1000px){
    .index-footer .info .tel-phone li{font-size: 34px;padding-left: 66px;margin-top: 16px;}
    .index-footer .info .title img{width: 276px;}
    .index-footer .info .tel-phone li.tel{background-size: 46px auto;}
    .index-footer .info .tel-phone li.phone{background-size: 46px auto;}
    .index-footer .info .contact{margin-top: 20px;}    
}
@media (max-width:768px ) {
    .index-footer .wrap{padding-top: 80px;}
    .index-footer .info .tel-phone li{ 
        font-size:20px; padding-left:50px;margin-top: 0;
        height: 40px;line-height: 40px;
    }
    .index-footer .info .tel-phone li.tel{background-size: 30px auto;}
    .index-footer .info .tel-phone li.phone{background-size: 30px auto;}
    .index-footer .info{float: none;padding-top: 10px;padding-right: 0;max-width: inherit;padding-left: 0;}
	.index-footer .info-2{
		float: none;
		padding-top: 15px;
		background: none;
        width: auto;
        margin-top: 0;
    }
    .index-footer .info .title{text-align: center;}
	.index-footer .info .title img{width: 200px;}
	.index-footer .info .tel-phone{margin-top: 20px;}
    .index-footer .info .contact{margin-top: 15px;line-height: 1.8;font-size: 16px;}
    .index-footer .info .address{margin-top: 15px;}
	.index-footer .info .address .qq{display:none;}
	.index-footer .info-2 p strong{display: inline-block;width: auto;font-size: 20px;}
	.index-footer .info-2 .c2wm{width: 100%;text-align: center;font-size: 14px;margin-top: 15px;}
    .index-footer .info-2 .c2wm .pic{margin: 0 auto;width: 160px;margin-bottom: 10px;}
    .index-footer .footer-bottom{
        font-size: 12px;line-height: 1.5;
        padding: 10px;
    }
}
@media (max-width:540px ) {
    .index-footer .info-2 p strong{ font-size:16px;}
    .index-footer .info-2 p{font-size: 16px;}
    .index-footer .wrap{padding: 70px 30px 0;}
    .index-footer .info-2 .c2wm .pic{width: 140px;}
}
@media (max-width:380px ) {
   .index-footer .info .tel-phone li{
       background-size:28px !important;padding-left:38px;height:36px;line-height: 36px; font-size:18px;
    }
   .index-footer .info .address{ font-size:12px;line-height: 1.8;}
   .index-footer .info .contact{font-size: 12px;line-height: 1.8;}
}

.sidebar{position: fixed; right: 0; top: 50%; margin-top:-180px; width:70px; z-index:900;}
.sidebar li{height:70px; width:70px; margin-top:1px;  -webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s; background-color:rgba(0,114,166,0.5); cursor:pointer; position:relative;}
.sidebar li i{
    display: block; overflow:hidden;width:232px;height:70px;background-color:#0072a6; 
    right:-310px; top:0;-moz-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s; 
    position:absolute; color:#FFF; font-size:14px;padding: 0 10px;line-height: 2.3;
}
.sidebar li i.l1{ line-height:70px;width:218px;}
.sidebar li i.wx-box{ width:210px; height:70px; padding:0 10px; line-height:70px; font-size:14px; text-align:center; margin-top:0;}
.sidebar li i.wx-box img{ width:140px; height:140px;}
.sidebar li span,.sidebar li a{height:70px; width:70px; display:block; position:absolute; top:0; right:0; z-index:2;}
.sidebar li.on{background-color:#0072a6;}
.sidebar li.on i{ right:70px;}
.sidebar li .top{ background-image:url(../img/io10.png); background-repeat:no-repeat; background-position:center center;}
.sidebar li .qq{ background-image:url(../img/io6.png); background-repeat:no-repeat; background-position:center center;}
.sidebar li .wx{ background-image:url(../img/io9.png); background-repeat:no-repeat; background-position:center center;}
.sidebar li .mail{ background-image:url(../img/io8.png); background-repeat:no-repeat; background-position:center center;}
.sidebar li .tel{ background-image:url(../img/io7.png); background-repeat:no-repeat; background-position:center center;}

.alert-service{
    width:403px;height:340px; overflow:hidden; 
    position:fixed; top:50%;margin-top: -200px;margin-left: -200px;
    z-index:888; left:50%; background:url(../img/d14.png) no-repeat; 
    display:none;
    background-size: 100% 92%;
}
.alert-service .box{ 
    height:315px; width:386px; 
    overflow:hidden;background-color:rgba(20,147,205,0.9); 
    top:9px; left:9px;position:absolute; z-index:888;
}
.alert-service .close{ display:block; width:23px; height:23px; background:url(../img/d13.png) no-repeat; position:absolute; top:10px; right:10px; cursor:pointer;}
.alert-service .title{ padding-top:47px; overflow:hidden; text-align:center; width:100%; font-size:20px; color:#fff;}
.alert-service .info{ width:100%; overflow:hidden; margin-top:34px; padding-left:90px;}
.alert-service .info li{ 
    width:100%; overflow:hidden; line-height:30px;
    height:30px; color:#ffffff; font-size:15px; position:relative;
}
.alert-service .info li img{width: 20px;}
.alert-service .info li i{ display:inline-block; width:65px;text-align:justify;text-align-last:justify;}
.alert-service .info li.qq i{ text-align:left;text-align-last:left;}


.alert-service .qqbut{ 
    
    width:174px; height:43px; 
    line-height:43px; background-color:#ffffff; 
    text-align:center; color:#138bc0; font-size:18px; font-weight:bold;
     margin:46px auto 0 auto; overflow:hidden; display:none; position:relative; border-radius:100px; text-decoration:none;
}
.alert-service .qqbut img{width: 24px;}



@media only screen and (max-width:840px){

	/* .alert-service .qqbut{ display:none;} */
	/* .alert-service { height:300px;margin-top: -150px;} */
}
@media only screen and (max-width:768px){
    .sidebar li i{width: 232px;font-size: 12px;}
}
@media only screen and (max-width:640px){
    .sidebar{width:50px; }
    .sidebar li{ width:50px; height:50px;}
    .sidebar li span, .sidebar li a{width:50px; height:50px;}
    .sidebar li.on i{ right:50px;}
    .sidebar li i.l1{ height:50px; line-height:50px;width: 148px;padding-right: 0;}

    .alert-service{ width:280px; background-size:100% 315px;margin-left: -140px;}
    .alert-service .title{ font-size:16px;}
    .alert-service .box{ width:96%; left:0; right:0; margin:0 auto; height:320px;}
    .alert-service .info{ padding-left:30px; margin-top:20px;}
    .alert-service .qqbut{ margin-top:16px;}
    .sidebar li i.wx-box{height: 50px;line-height: 50px;font-size: 12px;width: 142px;}
    .sidebar li i{height: 50px;line-height: 2;}
    .alert-service{height: 330px;margin-top: -165px;}
}




