body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, fieldset, button, input, textarea, th, td {
	margin:0; padding:0; 
	font: 14px/1.5 "Microsoft Yahei",tahoma,arial,"Hiragino Sans GB";

}
ul, ol { list-style:none;}
a { text-decoration:none; color:#333;outline: none;}
a:hover { text-decoration: none; color:#000;outline: none;}
fieldset, img { border:none; vertical-align:middle;}
button, input, select, textarea {outline: none;font-size:100%; color:#666; font-size:12px;}
h1, h2, h3 { font-size:14px;}
em { font-style:normal;}
li{list-style-type:none; outline: none;}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #fff !important;
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}
input,select{
	border: 0px;outline:none;cursor: pointer;
}
html{
	font-size:3rem;
}
body{
	background: #f7f7f9;
}
.header{
	width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
	min-width: 1280px;
}
.main{
    width: 100%;
	min-width: 1280px;
    height: auto;
    margin: auto;
}
.menu{
    width: 100%;
    height: auto;
}
.menu_main{
	margin: auto;
    width: 90%;
    height: 100px;
}
.menu_main_me{
    float: left;
    width: 10%;
    height: 100px;
	text-align:center;
}
.menu_main_me img{
	width: 60px;
    height: auto;
    margin-top: 35px;
    float: left;
    cursor: pointer;
}
.menu_main_left{
	float: left;
    width: 20%;
    height: auto;
}
.menu_main_left img{
	float: left;
    width: auto;
    height: 60px;
    margin-top: 20px;
}
.menu_main_cen{
	float: right;
    width: 52%;
    height: 100px;
}
.menu_main_cen li{
    font-size: 18px;
    color: #111;
    float: left;
    width: auto;
    margin-left: 3%;
    margin-right: 3%;
    height: 100px;
    text-align: center;
    position: relative;
}
.menu_main_cen li span{
	width: auto;
    float: left;
    height: 98px;
    line-height: 120px;
    font-size: 16px;
    text-align: center;
    transition: 0.5s;
}
.menu_main_cen li span:hover{
    color: #c70068 !important;
}
.menu_main_cen .tabcur span {
    color:#c70068  !important;
}
.menu_main_cen li p{
    float: left;
    width: 0px;
    height: 2px;
    background: #c70067;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: 0px;
}
.menu_main_cen li:hover p{
	width: 100%;margin-left: -50%;
	transition: 0.5s;
}
.menu_main_cen .tabcur p {
    color:#c70068  !important;
	width: 100%;
	margin-left: -50%;
}
.menu_main_cen li em{
	border-top: 8px solid #000;
    border-bottom: 5px solid #fff;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    width: 0px;
    height: 0px;
    margin-left: 4px;
    margin-top: 35px;
    float: left;
}
.menu_main_right{
    float: right;
    width: 18%;
    height: 60px;
    margin-top: 30px;
}

.menu_main_right .img{
	float: left;
    width: 50px;
    height: 50px;
    padding-right: 5px;
}
.menu_main_right b{
	float: left;
    width: 150px;
    height: 25px;
	line-height:20px;
	font-size: 18px;
}
.menu_main_right p{
    float: left;
    width: 150px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    color: #4c4c4c;
}
.zmue{
    position:fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999999;
    top: 0;
    left: -100%;
    overflow: hidden;
	transition: 0.3s;
}
.zmue_top{
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #ddd;	
}
.zmue_top_left{
    float: left;
    width: 40%;
    height: 100px;
	padding-left:10%;
}
.zmue_top_left img{
	width: 160px;
    height: 60px;
    margin-top: 20px;
}
.zmue_top_right{
	float: right;
    width: 40%;
    height: 100px;	
}
.zmue_top_right img{
    width: 50px;
    height: 50px;
    float: right;
    margin-right: 20%;
    margin-top: 25px;
    cursor: pointer;
}
.zmue_main{
	width: 80%;
    padding-left: 10%;
    height: auto;
    overflow: hidden;
    padding-top: 5%;
}
.zmue_main li{
	float: left;
    width: 31%;
    height: auto;
    overflow: hidden;
    margin-right: 2%;
}
.zmue_main li .zmue_main_li_top{
	width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #ddd;
    font-size: 22px;	
}
.zmue_main li .zmue_main_li_top a{
	color: #000;
    width: 100%;
    display: block;
    background: url(../image/zmue_left_b.png) right center no-repeat;
    background-size: 25px;
}
.zmue_main li .zmue_main_li_top a:hover{
	color: #c70068;
	background: url(../image/zmue_left.png) right center no-repeat;
    background-size: 25px;
}
.zmue_main li .zmue_main_li_main{
	width: 100%;
    min-height: 150px;
    overflow: hidden;
    padding-bottom: 20px;
}
.zmue_main li .zmue_main_li_main a{
    width: 100%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    float: left;
    font-size: 16px;
    color: #666;
    position: relative;
    text-indent: 15px;
}
.zmue_main li .zmue_main_li_main a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 3px;
    background: #aaaaaa;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.zmue_main li .zmue_main_li_main a:hover{
	color: #c70068;
}
.zmue_main li .zmue_main_li_main a:hover::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 3px;
    background: #c70068;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.tit{
    width: 100%;
    height: 90px;
    margin: auto;
    line-height: 90px;
    font-size: 14px;
    color: #999;
}
.tit_left{
    float: left;
    width:  auto;
    height: 90px;
}

.tit_left b{
	font-size: 21px;
    color: #000;
    padding-right: 10px;
    font-weight: 500;
}
.tit_right{
    width: auto;
    height: 25px;
    margin: 38px 0 0;
    float: right;
    color: #888;
    border-radius: 2px;
    line-height: 25px;
    text-align: center;
}
.tit_right:hover{
	color: #ff9800;
}
/*-----------------侧栏--------------------*/
.rightdh{
    position: fixed;
    z-index: 999;
    right: 0px;
    top: 40%;
    width: 54px;
    height: 410px;
    background-color: #2e323c;
    border-radius: 6px 0 0 6px;	
}
.rightdh .t0{
	background: url(../image/reightdh_0.png)#c70068 55% 20% no-repeat;
    height: 120px;
    width: 100%;
    text-align: center;
    padding-top: 35px;
    cursor: pointer;
    border-radius: 6px 0 0 0;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 16px;
    line-height: 52px;
    color: #fff;
}

.rightdh li.t1{
	margin-left: 10px;
	width: 35px;
    height: 59px;
    display: block;
    border-bottom: 1px solid #6e7782;
    cursor: pointer;
    position: relative;	
	background: url(../image/scoll_pot.png) center no-repeat;
    background-size: 30px;
}
.rightdh li.t2{
	margin-left: 10px;
	width: 35px;
    height: 59px;
    display: block;
    border-bottom: 1px solid #6e7782;
    cursor: pointer;
    position: relative;	
	background: url(../image/scoll_tel.png) center no-repeat;
    background-size: 30px;
}
.rightdh li.t2:hover .t2_main{
	display: block;
}
.rightdh li .t2_main{
    position: absolute;
    width: 150px;
    right: 60px;
    height: auto;
    background: #c70068;
    border-radius: 5px;
    padding: 10px;
	display: none;
}

.rightdh li .t2_main::before{
	content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    border-color: #c70068;
    right: -5px;
    margin-top: -4px;
    background: #c70068;
}
.rightdh li .t2_main_left{
	background: url(../image/scoll_tel.png) center no-repeat;
    background-size: 30px;
    width: 40px;
    height: 50px;
    float: left;
}
.rightdh li .t2_main_right{
    font-size: 15px;
    color: #fff;
    float: left;
    width: 100px;
    padding-left: 5px;
    line-height: 20px;
    margin-top: 5px;
}
.rightdh li.t3{
	margin-left: 10px;
	width: 35px;
    height: 59px;
    display: block;
    border-bottom: 1px solid #6e7782;
    cursor: pointer;
    position: relative;	
	background: url(../image/scoll_wx.png) center no-repeat;
    background-size: 30px;
}
.rightdh li.t3:hover .t3_main{
	display: block;
}
.rightdh li .t3_main{
    position: absolute;
    width: 150px;
    right: 60px;
    height: auto;
    background: #c70068;
    border-radius: 5px;
    padding: 10px;	
	top: -60px;	
	display: none;
}
.rightdh li .t3_main::before{
	content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    border-color:#c70068;
    right: -5px;
    margin-top: -4px;
    background: #c70068;	
}
.rightdh li .t3_main_top{
    width: 150px;
    height: 150px;
    float: left;
}
.rightdh li .t3_main_top img{
    width: 150px;
    height: 150px;
    float: left;
}
.rightdh li .t3_main_bot{
	font-size: 13px;
    color: #fff;
    float: left;
    width: 100%;
    line-height: 30px;
    text-align: center;
}
.rightdh li.t4{
	margin-left: 10px;
    width: 35px;
    height: 59px;
    display: block;
    cursor: pointer;
    position: relative;
    background: url(../image/scoll_up.png) center no-repeat;
    background-size: 30px;
}

.footer{
    float: left;
    width: 100%;
    background: #333;
    height: auto;
    text-align: center;
    padding-top: 20px;
	min-width: 1260px;
}
.footerfkone{
	width: 1260px;
    height: auto;
    margin: auto;
    overflow: hidden;
    padding-bottom: 20px;
}

.footerfkone_leftone{
	float: left;
    width: 399px;
    height: auto;
    text-align: left;
}
.footerfkone_leftone_ioc{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.footerfkone_leftone_ioc li{
    width: auto;
    text-align: center;
    height: auto;
    overflow: hidden;
}
.footerfkone_leftone_ioc li img{
    width: auto;
    height: 80px;
    margin-top: 20px;
    margin-bottom: 5px;
   /* -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;*/
    float: left;
    margin-bottom: 25px;
}
.footerfkone_leftone_ioc li span{
    width: 100%;
    height: auto;
    line-height: 20px;
    float: left;
    color: #c8c8c8;
    font-size: 13px;
    text-align: left;
}
.footerfkone_lefttwo{
	float: right;
    width: 400px;
    height: auto;
    margin-top: 20px;
    padding-bottom: 20px;
}
.footerfkone_lefttwo_tit{
	width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: left;
    font-size: 18px;
        color: #c8c8c8;
}
.footerfkone_lefttwo li{
    width: 100%;
    height: auto;
    font-size: 13px;
    color: #fff;
    text-align: left;
}
.footer_bot{
    width: 100%;
    height: 50px;
    margin: auto;
    float: left;
    color: #fff;
    background: #333333;
    line-height: 50px;
    border-top: 1px solid #4a4a4a;
}
.footer_bot a{
	color: #fff;
}

.footer_bot a:hover{
	color: #fff;
}
.footer_bot1{
    width: 100%;
    height: 50px;
    margin: auto;
    float: left;
    color: #fff;
    background: #2f2f31;
    line-height: 50px;
}
.footer_bot1 a{
	color: #fff;
}

.footer_bot1 a:hover{
	color: #fff;
}
.page{
    text-align: center;
    width: auto;
    height: auto;
    overflow: hidden;	
	-webkit-animation-name: txtup;
    -webkit-animation-duration: 1s;
}
.page a{
	padding-left: 15px;
    padding-right: 15px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    background: #fff;
    margin-right: 10px;	
}
.page a.cur{
	background:#c70067;
	color:#fff;
}
.page a:hover{
	background:#c70067;
	color:#fff;
}
@keyframes dhup {
    0%{
       margin-top: 0px;
	   opacity: 0;
    }
	100%{
		margin-top: -90px;
		opacity: 1;
	}
}
@keyframes txtup {
    0%{
	    transform: matrix(1, 0, 0, 1, 0, 50);
		opacity: 0;
    }
	50%{
		opacity: 1;
	}
	100%{
	    transform: matrix(1, 0, 0, 1, 0, 0);
		opacity: 1;
	}
}
@keyframes txtleft {
    0%{
		transform: matrix(1, 0, 0, 1, -60, 0);
		opacity: 0;
    }
	50%{
		opacity: 1;
	}
	100%{
		transform: matrix(1, 0, 0, 1, 0, 0);
		opacity: 1;
	}
}
@keyframes bgzoom {
    0%{
       width: 120%;
	   margin-left: -10%;
    }
	100%{
		width: 100%;
		margin-left: 0%;
	}
}