@charset "utf-8";
/* CSS Document */

body{
	background: #fff;
}

.wraper{
    position: relative;
    left: 0;
    z-index: 3;
	min-height: 100%;
	background: #fff;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background: #f6f6f6;
}

.wraper-close{
    background: rgba(0,0,0,0);
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    
}

.header{
	background: #FFF;
}

.header .tel {
    font-size: 16px;
    color: #666666;
    text-align: right;
    height: 36px;
    line-height: 36px;
    margin-bottom: 6px;
}

.header .logo{
	float: left;
}

.header .logo a{
	display: block;
	height: 58px;
	line-height: 58px;
	font-size: 0;
	-webkit-text-size-adjust:none;
	padding: 21px 0;
}

.header .logo a img{
	vertical-align: middle;
	max-height: 58px;
}

.header .nav{
	float: right;
	padding: 16px 0;
}

.header .nav>ul>li{
	position: relative;
	float: left;
}

.header .nav>ul>li>a{
	display: block;
	padding-bottom: 5px;
    margin: 0 0 0 28px;
    font-size: 14px;
    text-align: center;
    color: #333;
    line-height: 1.5;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #666666;
    border-bottom: 1px solid transparent;
}

.header .nav>ul>li>a:hover,
.header .nav>ul>li>a.active {
    color: #333333;
    border-color: #cccccc;
}

.header .nav-fu{
	position: absolute;
	z-index: 99999;
	width: 100%;
	top: 50px;
	left: -50%;
	width: 200%;
	text-align: center;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}

.header .nav-fu-active{
	visibility: visible;
    opacity: 1;
}

.header .nav-fu li a{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    color: #666;
    line-height: 44px;
    text-align: left;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
}

.header .nav-fu li a:hover {
    background-color: #f5f5f5;
    color: #333;
}


.index-col-3{
	/*overflow: hidden;*/
}

.index-col-3 ul{
	width: 1230px;
	margin-left: -30px;
}

.index-col-3 ul li{
	float: left;
	width: 380px;
	margin-left: 30px;
}

.index-col-3 ul li a{
	display: block;
}

.index-col-3 ul li a .img img{
	display: block;
	width: 100%;
	height: auto;
}


a.nav-moblie-btn{
	display: none;
    position: fixed;
    right: 20px;
    top: 26px;
    height: 30px;
    line-height: 30px;
    color: #999;
    background-color: rgba(255,255,255,0.8);
    width: 30px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ddd;
    font-size: 18px;
    z-index: 6003;
    border-radius: 3px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a.nav-moblie-btn i{
display: inline-block;

height: 30px;
    line-height: 30px;
}

a.nav-moblie-btn:hover {
    background-color: #ddd;
    color: #0084e9;
}

.nav-moblie{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 80%;
	background: #f3f3f3;
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.7);
    overflow: scroll;
}

.nav-moblie .menu-list .title{
	border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #dbdbdb;
    color: rgba(0, 0, 0, 0.3);
}

.nav-moblie .menu-list ul li a{
	position: relative;
	display: block;
	font-size: 14px;
    line-height: 20px;
    
    overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
    
    color: inherit;
    margin: 0;
    padding: 10px 10px 10px 20px;
    
}

.nav-moblie .menu-list ul li .inner{
	position: relative;
}

.nav-moblie .menu-list ul li a.hasChildren{
	position: absolute;
	right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
	background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0; 
}

.nav-moblie .menu-list ul li .menu-children-list{
	display: none;
}

.nav-moblie .menu-list ul li a:not(.hasChildren) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
    tap-highlight-color: rgba(255, 255, 255, 0.5);
    padding-right: 50px;
}



.nav-moblie .menu-list ul li a.hasChildren:after{
	
	content: '';
	position: absolute;
	display: inline-block;
	right: 23px;
	top: 0;
    bottom: 0;
	
	width: 8px;
    height: 8px;	
	
	border: 2px solid transparent;
	
    border-color: rgba(0, 0, 0, 0.3);
    border-top: none;
    border-left: none;
    
    margin: auto;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    
}

.nav-moblie .menu-list ul li a.hasChildrenActive:after{
	-webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}



.nav-moblie .menu-list ul li a.hasChildren:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 1px solid #DBDBDB; 
   
    
}

.nav-moblie .menu-list ul li a:not(.hasChildren):after{
    content: '';
    position: absolute;
    display: block;
    left:20px;
    right: 0;
    bottom: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #DBDBDB;
}

.nav-moblie .menu-list .menu-children-list ul li a{
	padding-left: 35px;
}

.nav-moblie .menu-list .menu-children-list ul li a:after{
	left: 35px;
}

html,
body{
	overflow-x: hidden;
}

body.open {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body.open .wraper{
	left: 80%;
}

body.open .wraper-close{
	visibility: visible;
    opacity: 1;
    left: 80%;
}


/* footer */

.footer{
	background: #f3f3f3;
}

.footer .contact{
	padding: 72px 0 62px;
}

.footer .footer-header{
	float: left;
	width: 18%;
	color: #fff;
}

.footer .footer-header .p1{
	font-size: 24px;
	margin-bottom: 4px;
	color: #666666;
}

.footer .footer-header .p2{
	font-size: 12px;
	color: #b1b1b1;
}

.footer .footer-guanzhu{
	float: right;
	width: 20%;
}

.footer .footer-guanzhu .p1{
	font-size: 16px;
	color: #9c9c9c;
	margin-bottom: 36px;
}

.footer .footer-guanzhu .fenxiang a{
	position: relative;
	float: left;
	display: block;
    height: 30px !important;
    line-height: 30px !important;
    text-align: center;
    margin-right: 10px;
    font-size: 0;
    color: #666666;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: none !important;
	background-color: transparent;
    border: 2px solid rgba(0, 0, 0, 0);
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    padding: 0 0 0 30px !important;
    margin: 0 10px 0 0 !important;
}

.footer .footer-guanzhu .fenxiang a i{
	position: absolute;
	width: 30px;
	height: 30px;
	left: 0;
	top: 0;
	line-height: 30px !important;
	text-align: center;
	background: none !important;
}

.footer .footer-guanzhu .fenxiang a.share-sinaWb i,
.footer .footer-guanzhu .fenxiang a.share-weixin i{
	font-size: 20px;
}

.footer .footer-guanzhu .fenxiang a.share-qqIm i{
	font-size: 18px;
}

.footer .footer-guanzhu .fenxiang a:hover{
	background-color: #f3f3f3 !important;
    border: 2px solid #0084e9;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #0084e9;
    text-decoration: none;
}



.footer .footer-body{
	float: right;
	width: 62%;
}

.footer .footer-body dl dt,
.footer .footer-body dl dd{
	float: left;
}

.footer .footer-body dl dt{
	width: 100%;
	font-size: 16px;
	color: #9c9c9c;
	margin-bottom: 36px;
}

.footer .footer-body dl dt a{
	font-size: 16px;
	color: #b9c0c8;
}

.footer .footer-body dl dd{
	width: 50%;
	line-height: 32px;
	font-size: 12px;
	color: #5f6f82;
}

.footer .footer-body dl dd a{
	font-size: 12px;
	color: #666666;
	font-family: "microsoft yahei"
}

.footer .banquan{
	height: 44px;
    line-height: 44px;
    font-size: 12px;
    color: #999999;
    background: #fff;
}

.index-small-title{
	line-height: 1.5;
	text-align: center;
}

.index-small-title .p1{
	font-size: 24px;
    color: #333333;
}

.index-small-title .p2{
    color: #b1b1b1;
    font-size: 14px;
    
}

.more1 a{
    display: block;
    font-size: 14px;
    width: 150px;
    height: 46px;
    margin: 0 auto;
    
    border-top: 1px solid #626262;
    border-bottom: 1px solid #626262;
    
    background-color: #626262;
    background-image: url(../img/common-img/jiantou3.png);
    background-repeat: no-repeat;
    background-position: center center;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    
}

.more1 a:hover{
	background-color: #f5f5f5;
    border-color: #939393;
    background-image: url(../img/common-img/jiantou4.png);
    
}

#returnTop{
    position: fixed;
    bottom: -100px;
    right: 12px;
    z-index: 1000;
    width: 32px;
    height: 32px;
    background: #999;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

#returnTop i{
    display: block;
    padding: 8px 0 0 10px;
    font-size: 14px;
}

#returnTop:hover {
    background: #333;
}









































































































































































































































































































































































































































































































































































































































































































































































































































































































































































