/*------style.css  start------*/
/*less*/
@c:center;
@small:12px;
@mid:14px;
@big:16px;
@b:#000;
@g:#666;
@r:#d41c29;
.clearfix:after{
	content:"";
	display:block;
	clear:both;
}
.clearfix{
	zoom:1;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.db{
	display:block;
}
.tl{
	text-align: left;
}
.tc{
	text-align: center;
}
.tr{
	text-align: right;
}
.full{
	width:100%;
	height:100%;
}
.box{
	display: inline-block;
}
.none{
	display: none;
}

a:hover{
	text-decoration:none;
	color: #ca1c28;
    transition: color 0.4s;
    -moz-transition: color 0.4s;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
}
@-webkit-keyframes fromBottomFade { from {
-webkit-transform: translateY(20%);
opacity:0;
}
}
@keyframes fromBottomFade { from {
transform: translateY(20%);
opacity:0;
}
}



a{text-decoration:none;}


/*container*/
/* .container{ */
	/* width:1200px; */
	/* margin:0 auto; */
	/* clear:both; */
/* } */




#head{display:none;}


@media (max-width:992px){
#head{display:block;}
.top{display:none;}


/* header */
.header{position:relative;height:50px;}
.header .logo{float:left;margin-top:5px;margin-left:10px;}
.header .logo h1{font-size:0;}
.header .title{float:left;margin-top:10px;}
.header .title .line{float:left;border-left:1px solid #c8c8c8;height:30px;margin:0 5px;}
.header .title .words{float:left;}
.header .title .words p{color:#283088;margin-bottom:2px;font-weight:bold;}
#head .header-navigation{
	float:right;
	margin-top: 10px;
    margin-right: 6px;
}
#head .header-navigation i{
	font-size:38px;
}

/*Bottom Ball Menu*/

.menu-wrapper-background{
    position:fixed;
    z-index:99999;
    background-color:rgba(0,0,0,0.6);
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    display:none;
}

/*Top Sliding Menu*/

.menu-top{
    position:fixed!important;
    z-index:999999999;
    max-height:428px;
    width:300px!important;
    left:50%;
    margin-left:-150px;
    border:solid 1px #cacaca;
}


.active-submenu{
    display:block;
    min-height:100%;
    max-height:500px!important;
}

.active-menu .fa-circle{
    color:#2ecc71!important;
    margin-top:26px;
}


.menu-top li{list-style:none; margin-bottom:0px;}
.menu-top li a:hover{background-color:rgba(0,0,0,0.05)!important; }
.submenu{margin-bottom:0px;}


.page-content{
    -webkit-transform:translateY(0px);
    transform:translateY(0px);
    transition:all 350ms ease;
}

.menu-top{
    border-top:solid 1px rgba(0,0,0,0.1);   
    background-color:rgba(255,255,255,1);
    position:absolute;
    width:100%;
    z-index:99999999;
    height:100%;
    top:-500px;
    overflow:scroll!important;
    -webkit-overflow-scrolling: touch!important;
    transition:all 350ms ease;
    border-radius:10px;
}

.show-menus{
    top:50%;
    margin-top:-210px;
    transition:all 350ms ease;
}

.menu-top span{
    border-bottom:solid 1px rgba(0,0,0,0.01); 
    display:block;
    font-size:11px;
    font-family:'Roboto', sans-serif;
    text-align:Center;
    padding-top:5px;
    padding-bottom:5px;
}

.menu-top a i{
    position:absolute;
    margin-top:24px;
    margin-left:-40px;
    font-size:14px;
}

.menu-top .fa-circle{
    /*position:absolute!important;*/
    float:right;
    right:0px;
    margin-right:25px;
    font-size:8px;
    margin-top:29px;
}

.menu-top .fa-angle-right{  
    position:absolute;
    left:40px;
    top:-3px;
}

.menu-top .fa-plus{
    -ms-transform: rotate(0deg); 
    -webkit-transform: rotate(0deg); 
    transform: rotate(0deg);
    position:absolute!important;
    right:0px;
    margin-right:24px;
    font-size:11px;
    margin-top:27px;
    transition:all 350ms ease;
}

.menu-top .fa-times{    
    position:absolute;
    right:0px;
    margin-right:24px;
    font-size:11px;
    margin-top:27px;
    transition:all 350ms ease;
}

.menu-top a{
    font-size:13px;
    font-weight:500;
    padding-left:70px;
    color:#3b4043;
    line-height:60px;
	display: block;
	position: relative;
	overflow: hidden;
    border-bottom:solid 1px rgba(0,0,0,0.1); 
}

.submenu li:last-child{
    border-bottom:solid 1px rgba(0,0,0,0.08)!important;
}

.menu-top a:hover{color:#000000;}

/*.submenu{display:none;}*/

.submenu{
    max-height:0px;
    overflow:hidden;
    transition:all 350ms ease;
}

.show-submenu{
    max-height:5000px!important;
    transition:all 350ms ease;
}

.submenu a{
    font-size:12px;
    line-height:60px!important;
    opacity:0.8;
    padding-left:90px;
}

.submenu li:hover{
    background-color:rgba(0,0,0,0.02);
}

.submenu .fa-angle-right{
    margin-left:26px;
    margin-top:27px;
}

.active-plus{
    color:#c0392b;
    -ms-transform: rotate(135deg)!important; 
    -webkit-transform: rotate(135deg)!important; 
    transform: rotate(135deg)!important;
    transition:all 350ms ease;
    margin-top:25px!important;
}

.submenu .fa-circle{
    position:absolute;
    z-index:999999;
    margin-top:28px;
    font-size:6px!important;
}

.has-submenu .fa-mobile{
    font-size:22px;
    margin-top:20px;
}



#head header .right {
  float: right;
  margin-top: 28px;
}
#head header .right p {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1; 
  background: url(../../images/toptel.png) no-repeat left center;
  padding-left: 40px;
  font-size: 16px;
  color: #3078cc;
  line-height: 20px;
}
#head header .right p span {
  font-size: 12px;
  color: #666;
}
#head header .right .wrapper-demo {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  margin-left: 50px;
}
#head header .right .wrapper-demo #dd {
  border: 1px solid #ccc;
}
#head header .right .wrapper-demo #dd .dropdown > li > a {
  padding: 15px 0;
}


.ellipsis{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}
.container{width:96%;margin:auto;}


	
}




/*header*/
.top{width:100%;position:absolute;height:123px;top:0px;left:0px;z-index:1000;}
.top .logo{float:left;font-size:0px;height:123px;display:flex;align-items:center;display:-webkit-flex; /* Safari */-webkit-align-items: center; /* Safari 7.0+ */}
.top .logo .header-navigation{display:none;}


.nav{float:right;line-height:123px;}
.navul li{float:left;height:123px;position:relative;}
.navul li>a{font-size:14px;color:#fff;}
.navul li.cur>a{color:#ff5f30;}
.navul li>a:hover{color:#ff5f30;}
.navul li .nav_son{display: none;position: absolute;left: 50%;top: 123px;z-index:100;box-shadow: 0 6px 12px rgba(0, 0, 0, .175);margin-left: -50px;width: 160px;font-size: 14px;background: #FFF;animation: fromBottomFade .6s ease both;-webkit-animation: fromBottomFade .6s ease both;}
.navul li .nav_son a{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;color:#222;display:block;padding:10px 20px;border-bottom:1px solid #ebebeb;line-height:23px;}
.navul li .nav_son a:hover{color:#008b92;background:#f5f5f5;}
.navul li .line{width:0px;height:5px;position:absolute;top:80px;left:0px;background:#fff;}
/* .navul li:hover .line{width:100%;} */
.navul li:hover .nav_son{display:block;}

	
	/*banner*/
#indexbanner{ width:100%;height:100%;  position: relative;z-index:100;}
#indexbanner .bx-controls{ position: absolute; left: 0; bottom: 20px; z-index: 70; width: 100%; color: rgba(0,0,0,0);}
#indexbanner .bx-controls .bx-pager{ text-align: center;}
#indexbanner .bx-controls .bx-pager div{ display: inline-block; margin: 0 2px;}
#indexbanner .bx-controls .bx-pager div a{ display: block; width: 45px; height: 4px; overflow: hidden; line-height: 50px; background-color: rgba(255,255,255,0.3);}
#indexbanner .bx-controls .bx-pager div a.active{ background-color: rgba(255,255,255,0.8);}
#indexbanner .bx-controls .bx-controls-direction{ display: none;}

#insidebanner{width:100%;height:100%;  position: relative;}





/* .tit{width:100%;text-align:center;} */
/* .tit p{font-size:34px;font-weight:bold;color:#000000;margin-bottom:13px;} */
/* .tit span{font-size:18px;color:#bbbbbb;display:block; text-transform:uppercase;font-weight:100;} */


/*

#indexproduct{width:100%;height:1173px;overflow:hidden;}
.product{width:1200px;height:100%;margin:auto;overflow:hidden;}
.product .tit{margin-top:70px;margin-bottom:30px;}
.product .tab{height:110px;width:1006px;margin:auto;}
.product .tab ul{position:relative;left:50%;float:left;}
.product .tab ul li{float:left;width:178px;height:42px;background:#f5f5f5;text-align:center;border-radius:3px; line-height:42px;margin-right:29px;margin-top:13px; position:relative;right:50%;}
.product .tab ul li:nth-child(5n){margin-right:0px;}
.product .tab ul li:first-child{background:#e60012; }
.product .tab ul li:first-child a{color:#ffffff; }
.product .tab ul li a{width:100%;height:100%;display:block;border-radius:3px;font-size:13px;}
.product .tab ul li.current a{color:#fff;background:#e60012;}
.product .tab ul li a:hover{color:#fff;background:#e60012;}
.product .tab ul li:last-child{margin-right:0px;}
.product .cpzs{width:100%;margin-top:37px;height:824px;overflow:hidden;}
.product .cpzs ul{display:none;}
.product .cpzs ul:first-child{display:block;}
.product .cpzs ul li{width:392px;height:400px;overflow:hidden; float:left;margin-right:7px;margin-bottom:12px;}
.product .cpzs ul li:nth-child(3n){margin-right:0px;}
.product .cpzs ul li a{width:392px;height:400px; overflow:hidden;display:block;}
.product .cpzs ul li .pic{width:392px;height:294px;overflow:hidden;background:#dcdddd; text-align:center;position:relative;
	display:flex;
	align-items:center;
	display:-webkit-flex; 
    -webkit-align-items:center;
	display:-ms-flex; 
    -ms-align-items:center;}
.product .cpzs ul li .pic img{max-width:100%;max-height:100%;margin:auto;transition:0.9s;background:#dcdddd;}
.product .cpzs ul li:hover .pic img{
	transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1); 	
	-moz-transform:scale(1.1,1.1); 	
	-webkit-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1); 	}
.product .cpzs ul li .pro_tit{ height:106px; width:100%;overflow:hidden;}
.product .cpzs ul li .pro_tit .tt{color:#1e1e1e;font-weight:700;line-height:40px;margin-top:15px;}
.product .cpzs ul li .pro_tit .des{color:#999999;line-height:25px;font-size:13px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;  
	-webkit-box-orient: vertical;}


*/
.indexproduct{width:100%;overflow:hidden;margin-bottom:35px;}
.indexproduct .left{position:relative; margin-top:30px;}
.indexproduct .left img{width:100%;height:100%;opacity:0.8;transition:0.3;}
.indexproduct .left .tt{position:absolute;color:#fff;} 
.indexproduct .left .ett{position:absolute;color:#fff;} 
.indexproduct .right{width:100%; margin-top:30px;}
.indexproduct .right img{width:100%;}
.indexproduct .col-sm-4{background:#f9fafc;overflow:hidden;padding:0;}
.indexproduct .right a{display:block;}
.indexproduct .left:hover img{opacity:1;}

@media (min-width:1600px){
	.indexproduct .left .tt{font-size:40px;top:5%;left:6%;} 
	.indexproduct .left .ett{font-size:16px;top:14%;left:6%;text-transform:uppercase;} 
	.indexproduct .col-sm-4{padding:0;}
	.indexproduct .right .tt{font-size:22px;color:#333; margin-left:60px ;margin-top:70px;}
	.indexproduct .right .ett{color:#f05024;font-weight:lighter;font-size:16px; margin-left:60px ;margin-top:10px;text-transform:uppercase;}
	.indexproduct .right ul{width:80%;height:100%; margin-left:60px ;margin-top:30px;min-height:90px;}
	.indexproduct .right ul li{font-size:13px;color:#333;float:left;margin-right:12px;line-height:22px;height:22px;}
	.indexproduct .right a{ margin-left:60px ;}
}
@media (max-width:1600px){
	.indexproduct .left .tt{font-size:30px;top:5%;left:6%;} 
	.indexproduct .left .ett{font-size:14px;top:14%;left:6%;text-transform:uppercase;} 

	.indexproduct .right .tt{font-size:20px;color:#333; margin-left:50px ;margin-top:60px;}
	.indexproduct .right .ett{color:#f05024;font-weight:lighter;font-size:16px; margin-left:50px ;margin-top:10px;text-transform:uppercase;}
	.indexproduct .right ul{width:80%;height:100%; margin-left:50px ;margin-top:30px;min-height:90px;}
	.indexproduct .right ul li{font-size:13px;color:#333;float:left;margin-right:12px;line-height:22px;height:22px;}
	.indexproduct .right a{ margin-left:50px ;}
	
}
@media (max-width:1400px){
	.indexproduct .left .tt{font-size:30px;top:5%;left:6%;} 
	.indexproduct .left .ett{font-size:14px;top:14%;left:6%;text-transform:uppercase;} 

	.indexproduct .right .tt{font-size:20px;color:#333; margin-left:30px ;margin-top:20px;}
	.indexproduct .right .ett{color:#f05024;font-weight:lighter;font-size:16px; margin-left:30px ;margin-top:10px;text-transform:uppercase;}
	.indexproduct .right ul{width:90%;height:100%; margin-left:30px ;margin-top:15px;min-height:90px;}
	.indexproduct .right ul li{font-size:13px;color:#333;float:left;margin-right:12px;line-height:22px;height:22px;}
	.indexproduct .right a{ margin-left:30px ;}
	
}
@media (max-width:992px){
	.indexproduct .left .tt{font-size:24px;top:5%;left:6%;} 
	.indexproduct .left .ett{font-size:14px;top:18%;left:6%;text-transform:uppercase;} 

	.indexproduct .right .tt{font-size:18px;color:#333; margin-left:5px ;margin-top:5px;}
	.indexproduct .right .ett{color:#f05024;font-weight:lighter;font-size:14px; margin-left:5px ;text-transform:uppercase;}
	.indexproduct .right ul{width:100%;height:100%; margin-left:0px ;min-height:60px;margin-left:5px ;margin-top:5px;}
	.indexproduct .right ul li{font-size:12px;color:#333;float:left;margin-right:6px;line-height:14px;height:14px;}
	.indexproduct .right a{ margin-left:5px ;}
	
}

@media (max-width:768px){
	.indexproduct .left .tt{font-size:18px;top:5%;left:6%;} 
	.indexproduct .left .ett{font-size:14px;top:22%;left:6%;text-transform:uppercase;} 
	.indexproduct .right .tt{font-size:14px;color:#333; margin-left:5px ;margin-top:3px;}
	.indexproduct .right .ett{margin-top:3px; color:#f05024;font-weight:lighter;font-size:12px; margin-left:5px ;text-transform:uppercase;}
	.indexproduct .right ul{display:none; width:100%;height:100%; margin-left:0px ;min-height:60px;margin-left:3px ;margin-top:5px;}
	.indexproduct .right ul li{font-size:12px;color:#333;float:left;margin-right:6px;line-height:14px;height:14px;}
	.indexproduct .right a{ margin-left:5px ;font-size:11px;margin-top:10px;}
	
}
@media (max-width:576px){
	.indexproduct .right .tt{font-size:20px;color:#333; margin-left:25px ;margin-top:20px;}
	.indexproduct .right .ett{color:#f05024;font-weight:lighter;font-size:16px; margin-left:25px ;margin-top:10px;text-transform:uppercase;}
	.indexproduct .right ul{display:block; width:80%;height:100%; margin-left:25px ;margin-top:13px;min-height:90px;}
	.indexproduct .right ul li{font-size:13px;color:#333;float:left;margin-right:12px;line-height:22px;height:22px;}
	.indexproduct .right a{ margin-left:25px ;display:block;padding-bottom:20px;}
	.indexproduct .col-sm-4{padding-left:15px;padding-right:15px;}

}

.indexabout{width:100%;overflow:hidden;}
.indexabout .row{margin:0;}
.indexabout .left{width:61.5624%; position:relative;}
.indexabout .left img{width:100%;}
.indexabout .left .conn{position:absolute;left:28%;top:0;width:62%;}
.indexabout .left .conn .tt{font-size:22px;color:#333; margin-top:96px;}
.indexabout .left .conn .ett{font-size:30px;color:#333;margin-top:10px;}
.indexabout .left .conn .ett span{color:#de3100;}
.indexabout .left .conn .line{display:block;width:18px;height:4px;background:#de3100;margin-top:30px;margin-bottom:45px;}
.indexabout .left .conn .des{line-height:25px;}
.indexabout .left .conn .more{margin-top:80px;display:block;font-size:38px;height:45px;line-height:38px;width:45px;text-align:center;color:#de3100;border:1px solid #de3100;border-radius:22px;}


.indexabout .right{width:38.4376%;position:relative;}
.indexabout .right img{width:100%;}


.indexabout .right .conn{position:absolute;left:15%;top:0;width:62%;}
.indexabout .right .conn .tt{font-size:22px;color:#fff; margin-top:96px;}
.indexabout .right .conn .ett{font-size:30px;color:#fff;margin-top:10px;}
.indexabout .right .conn .ett span{color:#de3100;}
.indexabout .right .conn .line{display:block;width:18px;height:4px;background:#de3100;margin-top:30px;margin-bottom:45px;}
.indexabout .right .conn .des{line-height:25px;color:#fff;}
.indexabout .right .conn .more{margin-top:80px;display:block;font-size:12px;height:34px;line-height:34px;width:127px;text-align:center;color:#fff;border:1px solid #fff;}


@media (max-width:1600px){
	.indexabout .left .conn .tt{font-size:22px;color:#333; margin-top:86px;}
	.indexabout .left .conn .line{display:block;width:18px;height:4px;background:#de3100;margin-top:25px;margin-bottom:35px;}
	.indexabout .left .conn .more{margin-top:30px;display:block;font-size:38px;height:45px;line-height:38px;width:45px;text-align:center;color:#de3100;border:1px solid #de3100;border-radius:22px;}
	.indexabout .right .conn .tt{font-size:22px;color:#fff; margin-top:86px;}
	.indexabout .right .conn .line{display:block;width:18px;height:4px;background:#de3100;margin-top:25px;margin-bottom:35px;}
	.indexabout .right .conn .more{margin-top:60px;display:block;font-size:12px;height:34px;line-height:34px;width:127px;text-align:center;color:#fff;border:1px solid #fff;}

}


@media (max-width:1400px){
	.indexabout .left .conn .tt{font-size:22px;color:#333; margin-top:56px;}
	.indexabout .left .conn .line{display:block;width:18px;height:4px;background:#de3100;margin-top:20px;margin-bottom:25px;}
	.indexabout .left .conn .more{margin-top:15px;display:block;font-size:38px;height:45px;line-height:38px;width:45px;text-align:center;color:#de3100;border:1px solid #de3100;border-radius:22px;}
	.indexabout .right .conn .tt{font-size:22px;color:#fff; margin-top:66px;}
	.indexabout .right .conn .line{display:block;width:18px;height:4px;background:#de3100;margin-top:20px;margin-bottom:25px;}
	.indexabout .right .conn .more{margin-top:40px;display:block;font-size:12px;height:34px;line-height:34px;width:127px;text-align:center;color:#fff;border:1px solid #fff;}

}
@media (max-width:1200px){
	.indexabout .left .conn{position:absolute;left:15%;top:0;width:80%;}
	.indexabout .left .conn .tt{font-size:18px;color:#333; margin-top:36px;}
	.indexabout .left .conn .ett{font-size:24px;color:#333;margin-top:10px;}
	
	.indexabout .left .conn .line{display:block;width:18px;height:4px;background:#de3100;margin-top:10px;margin-bottom:15px;}
	.indexabout .left .conn .more{margin-top:15px;display:block;font-size:38px;height:45px;line-height:38px;width:45px;text-align:center;color:#de3100;border:1px solid #de3100;border-radius:22px;}
	.indexabout .right .conn{position:absolute;left:10%;top:0;width:80%;}
	.indexabout .right .conn .tt{font-size:18px;color:#fff; margin-top:36px;}
	.indexabout .right .conn .ett{font-size:24px;color:#fff; margin-top:10px;}
	.indexabout .right .conn .line{display:block;width:18px;height:4px;background:#de3100;margin-top:10px;margin-bottom:15px;}
	.indexabout .right .conn .more{margin-top:40px;display:block;font-size:12px;height:34px;line-height:34px;width:127px;text-align:center;color:#fff;border:1px solid #fff;}

}


@media (max-width:992px){
	.indexabout .left .conn{position:absolute;left:5%;top:0;width:90%;}
	.indexabout .left .conn .tt{font-size:16px;color:#333; margin-top:16px;}
	.indexabout .left .conn .ett{font-size:20px;color:#333;margin-top:5px;}
	
	.indexabout .left .conn .line{display:block;width:18px;height:4px;background:#de3100;margin-top:5px;margin-bottom:7px;}
	.indexabout .left .conn .more{margin-top:5px;display:block;font-size:20px;height:30px;line-height:26px;width:30px;text-align:center;color:#de3100;border:1px solid #de3100;border-radius:15px;}
	.indexabout .right .conn{position:absolute;left:10%;top:0;width:80%;}
	.indexabout .right .conn .tt{font-size:16px;color:#fff; margin-top:36px;}
	.indexabout .right .conn .ett{font-size:20px;color:#fff; margin-top:10px;}
	.indexabout .right .conn .line{display:block;width:18px;height:4px;background:#de3100;margin-top:5px;margin-bottom:7px;}
	.indexabout .right .conn .more{margin-top:20px;display:block;font-size:12px;height:34px;line-height:34px;width:127px;text-align:center;color:#fff;border:1px solid #fff;}

}

@media (max-width:768px){
	.indexabout .left{width:100%; min-height:340px;}
	.indexabout .left img{height:100%;}
	.indexabout .right{width:100%;max-height:360px;}
	.indexabout .left .conn .tt{font-size:22px;color:#333; margin-top:33px;}
	.indexabout .left .conn .line{display:block;width:18px;height:4px;background:#de3100;margin-top:10px;margin-bottom:20px;}
	.indexabout .left .conn .more{margin-top:15px;display:block;font-size:38px;height:45px;line-height:38px;width:45px;text-align:center;color:#de3100;border:1px solid #de3100;border-radius:22px;}
	.indexabout .right .conn .tt{font-size:22px;color:#fff; margin-top:40px;}
	.indexabout .right .conn .line{display:block;width:18px;height:4px;background:#de3100;margin-top:25px;margin-bottom:35px;}
	.indexabout .right .conn .more{margin-top:30px;display:block;font-size:12px;height:34px;line-height:34px;width:127px;text-align:center;color:#fff;border:1px solid #fff;}

	
}




.indexcase{width:100%;overflow:hidden;padding-bottom:44px;}
.indexcase .left{position:relative; margin-top:30px;}
.indexcase .left img{width:100%;height:100%;opacity:0.8;transition:0.3s;}
.indexcase .left .tt{position:absolute;color:#fff;} 
.indexcase .left .ett{position:absolute;color:#fff;} 
.indexcase .right{width:100%; margin-top:30px;}
.indexcase .right img{width:100%;}
.indexcase .col-sm-4{background:#f9fafc;overflow:hidden;padding:0;}
.indexcase .right a{display:block;}
.indexcase .left:hover img{opacity:1;}

@media (min-width:1600px){
	.indexcase .left .tt{font-size:40px;top:5%;left:6%;} 
	.indexcase .left .ett{font-size:16px;top:14%;left:6%;text-transform:uppercase;} 
	.indexcase .col-sm-4{padding:0;}
	.indexcase .right .tt{font-size:22px;color:#333; margin-left:60px ;margin-top:70px;}
	.indexcase .right .ett{color:#f05024;font-weight:lighter;font-size:16px; margin-left:60px ;margin-top:10px;text-transform:uppercase;}
	.indexcase .right ul{width:80%;height:100%; margin-left:60px ;margin-top:30px;min-height:90px;}
	.indexcase .right ul li{font-size:13px;color:#333;float:left;margin-right:12px;line-height:22px;height:22px;}
	.indexcase .right a{ margin-left:60px ;}
}
@media (max-width:1600px){
	.indexcase .left .tt{font-size:30px;top:5%;left:6%;} 
	.indexcase .left .ett{font-size:14px;top:14%;left:6%;text-transform:uppercase;} 
		 
	.indexcase .right .tt{font-size:20px;color:#333; margin-left:50px ;margin-top:60px;}
	.indexcase .right .ett{color:#f05024;font-weight:lighter;font-size:16px; margin-left:50px ;margin-top:10px;text-transform:uppercase;}
	.indexcase .right ul{width:80%;height:100%; margin-left:50px ;margin-top:30px;min-height:90px;}
	.indexcase .right ul li{font-size:13px;color:#333;float:left;margin-right:12px;line-height:22px;height:22px;}
	.indexcase .right a{ margin-left:50px ;}
	
}
@media (max-width:1400px){
	.indexcase .left .tt{font-size:30px;top:5%;left:6%;} 
	.indexcase .left .ett{font-size:14px;top:14%;left:6%;text-transform:uppercase;} 
	.indexcase .right .tt{font-size:20px;color:#333; margin-left:30px ;margin-top:20px;}
	.indexcase .right .ett{color:#f05024;font-weight:lighter;font-size:16px; margin-left:30px ;margin-top:10px;text-transform:uppercase;}
	.indexcase .right ul{width:90%;height:100%; margin-left:30px ;margin-top:15px;min-height:90px;}
	.indexcase .right ul li{font-size:13px;color:#333;float:left;margin-right:12px;line-height:22px;height:22px;}
	.indexcase .right a{ margin-left:30px ;}
	
}
@media (max-width:992px){
	.indexcase .left .tt{font-size:24px;top:5%;left:6%;} 
	.indexcase .left .ett{font-size:14px;top:18%;left:6%;text-transform:uppercase;} 
	.indexcase .right .tt{font-size:18px;color:#333; margin-left:5px ;margin-top:5px;}
	.indexcase .right .ett{color:#f05024;font-weight:lighter;font-size:14px; margin-left:5px ;text-transform:uppercase;}
	.indexcase .right ul{width:100%;height:100%; margin-left:0px ;min-height:60px;margin-left:5px ;margin-top:5px;}
	.indexcase .right ul li{font-size:12px;color:#333;float:left;margin-right:6px;line-height:14px;height:14px;}
	.indexcase .right a{ margin-left:5px ;}
	
}

@media (max-width:768px){
	.indexcase .left .tt{font-size:18px;top:5%;left:6%;} 
	.indexcase .left .ett{font-size:14px;top:22%;left:6%;text-transform:uppercase;} 
	.indexcase .right .tt{font-size:16px;color:#333; margin-left:6px ;margin-top:6px;}
	.indexcase .right .ett{margin-top:10px; color:#f05024;font-weight:lighter;font-size:12px; margin-left:5px ;text-transform:uppercase;}
	.indexcase .right ul{display:none; width:100%;height:100%; margin-left:0px ;min-height:60px;margin-left:3px ;margin-top:5px;}
	.indexcase .right ul li{font-size:12px;color:#333;float:left;margin-right:6px;line-height:14px;height:14px;}
	.indexcase .right a{ margin-left:5px ;font-size:11px;margin-top:10px;}
	
}
@media (max-width:576px){
	.indexcase .right .tt{font-size:20px;color:#333; margin-left:25px ;margin-top:20px;}
	.indexcase .right .ett{color:#f05024;font-weight:lighter;font-size:16px; margin-left:25px ;margin-top:10px;text-transform:uppercase;}
	.indexcase .right ul{display:block; width:80%;height:100%; margin-left:25px ;margin-top:13px;min-height:90px;}
	.indexcase .right ul li{font-size:13px;color:#333;float:left;margin-right:12px;line-height:22px;height:22px;}
	.indexcase .right a{ margin-left:25px ;display:block;padding-bottom:20px;}
	.indexcase .col-sm-4{padding-left:15px;padding-right:15px;}

}







#indexnews{width:100%;overflow:hidden;background:#f9fafc;padding-bottom:70px;}
.news{margin:auto;margin-top:73px; }
.news .left{width:50%;float:left;}
.news .left .tit{margin-bottom:35px;}
.news .left .tit p{font-size:28px;color:#000;}
.news .left .tit .line{width:32px;height:4px;background:#de3100;margin-top:17px;margin-bottom:14px;}
.news .left .tit span{font-size:16px;color:#999;text-transform:uppercase;}
.news .tab {width:90%;float:left;border-bottom:2px solid #f5f5f5;}
.news .tab ul{position:relative;float:left;}
.news .tab ul li{float:left;height:60px;width:130px;float:left; text-align:center;line-height:60px;position:relative;}
.news .tab ul li a{width:120px;height:100%;float:left;text-align:center; display:block;overflow:hidden;color:#666;text-transform:uppercase;}
.news .tab ul li a:hover{ color: #f45151; }
.news .tab ul li:first-child a{color:#f45151;}
.news .tab ul li:last-child{margin-right:0px;}
.news .tab ul li span{display:none; position:absolute;width:120px; height:4px;bottom:-2px;left:0px;background:#de3100;}
.news .tab ul li:first-child span{display:block;}
.news .tab ul li:last-child p{display:none;}
.news .tab .more{float:right;line-height:60px;}
/* .news .tab ul li:hover span{display:block;margin:auto;width:25px;height:3px;background:#d04752;} */
.news .cpzs{width:90%;overflow:hidden;}
.news .cpzs ul{display:none;}
.news .cpzs ul:first-child{display:block;}
.news .cpzs ul li{height:50px;line-height:50px; }
.news .cpzs ul li:first-child{margin-top:10px;}
.news .cpzs ul li .tt{width:70%;float:left;overflow:hidden;}
.news .cpzs ul li .date{width:24%;float:right;text-align:right;text-overflow:hidden;white-space:nowrap;}
.news .cpzs ul li:hover .tt{color:#ff0000;}
.news .right{width:50%;float:right;}
.news .right ul li{position:relative;width:100%;height:470px;overflow:hidden;}
.news .right ul li .pic{height:100%;}
.news .right ul li img{transition:0.6s;height:100%;width:100%;}
.news .right ul li img:hover{
	transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1); 	/* IE 9 */
	-moz-transform:scale(1.1,1.1); 	/* Firefox */
	-webkit-transform:scale(1.1,1.1); /* Safari å’Œ Chrome */
	-o-transform:scale(1.1,1.1); 	/* Opera */
}
.news .right ul li .tt{position:absolute;bottom:0px;left:0px;height:60px;width:100%;color:#fff;font-size:15px; line-height:60px;background:rgba(0,0,0,0.7);}

@media (max-width:1400px){
	.news .right ul li{height:400px;}
	
	
	
}

@media (max-width:1200px){
	
	.news .cpzs ul li .date{display:none;}
	
	
}
@media (max-width:992px){
	.news .cpzs ul li .date{display:block;}
	.news .left{width:100%;float:left;}
	.news .right{width:100%;float:right;}
}

@media (max-width:576px){
	#indexnews{padding-bottom:20px;background:#f5f5f5;}
	.news{margin-top:20px;}
	.news .left .tit{margin-bottom:15px;}
	.news .tab{width:100%;}
	.news .cpzs{width:100%;}
	.news .cpzs ul li .tt{width:67%;float:left;overflow:hidden;}
	.news .cpzs ul li .date{width:27%;}
	.news .right ul li{height:228px;}
	.news .right ul li img{transition:0.6s;max-width:100%;max-height:100%;}
	#indexfooter .left{width:100%;float:left;}
	#indexfooter .right{width:100%;float:left;}
	
}



#indexfooter{padding:25px 0px;}
#indexfooter .left{width:50%;float:left;}
#indexfooter .left p{font-size:18px;color:#000;font-weight:bold;line-height:45px;}
#indexfooter .left ul{width:45%;float:left;border-top:1px solid #c2c2c2;margin-right:5%}
#indexfooter .left ul li{line-height:32px;color:#000;}
#indexfooter .left ul li:first-child{margin-top:15px;}
#indexfooter .left ul li span{color:#333;font-weight:bold;}
#indexfooter .right{float:right;width:50%;}
#indexfooter .right .con{float:right;}
#indexfooter .right p{line-height:45px;text-align:right;font-size:17px;color:#000;font-weight:bold;}
#indexfooter .right .conn{border-top:1px solid #c2c2c2;padding-top:20px;}


@media (max-width:576px){
	
	#indexfooter .left{width:100%;float:left;}
	#indexfooter .right{width:100%;float:left;}
	#indexfooter .right .con{float:left;}
	#indexfooter .right p{text-align:left;}
}



#indexbanquan{background:#2c2f33;}
#indexbanquan .banquan{width:100%;height:120px;}
#indexbanquan .banquan .left{float:left;}
#indexbanquan .banquan .left ul li{float:left;line-height:120px;}
#indexbanquan .banquan .left ul li span{margin-left:10px;margin-right:10px;}
#indexbanquan .banquan .left ul li:first-child a{color:#de3100;}
#indexbanquan .banquan .left ul li a{color:#adbacb;}
#indexbanquan .banquan .right ul li a{color:#adbacb;}
#indexbanquan .banquan .right{line-height:120px;float:right;}
#indexbanquan .banquan .right ul li{float:left;margin-left:40px;}
#indexbanquan .banquan{border-bottom:1px solid #4b4b4b;}
#indexbanquan .banqua .left{line-height:98px;float:left;color:#adbacb;}
#indexbanquan .banqua .left p{color:#adbacb;}
#indexbanquan .banqua .left a{color:#fff;}
#indexbanquan .banqua .right{line-height:98px;float:right;color:#667384;}


@media (max-width:992px){
	#indexbanquan .banquan .right{display:none;}
}
@media (max-width:576px){
	#indexbanquan .banqua .left{line-height:30px;float:left;}
	#indexbanquan .banqua .right{line-height:30px;float:left;}
}





/* .indexabout .col-sm-5{background:url(../images/pinpaibg.jpg) no-repeat center;} */


/*

#indexabout{width:100%;height:611px;background:url(../images/aboutbg.jpg) no-repeat center;}
.about{width:1200px;margin:auto;overflow:hidden;}
.about .tit{margin-top:70px;margin-bottom:50px;}
.about .tit p{color:#fff;}
.about .tit span{color:#fff;}
.about .about_con{width:1200px;height:350px;}
.about .about_con .left{width:640px;height:100%; float:left;}
.about .con{margin-top:26px;color:#ffffff;line-height:30px;}
.about .more{width:130px;height:38px;line-height:38px;background:rgba(230,0,18,0.6);text-align:center;color:#ffcbcf;display:block;margin-top:23px;position:relative;z-index:5;}
.about .more:before{content:"";width:0;height:38px;position:absolute;top:0;left:0;background:#e54e5a;z-index:-1;
	transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;}
.about .more:hover:before{width:100%;}
.about .xx{margin-top:43px;text-align:center;}
.about .xx .detail{display:inline-block;width:70px;height:100px;margin-right:60px;}
.about .xx .detail:last-child{margin-right:0;}
.about .xx .detail a{width:70px;height:100px;display:block;}
.about .xx .detail .pic{width:100%;height:60px;margin-bottom:10px;
	display:flex;
	align-items:center;
	display:-webkit-flex; 
    -webkit-align-items:center;
	display:-ms-flex; 
    -ms-align-items:center;}
.about .xx .detail .pic img{max-width:100%;max-height:100%;margin:auto;}
.about .xx .detail .tt{color:#ffffff;}
.about .xx .detail:hover{transform:translateY(-10px);}
.about .about_con .right{width:500px;float:right;height:100%;}
.about .about_con .right .about_img{width:494px;height:338px;overflow:hidden; background:rgba(133,133,133,0.3);	
	display:flex;
	align-items:center;
	display:-webkit-flex; 
    -webkit-align-items:center;
	display:-ms-flex; 
    -ms-align-items:center;}
.about .about_con .right .about_img img{max-width:100%;max-height:100%;margin:auto;transition:0.6s;}
.about .about_con .right .about_img img:hover{
		transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1); 	
	-moz-transform:scale(1.1,1.1); 	
	-webkit-transform:scale(1.1,1.1); 
	-o-transform:scale(1.1,1.1); 	
}*/


/*
#indexcase{width:100%;overflow:hidden;height:530px;}
.case{width:1200px;height:100%;margin:auto;overflow:hidden;}
.case .tit{margin-top:60px;}
.case .cpzs{width:100%;height:292px;margin-top:40px;overflow:hidden;}
.case .cpzs ul li{width:390px;height:292px;float:left;margin-right:15px;}
.case .cpzs ul li .pic{width:390px;height:292px;display:block;overflow:hidden;text-align:center;background:#fff;position:relative;
	display:flex;
	align-items:center;
	display:-webkit-flex; 
    -webkit-align-items:center;
	display:-ms-flex; 
    -ms-align-items:center;}
.case .cpzs ul li .pic img{max-width:100%;max-height:100%;margin:auto;}

*/
/*
#indexenvironment{width:100%;overflow:hidden;height:500px;background:url(../images/envirnbg.jpg) no-repeat center;}
.environment{width:1200px;height:100%;margin:auto;overflow:hidden;}
.environment .tit{margin-top:78px;}
.environment .tit p{color:#ffffff;}
.environment .tit span{color:#ffffff;}
.environment .cpzs{width:100%;height:217px;margin-top:53px;overflow:hidden;}
.environment .cpzs ul li{width:290px;height:217px;float:left;margin-right:14px;}
.environment .cpzs ul li .pic{width:290px;height:217px;display:block;overflow:hidden;text-align:center;background:#fff;position:relative;
	display:flex;
	align-items:center;
	display:-webkit-flex; 
    -webkit-align-items:center;
	display:-ms-flex; 
    -ms-align-items:center;}
.environment .cpzs ul li .pic img{max-width:100%;max-height:100%;margin:auto;}

*/



/*
#indexnews{width:100%;height:818px;overflow:hidden;}
.news{width:1200px;margin:auto;}
.news .tit{margin-top:70px;margin-bottom:64px;}
.news .con{width:1200px;height:460px;overflow:hidden;}
.news .con ul{width:1200px;height:410px;}
.news .con ul li{width:351px;height:410px;float:left;margin-right:70px;}
.news .con ul li:nth-child(3n){margin-right:0px;}
.news .con ul li a{width:100%;height:410px;display:block;}
.news .con ul li a .pic{width:100%;height:190px;}
.news .con ul li .tt{font-size:16px;color:#333333;font-weight:100;font-weight:lighter;margin-top:25px;line-height:43px;}
.news .con ul li .line{width:36px;height:1px;background:#b3b3b3;margin-bottom:17px;}
.news .con ul li .date{font-size:22px;font-weight:lighter;color:#666;margin-bottom:22px;}
.news .con ul li .des{color:#999;font-size:13px;line-height:25px;}
.news .con ul li:hover .tt{color:#e60012;}
.news .con ul li:hover:after{width:100%;}

.news .more{width:200px;height:46px;line-height:46px; border:1px solid #e5e5e5;text-align:center;margin:auto;}
.news .more a{ width:200px;height:46px;display:block;color:#e44242;text-transform:uppercase; font-weight:lighter;font-size:16px;transition:0.9s;}
.news .more a:hover{font-weight:700;font-size:18px;}

*/



.inset{width:100%;}
.inset .ne{width:950px;float:right;}
#ne_nav{width:100%;height:40px;background:#f5f5f5;}
#ne_nav p{line-height:40px;padding-left:30px;background:url(../images/home.png) no-repeat left center;}





.col{width:100%;min-height:450px;line-height:220%;margin-top:40px;margin-bottom:50px;}
.col h2{text-align:center;font-weight:normal;color:#000;}
.col h3{text-align:center;font-weight:normal;font-size:12px;line-height:60px;}
.col img{max-width:100%;}
.col p img{max-width:100%;}


.zsjm_form{width:50%;margin:auto;}
.zsjm_form .selform{width:100%;}
.zsjm_form table tr{width:100%}
.zsjm_form table th{width:100%;display:block;line-height:40px;font-size:18px;font-weight:lighter;}
.zsjm_form table td{width:100%;display:block;}
.zsjm_form table td input{width:100%;display:block;height:40px;line-height:40px;}
.zsjm_form .submit{margin:15px;width:30%;height:40px;}



#yjfk{width:50%;margin:auto;}
#yjfk .selform{width:100%;}
#yjfk table tr{width:100%}
#yjfk table th{width:100%;display:block;line-height:40px;font-size:18px;font-weight:lighter;}
#yjfk table td{width:100%;display:block;}
#yjfk table td input{width:100%;display:block;height:40px;line-height:40px;}
#yjfk .submit{margin:15px;width:30%;height:40px;}





@media (max-width:576px){
	.zsjm_form{width:90%;}
}




.maintit{text-align:center;margin-top:45px;}
.maintit p{font-size:30px;color:#333;font-weight:lighter;margin-bottom:10px;}
.maintit span{font-size:16px;color:#999;text-transform:uppercase;}
.son_nav{margin-top:25px;text-align:center;}
.son_nav a{padding:0px 20px;height:45px;line-height:45px;border-radius:2px;border:1px solid #dcdcdc;color:#333;display:inline-block;margin:0px 10px;transition: color 0s;}
.son_nav a.active{background:#008b92;color:#fff;border:1px solid #008b92;}
.son_nav a:hover{background:#008b92;color:#fff;border:1px solid #008b92;}




.pxxm{width:100%;min-height:450px;margin-bottom:50px;margin-top:30px;overflow:hidden;}
.pxxm ul{margin:0px 2px;}
.pxxm ul li{float:left;width:33%; margin-bottom:35px;border:1px solid rgb(255, 255, 255);}

.pxxm ul li a{width:100%;height:100%;display:block; padding:10px; overflow:hidden;position:relative;}
.pxxm ul li:nth-child(3n){margin-right:0px;}
.pxxm ul li .pic{height:280px;overflow:hidden;display:flex;align-items:center;display:-webkit-flex; /* Safari */-webkit-align-items: center; /* Safari 7.0+ */}
.pxxm ul li .pic img{max-width:100%;max-height:100%;margin:auto;transition:0.9s;}
.pxxm ul li p{width:100%;height:60px;text-align:center;line-height:60px;color:#000;font-size:16px; overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.pxxm ul li .des{font-size:12px;height:36px;line-height:18px;margin-top:12px;padding:0 3px;color:#666;}
.pxxm ul li:hover img{
	transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1); 	
	-moz-transform:scale(1.1,1.1); 	
	-webkit-transform:scale(1.1,1.1); 
	-o-transform:scale(1.1,1.1); 	}
.pxxm ul li:hover p{color:#d35b52;}
.pxxm ul li a:before{content:''; display:block; width:0; height:0; position:absolute;box-sizing: border-box; left:0; top:0; border-left:1px solid #fff;border-top:1px solid #fff; transition:ease 1s;}
.pxxm ul li a:after{content:''; display:block; width:0; height:0; position:absolute;box-sizing: border-box; right:0; bottom:0; border-right:1px solid #fff;border-bottom:1px solid #fff;transition:ease 1s;}
.pxxm ul li:hover a:before{width:100%;height:100%;border-left:1px solid #fe9692;border-top:1px solid #fe9692;}
.pxxm ul li:hover a:after{width:100%;height:100%;border-right:1px solid #fe9692;border-bottom:1px solid #fe9692;}


@media (max-width:992px){
	.pxxm ul li{width:50%;}
}
@media (max-width:576px){
	.pxxm ul li{width:100%;}
}


.online{width:100%;margin:auto;margin-top:20px;margin-bottom:20px;overflow:hidden;}
.online form{padding-left:150px;}
.online .text{width:381px;height:38px;float:left;margin-bottom:20px;margin-right:25px;}
.online .text input{width:268px;height:36px;border:1px solid #c9c9c9;padding-left:20px;}
.online .text p{float:left;width:76px;padding-right:10px;line-height:38px;padding-left:5px;}
.online .text p span{color:#eb0000;position:relative;top:2px;}
.online .con{width:927px;height:205px;float:left;margin-bottom:20px;}
.online .con textarea{padding:20px;border:1px solid #c9c9c9;height:163px;width:760px;}
.online .con p{float:left;width:81px;padding-right:5px;line-height:38px;padding-left:5px;}
.online .con p span{color:#eb0000;position:relative;top:2px;}
.online .verify{height:38px;margin-bottom:20px;}
.online .verify p{float:left;width:76px;padding-right:10px;line-height:38px;padding-left:5px;}
.online .verify p span{color:#eb0000;position:relative;top:2px;}
.online .verify input{width:154px;height:36px;border:1px solid #c9c9c9;float:left;padding-left:20px;margin-right:10px;}
.online .verify img{cursor:pointer;}
.online .submit{width:107px;height:35px;color:#fff;cursor:pointer;background:#be252e;margin-left:91px;float:left;border:none;margin-right:47px;}
.online .reset{width:107px;height:35px;color:#fff;cursor:pointer;background:#008b92;float:left;border:none;}







.xwzx{width:100%;min-height:350px;margin-bottom:50px;}
.xwzx ul{width:100%;overflow:hidden;}
.xwzx ul li{width:90%;height:180px;margin-left:5%;margin-top:10px; transition: all 0.3s ease 0s;border-bottom:1px solid #ddd;position:relative;}
.xwzx ul li a{width:100%;height:100%;display:block;}
.xwzx ul li .pic{float:left;width:25%;margin-left:3%;height:160px;text-align:center;overflow:hidden;display:flex;align-items:center;display:-webkit-flex; /* Safari */-webkit-align-items: center; /* Safari 7.0+ */}
.xwzx ul li .pic img{width:100%;height:100%;}
.xwzx ul li .conn{width:70%;float:left;}
.xwzx ul li .conn .tit{font-size:16px;color:#333;margin-top:38px;margin-left:10%;}
.xwzx ul li .conn .des{height:73px;margin-top:12px;color:#999;line-height:25px;}
.xwzx ul li .conn .date{margin-top:12px;color:#999;line-height:25px;margin-left:10%;}
.xwzx ul li .conn .con{margin-top:12px;color:#999;line-height:25px;margin-left:10%; height:50px; text-overflow:ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
              
                -webkit-line-clamp:2;
                overflow: hidden;}
.xwzx ul li:hover .tit{color:#ff5f30;}
.xwzx ul li:hover:after{width:100%;}


@media (max-width:576px){
	.pxxm ul li{width:100%;}
	
	
	
}





.orientation{margin-top:20px;margin-bottom:20px;overflow:hidden;width:100%;}
.orientation .previous{float:left;}
.orientation .next{float:right;}






/*footer

.foot_contact{width:100%;height:279px;overflow:hidden;background:#f5f5f5;}
.foot_contact .contac{width:1200px;margin:auto;}
.foot_contact .contac .contac1{float:left;width:115px;height:100%;margin-right:130px;overflow:hidden;}
.foot_contact .contac .contac1 img{margin-top:75px;}
.foot_contact .contac .contac2{float:left;width:275px;height:100%;margin-right:123px;overflow:hidden;}
.foot_contact .contac .contac2 p{color:#000000;line-height:43px;font-weight:700;margin-top:65px;font-size:17px;}
.foot_contact .contac .contac2 ul{width:100%;border-top:1px solid #c2c2c2;}
.foot_contact .contac .contac2 ul li{color:#000000;margin-top:17px;}
.foot_contact .contac .contac2 ul li:first-child{margin-top:30px;}
.foot_contact .contac .contac2 ul li span{color:#313131;font-weight:bold;}
.foot_contact .contac .contac3{float:left;width:270px;height:100%;overflow:hidden;}
.foot_contact .contac .contac3 ul{width:100%;border-top:1px solid #c2c2c2;margin-top:108px;}
.foot_contact .contac .contac3 ul li{color:#000000;margin-top:17px;}
.foot_contact .contac .contac3 ul li:first-child{margin-top:30px;}
.foot_contact .contac .contac3 ul li span{color:#313131;font-weight:bold;}

.foot_contact .contac .contac4{float:right;width:166px;}
.foot_contact .contac .contac4 p{color:#000000;width:100%;border-bottom:1px solid #c2c2c2;line-height:43px;font-weight:700;margin-top:65px;font-size:17px;}
.foot_contact .contac .contac4 img{margin-top:8px;}



#footer{width:100%;height:220px;background:#2c2f33;}
.footer_top{height:121px;border-bottom:1px solid #4d4d4d;}
.footer_nav{float:left;margin-top:65px;}
.footer_nav ul li{float:left;width:100px;}
.footer_nav ul li .title{color:#d8d8d8;font-size:14px;}
.footer_bottom{height:98px;line-height:98px;color:#667384;font-size:12px;}
.footer_bottom p{height:98px;line-height:98px;color:#667384;font-size:12px;float:right;}

*/

.mypage{
    text-align: center;
	width:100%;
	margin-top:20px;
	overflow:hidden;
}	
.mypage	span,.mypage a{
	display: inline-block;
	vertical-align: top;
	color: #d35b52;
	border: 1px solid #d35b52;
	padding: 5px 10px;
	margin: 5px;
}		
.mypage	span.current,.mypage a.current{
	background: #d35b52;
	color: #fff;
}




#sidenav {	width:100%;overflow:hidden;background:#f5f5f5;line-height:99px;}

#sidenav .gy{margin:auto;height:100%;}
#sidenav .gy .left{height:100%;float:left;}
#sidenav .gy .left h2 {color: #999;height:99px; font-size:14px;line-height:99px;}
#sidenav h2 a{font-size:14px;color: #999;height:100%;line-height:100%;}
/* #sidenav .gy .right{float:right;} */
#sidenav ul li{float:left;height:99px; line-height:99px;margin-left:10px;}
#sidenav ul .nv{text-align:left; text-indent:20px;font-size: 15px;}
#sidenav ul li>a{height:100%;width:100%;display:block;position:relative;}
#sidenav ul li a:hover{color:#FF0000;}
#sidenav ul li a.cur{color:#FF0000;}
#sidenav ul .navson{text-indent:45px;}



#sidenav .contact .con{
	border: 1px solid #dcdcdc;
	padding: 15px 19px;
	line-height: 200%;
	font-size: 12px;
}


@media (max-width:1600px){
	#sidenav .gy .left{width:100%;float:none;display:none;}
	#sidenav .gy .right{float:none;width:100%;}
	#sidenav ul li{float:left;height:45px; line-height:45px;margin-left:10px;}
}



.indexright{position:fixed;top:25%;right:0px;z-index:10000;}
.indexright div{transition:all 0.6s ease 0s;}
.indexright .phone{position:absolute;top:0px;right:-200px; background:#333 url(/Themes/default/images/icon1.png) no-repeat left center;width:274px;height:67px;margin-bottom:1px;}
.indexright .qq{position:absolute;top:68px;right:-200px; background:#333 url(/Themes/default/images/icon2.png) no-repeat left center;width:274px;height:67px;margin-bottom:1px;}
.indexright .email{position:absolute;top:136px;right:-200px;background:#333 url(/Themes/default/images/icon3.png) no-repeat left center;width:274px;height:67px;margin-bottom:1px;}
.indexright .weixin{position:absolute;top:204px;right:0px;background:#333 url(/Themes/default/images/icon4.png) no-repeat left center;width:74px;height:67px;margin-bottom:1px;}
.indexright .weixin img{position:absolute;right:74px;opacity:0;width:140px;height:140px;display:none;}
.indexright .sj{position:absolute;top:272px;right:-200px;background:#333 url(/Themes/default/images/icon5.png) no-repeat left center;width:274px;height:67px;margin-bottom:1px;}
.indexright .topp{position:absolute;top:340px;right:0px; background:#333 url(/Themes/default/images/top.png) no-repeat center;width:74px;height:67px;}
.indexright p{padding-left:74px;color:#fff;width:274px;line-height:67px;font-size:20px;}
.indexright .email p{font-size:16px;}
.indexright .phone:hover{right:0px;}
.indexright .qq:hover{right:0px;}
.indexright .email:hover{right:0px;}
.indexright .weixin:hover img{opacity:1;display:block;}
.indexright .sj:hover{right:0px;}



@media (max-width:1100px){
	.indexright{display:none;}
}
#goTopBtn{ position: fixed;z-index:100;line-height:30px;width:30px;height:30px;right:2%;bottom:35px;cursor:pointer;display:none;background:url(../phone/images/up.png) no-repeat center;}

.goTopBtnfa{display:none;}
@media (max-width:1100px){
	.goTopBtnfa{display:block;}
}