/* CSS Document */
@font-face {
    font-family: 'MiSans-Normal';
    src:url('../fonts/MiSans-Normal.ttf') format('truetype');
    src: url('../fonts/MiSans.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MiSans.woff') format('woff'),
         url('../fonts/MiSans.eot'),
         url('../fonts/MiSans.svg#rzzy') format('svg');
          
         
    font-family: 'AlibabaPuHuiTi-3-85-Bold';
    src: url('../fonts/AlibabaPuHuiTi-3-85-Bold.eot');
    src: url('../fonts/AlibabaPuHuiTi-3-85-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/AlibabaPuHuiTi-3-85-Bold.woff') format('woff'),
         url('../fonts/AlibabaPuHuiTi-3-85-Bold.ttf') format('truetype');
         
}
html, body, div, span, table, tr, th, td, em, img, h1, h2, h3, h4, h5, h6, p, a, ul, ol,li, form, label,button,textarea,pre,fieldset,figure,article,section{font-family: inherit;font-style: inherit;padding: 0;margin:0;border:0; font-size:12px; text-decoration:none; outline: none; font-family:'MiSans-Normal',sans-serif !important; list-style:none;}
body{ background:#ffffff;}
/* CSS index */
/* CSS banner */
.lubo{ width: 100%; min-width:1000px; clear: both; position: relative; height:1000px;}
.lubo_box{ position: relative; width: 100%; height:100%; }
.lubo_box li{ float: left;position: absolute; top: 0; left: 0; width: 100%; height:100%; opacity: 0;filter:alpha(opacity=0);}
.lubo_box li a{ display: block;width: 100%;  height: 100%;}
.lubo_box li img{ width: 100%; height:100%;}


.header{ position: fixed; top:0; left:0; width: 100%; padding: 0 60px; height: 90px; z-index: 999; -webkit-transition: all ease .4s; transition: all ease .4s; background: #131f41; display: flex; flex-flow: wrap; align-items: center; justify-content: space-between;}
.header .logo{ padding: 0;}
.header .logo.show1{ display: block;}
.header .logo.hide1{ display: none;}
.header .logo img{ height: 90px;}
/* .header .logo img{width:280px; height: auto;object-fit:contain;} */
.header ul{  max-width: 1260px; padding: 0; display: flex; flex-flow: wrap; align-items: center; justify-content: space-between;}
.header li{ position:relative; z-index: 2;}
.header li>a{ display:block; height: 90px; line-height: 90px; font-size: 20px; color:#FFFFFF; position: relative;}
.header li.active>a{line-height:90px},
.header li:hover>a{}
.header li:hover div{ display: block;}
.header li div{ display: none; position: absolute; top:90px; left:50%; margin-left: -70px; width:140px; background:rgba(0,0,0,.4);}
.header li div a{ display: block; line-height:44px; text-align: center; color:#FFF; font-size: 16px;}
@media(max-width:1024px){
    .header li div a{
        font-size:12px !important;
    }
}
.header li div a:hover{background:rgba(0,0,0,.2);}
.header .top-menu a{ display:none; width:40px; height: 40px; margin: 0 3px; background-size: cover;}
.header .top-menu .ico-lan{ background-image: url(../images/ico_en.png);}
.header .top-menu .ico-search{ background-image: url(../images/ico_search.png);}
.header .search-div{ display: none; z-index:1; position: absolute; top:91px; right:0px;  width: 425px; border-top:1px solid #97979a; background: #FFFFFF; padding:17px 85px 17px 28px; -webkit-box-shadow:0 0 10px rgba(0,0,0,.08); 
	box-shadow:0 0 10px rgba(0,0,0,.08);}
.header .search-div.show{ display: block;}
.header .search-div .in{ width:100%; height:45px; font-size:18px; line-height:25px; padding: 10px 20px; border: none; border-radius:6px; background: #f5f5f5; }
.header .search-div .bt{ position:absolute; top:16px; right:15px; width:70px; height:45px; border: none; background-color: #FFFFFF; background-size: cover; background-image:url(../images/search_bt.png); }

/*.header.header_bg1{ background:none; -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);   box-shadow: 0 0 0 rgba(0,0,0,0);}*/
.header.header_bg1 .show1{ display: none;}
.header.header_bg1 .hide1{ display: block;}
.header.header_bg1:hover{ background:rgba(255, 255, 255, 0.1); -webkit-box-shadow: 0 0 22px rgba(0,0,0,.15);   box-shadow: 0 0 22px rgba(0,0,0,.15);}
.header.header_bg1:hover .show1{ display: block;}
.header.header_bg1:hover .hide1{ display: none;}
.header.header_bg1 li>a{ color: #FFFFFF;font-weight:500;}
.header.header_bg1:hover li>a{ color: #222222;font-weight:500;}
.header.header_bg1 .top-menu .ico-lan{ background-image: url(../images/ico_en_white.png);}
.header.header_bg1 .top-menu .ico-search{ background-image: url(../images/ico_search_white.png);}
.header.header_bg1:hover .top-menu .ico-lan{ background-image: url(../images/ico_en.png);}
.header.header_bg1:hover .top-menu .ico-search{ background-image: url(../images/ico_search.png);}
.header.header_bg1:hover li>a{ text-shadow: 0 0 0 rgba(0,0,0,0); -webkit-text-shadow: 0 0 0 rgba(0,0,0,0);}


.layui-form{ width: 112%; padding-bottom: 16px; display: inline-block; vertical-align: middle;}
.i_consult{ /*padding-bottom:52px;*/}
.i_consult .home-tit p{margin-bottom: 0px;}
.i_consult_l li{ float:left; width:50%; display:block; margin: 20px 0 0;}
.i_consult_l li input, .i_consult_l li select{font-size: 16px;
    border: 1px solid #dddddd;
    height: 52px;
    width: 92%;
	padding:0 3%;
    line-height: 80px;}
.i_consult_l li input.i_consult_input{width: 60%;}
.i_consult_l li button{height: 52px; width: 30%; font-size:13px; font-weight: bold; text-align:center; line-height: 54px; background: #dddddd; color: #131f41;}
.i_consult_l p{ font-size:13px; line-height:24px; line-height: 56px; clear: both; padding-bottom: 16px;}
.i_consult_l p a{ font-size:13px;border-bottom: 1px solid #131f41; color: #131f41;}
.i_consult_l div button{
    display: inline-block;
    border-radius: 4px;
    background: #131f41;
    color: #ffffff;
    padding: 0 40px ;    line-height: 44px; font-size:16px; }
.i_consult_r{ display: inline-block; vertical-align: middle; width: 24%; float: right;}
.i_consult_r b{font-size: 16px;color: #1c1c1c; line-height: 26px; padding-bottom: 10px; text-align:left;display: block; font-weight:inherit;}
.i_consult_r i{width: 56px; height: 6px; margin: 8px 0 30px; display:block;}
.i_consult_r p{ font-size:16px; color: #FFFFFF; line-height: 26px; padding-bottom: 10px; text-align:center;}
.i_consult_r ul li p{ font-size:14px;}
.i_consult_r ul li{ width:48%; float:left;}
.i_consult_r ul li img{ width:40%; display:block; margin:6px auto 8px}
.home-case-img .img{

}

.home-tit img {
    width:100%;
    margin-left:0;
    margin-top:18px;
}
.home-tit span {
    position: absolute;
    left: 0;
    width: 100%;
    color: #f1f1f1;
    font-weight: bold;
    line-height: 80px;
    font-size: 80px;
    font-weight: 800;
    opacity: 0.5;
    text-transform: uppercase;
}
.home-tit h2 {
    position: relative;
    font-size: 40px;
    font-weight:500;
    color: #343434;
}
.home-tit p {
    width: fit-content;
    font-size: 24px;
    color: #B1B1B1;
    letter-spacing: 0;
    font-weight: 400
}
@media(max-width:1440px){
    .home-tit p{margin-top:0;}
    .i_case_wlj .i_case_skg_p{line-height:28px!important;}
}

.i_case{    width: 100%;
    background-position: top center;
    color: #b7b7b7;
	position: absolute;
    z-index: 3;
    bottom: 92px;
    left: 0;}
.home-point {
	width: 100%;
    padding: 92px 0 260px;
    position: relative;
    background-image: url(../images/home_point_bg.jpg);
    background-position: bottom center;
}
.home-point ul li {
    width: 25%;
	float:left;
}
.home-point ul li span {
    position: relative;
    padding-right: 30px;
    font-size: 72px;
    font-weight: lighter;
    color: #fcbf04;
    display: inline-block;
}
.home-point ul li span i {
    font-style: normal;font-weight: bold;
}
.home-point ul li:last-child span sup{
    font-size: 38px;
}

.home-tit p:nth-child(2){margin-top:4px;}
.home-point ul li span sup {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 30px;
    font-weight: bold;
    font-size: 24px;
    color: #131f41;;
}
.home-point ul li p {
    margin-top: 5px;
    font-size: 18px;
}
.i_case_pechoin .home-tit h2{
    font-size: 36px; line-height: 47px;margin: 0;letter-spacing: 2px;}
.i_case_wlj .home-tit h2 {
    font-size: 36px; letter-spacing: 2px;
}
.i_case_wlj .home-tit p{width: fit-content;font-family: PingFangSC-Regular;font-size: 24px;color: #B1B1B1;letter-spacing: 0;font-weight: 400;}
.i_case_wlj .i_case_skg_p{ 
    font-family: PingFangSC-Regular;
    color: #4D4D4D;
    letter-spacing: 0;
    text-align: justify;
    font-weight: 400;
    margin-top: 18px;
    font-size: 16px !important; 
    line-height: 30px !important; 
    width:100% !important; 
}
.i_case_wlj .home-case-text .des { margin-top: 52px;}
.i_case_wlj .home-case-text .des p{ letter-spacing:0px;}
.i_case_wlj .home-case-text .home-button {
    margin-top: 47px;
    margin-bottom: 10px;
}
.i_case_wlj .home-case-text .des p{ font-size:22px;}
.i_case_skg{ margin-right:54%; position:relative; padding-bottom: 160px;}
.i_case_skg .home-button{position: absolute;
    left: 0;
    bottom: 40px;
	background-color:none;
	color:#ffffff;
	border-radius: 2px;
	border: 2px solid #ffffff;}
.i_case_pechoin .home-button, .i_case_wlj .home-button{
	background-color:none;
	color:#1B294E;
	border-radius: 2px;
	border: 2px solid #1B294E;}
.i_case_skg .home-button:hover, .i_case_pechoin .home-button:hover, .i_case_wlj .home-button:hover{
	background-color:#FBD100;;
	color:#fff;
	border: 1px solid #fff !important;}

.i_case_skg .home-tit h2{ color:#FFFFFF;}
.i_case_skg p{ color:#ffffff; text-align:left; margin-top: 47px;}
.i_case_skg_p{
    color: #4D4D4D;
    letter-spacing: 0;
    text-align: justify;
    font-weight: 400;
    margin-top: 18px;
    font-size: 16px !important;
    line-height: 30px !important;
    width:100%;
}
.i_case_skg .home-tit h2{
	font-size:36px;    padding-bottom: 24px; color:#FFFFFF;text-align: left;}
.i_case_skg .home-tit h2:after {
    left: 0;
    margin-left: 0px;
}
.i_case_tongwei_img{width: 90%; position: absolute; z-index: 1; margin-left: -124%; margin-top: -12%; display:none;}
.i_case_tongwei.i_case_skg{margin-right: 0%; margin-left:40%; padding-bottom: 164px;}
.i_case_tongwei.i_case_skg .i_case_skg_p{ width: 424px;font-size: 18px; line-height: 30px;}
.i_case_tongwei_span{ font-size:24px; color:#B1B1B1; clear:both; text-align:left; display:block;margin-bottom: 16px; font-weight: lighter;margin-top:10px}
.i_case_tongwei_span i{ font-style: normal; font-weight: bold; color: #fcbf04;}
.i_case_tongwei_span b{ font-size: 32px; line-height: 48px; font-weight: bolder; letter-spacing:10px}
/*.i_case_tongwei.i_case_skg .home-tit h2{ color:#161616;}
.i_case_tongwei .i_case_skg_p{ font-size:16px;}
.i_case_tongwei.i_case_skg p{ color:#333333;}*/
.des .home-tit span{ left:inherit;display: none;}

#container {
    height: 360px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 58px;
}
#myPageTop{
    position: absolute;
    z-index:10;
    top:0;
    left:50%;
    transform: translateX(-50%);
    background: #fff;
    width:80%;
    padding:20px;
}
#myPageTop a{
    display: inline-block;
    text-align: center;
    padding:6px 20px;
    color:#fff;
    background: #a0c8ff;
    text-decoration:none;
}
#myPageTop #show{
    display: block;
}
#myPageTop input{
    font-size:14px;
    padding:6px 8px;
    border:1px solid #ccc;
    outline:none;
}
.pageShow h3{
    margin:20px 0 10px;
}
#panel {
    position: absolute;
    background-color: white;
    max-height: 90%;
    overflow-y: auto;
    top: 10px;
    right: 10px;
    width: 280px;
}
.infowindow-content{
    padding:12px 8px;
    color:#fff;
    background:#ccc;
}

.home-news .content {
    margin-bottom: 60px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.home-news .img {
    width: 48%;
    max-width: 700px;
    position: relative;
}
.bgFull {
    background-size: cover;
    background-position: center center;
    background-repeat: nno-repeat;
}
.home-news .img .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5%;
    background: rgba(27,27,27,.6);
    color: #FFFFFF;
}
.home-news .img .text .date {
    font-size: 18px;
}
.home-news .img .text p {
    margin-top: 14px;
    font-size: 20px;
}
.overf {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-news .img .text .date span {
    font-size: 36px;
}
.home-news .right {
    width: 45%;
    /*padding-right: 90px;*/
    height: 445px;
	/*overflow-x:hidden;
	overflow-y: scroll;*/
}
.home-news .right::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 10px;
    border-radius: 5px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 80px;
}

.home-news .right::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}

.home-news .right::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.1);
}

/*.zl-scrollBarBox {
    height: 100%;
    position: absolute;
    background: #e1e1e1;
}
.zl-scrollBar.zl-verticalBar {
    min-height: 10px;
}
.zl-scrollBar {
    position: absolute;
    left: 0;
    top: 0;
    background: #aaaaaa;
    transition: background 0.3s;
    cursor: pointer;
}*/
.zl-scrollContentDiv {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    top: 0;
    left: 0;
}
.home-news .right .list {
    border-top: 1px solid #ededed;
}
.home-news .right .list li {
    padding: 26px 0;
    border-bottom: 1px solid #ededed;
	height:inherit;
}
.home-news .right .list .date {
    font-size: 14px;
	line-height: 20px;
	float: right;
	font-weight:initial;
	color:#666666;
}
.home-news .right .list .date span {
    font-size: 36px;
}
.home-news .right .list .tit {
    /*margin-top: 15px;*/
    font-size: 20px;
	line-height: 20px;
	font-weight:inherit;
}
.overf {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-news .right .list .des {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #999999;
}




/*contact--联系我们*/
.contact_bg{
	background-color:#ffffff !important;
	}
.contact_bg:hover{background-color:#FFFFFF !important;}
.header.header_bg1:hover li>a{ color: #222222;font-weight:500;}
.contact .footer_bottom{ bottom: inherit !important;}
.contact .layui-form{ width: 100%; padding-bottom: 40px;display:flex;justify-content: center;}
.head {
    width: 100%;
    margin: 0px auto 0;
    position: relative;
}
.head img {
    width: 100%;
    display: block;
}
.menu-list {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
}
.head ul {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}
.head ul li {
    background-color: #131f41;
    color: #FFFFFF;
    float: left;
    display: inline-block;
    margin-right: 10px;
}
.head_active {
    background-color: #fcbf04!important;
}
.head ul li a {
    display: block;
    color: #FFFFFF;
    padding: 15px 20px;
    font-size: 16px;
}
.head ul li.head_active a{
    color: #131f41!important;
	font-weight: bold;
}
.contact-content-1{
	position: absolute; z-index: 99; top: 48%; left: 50%; margin-left: -80px;}

.contact-content-1 p:nth-child(1) {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-bottom:8px;
}
.contact-content-1 div {
    width: 100px;
    border-bottom: 2px solid #fff;
    margin: 20px auto;
}
.line {
    height: 0px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

 .p {
    text-align: center;
    color: #fff;
    font-size: 15px;
}
.contact-local {
    width: 100%;
    height: 48px;
    margin-top: 30px;
	padding-bottom: 16px;
}
.contact-local .contact-local-1,.contact-local .contact-local-1 a  {
    font-size: 14px;
    line-height: 30px;
    color: #999;;
    width: 1200px;
    margin: 0 auto;
}
.contact-local .contact-local-1 p{ font-size:16px;}
.contact-local .contact-local-1 a{ font-size:16px;}
.contact-local .contact-local-1 p span:nth-child(2) {
    padding: 0 10px;
}
.contact .home-tit{ padding-top:40px;}
.contact .home-tit h2{ text-align: center;}
.contact .home-tit span{ text-align: center;}
.contact .home-tit p{ font-size: 18px; text-align: center;line-height: 18px; margin-top: 36px; margin-bottom: 58px;}
.contact-customer {
    width: 1200px;
    height: auto;
    margin: 10px auto 0;
}
.contact-customer ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}
.contact-customer ul li {
    width: 156px;
    height: 60px;
    margin-top: 20px;
    margin-left: 50px;
}
.contact-customer ul li{
	}
.contact-customer ul li img {
    width: 100%;
    height: 100%;
	display:block;
}



/*join--加入我们*/
.join-tel {
    overflow: hidden;
	max-width:1200px;
    margin: 50px auto 60px;
}
.join-tel li {
	width:25%;
    float: left;
}
.join-tel img {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}
.join-tel li span {
    margin-bottom: 12px;
}
.join-tel li span, .join-tel li b {
    display: block;
    font-size: 16px;
    color: #333;
    text-align: center;
}
.join-content{position: relative;margin: 0 auto;
    width: 1200px;}
.zhe {
    width: 1100px;
    height: 298px;
    background: #000;
    position: absolute;
    z-index: 10;
    margin: 0 50px 70px;
    opacity: 0.4;
}
.cl h5 {
    color: #fff;
    font-size: 30px;
    z-index: 11;
    position: absolute;
    top: 140px;
    left: 400px;
}
.cl h6 {
	width:100%;
    font-size: 22px;
	text-align:center;
    color: #fff;
    z-index: 11;
    position: absolute;
    top: 136px;
    left: 0px;
	font-weight:inherit;
}
.cl h4 {
    color: #fff;
    font-size: 14px;
    z-index: 11;
    position: absolute;
    top: 220px;
    left: 415px;
}


/*course--公司历程*/
#history{width:1180px;height:960px;position:relative;margin:50px auto 0 auto;}
.title{height:95px;line-height:95px;text-indent:280px;}
.title h2{color:#7c7c7c;font-size:18px;font-weight:500;}
#circle{
	width:83px;height:83px;position:absolute;top:0;left:390px;border:6px solid rgba(0,0,0,0.15);border-radius:95px;text-indent:0;text-align:center;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
#circle .cmsk{height:83px;position:absolute;width:83px;top:0;left:0;}
#circle:hover{
	transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	border-color:rgba(0,0,0,0);
}
.clock{display:block;}
#circle:hover {border-color:rgba(255,255,255,0.6);background-color:#6bc30d;}
#circle:hover .clock{display:block;}
#circle:hover .circlecontent{display:none;}
#circle span{font-size:18px;color:#b0b0b0;}
#circle .clock{
	background:url(../images/clock.png) no-repeat 0 0;width:83px;height:83px;position:absolute;top:0;left:0;display:none;
	-webkit-transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	transition:all 0.5s linear;
	border-radius:0;
}
#circle:hover .clock{border-radius:83px;}
.timeyear{color:#b0b0b0;font-size:18px;line-height:20px;}
.timeblock{height:28px;margin-top:22px;margin-left:5px;}
.timeblock span{display:block;height:24px;width:18px;background:url(../images/date.png) no-repeat 0 0;float:left;}
.timeblock .numf{background-position:0px -48px;}
.timeblock .nums{background-position:0px 0px;}
.timeblock .numt{background-position:0px -24px;}
.timeblock .numfo{background-position:0px -72px;}
#content{height:355px;width:1180px;overflow:hidden;background:url(../images/vertical.png) no-repeat 238px 2px;padding-top:10px;}
.list{overflow:hidden;position:relative;}
.list li{height:160px;vertical-align:bottom;overflow:hidden;position:relative;}
.liwrap{height:55px;margin-top:28px;}
.lileft{position:absolute;top:0;left:0px;height:55px;width:200px;line-height:55px;text-align:right;}
.liright{position:absolute;top:0;right:0px;height:55px;width:900px;}
.histt{height:35px;line-height:35px;}
.hisct{font-size:16px; line-height:28px;color:#6e6e6e;}
.md{font-size:18px;color:#AEAEAE;}
.year{font-size:12px;color:#AEAEAE;margin-right:10px;}
.point{width:55px;height:55px;position:absolute;top:0;left:212px;background:url(../images/point.png) no-repeat 0px 18px;overflow:hidden;}
.point b{
	height:20px;width:20px;background:#fff;display:block;margin:17px 0 0 19px;border-radius:18px;border:2px solid #fcbf04;
	-webkit-transition:all 0.1s linear;
	-moz-transition:all 0.1s linear;
	-o-transition:all 0.1s linear;
	transition:all 0.1s linear;
	position:absolute;
	top:0;left:0;
}
/*.thiscur .point b{border:7px solid rgba(107,195,13,0.6);margin:12px 0px 0px 14px;border-radius:52px;}
.thiscur .histt a{color:#6bc30d;}*/
.histt a{
	font-size:24px;color:#747474;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
#arrow{position: absolute; margin-top:300px; right:30px;}
*html #arrow{position:absolute;top:expression(eval(document.documentElement.scrollTop));margin-top:350px;}

#arrow ul li{
	display:block;height:20px;width:20px;background:url(../images/icons.png) no-repeat 0 0;cursor:pointer;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}
#arrow ul li:active{background-color:#000;}
#arrow ul .arrow_active{
	background-color:#000;
	-webkit-transition:all 0.1s ease-in;
	-moz-transition:all 0.1s ease-in;
	-o-transition:all 0.1s ease-in;
	transition:all 0.1s ease-in;
}
#arrow ul .arrowup{background-position:0px -26px;margin-bottom:10px;}
#arrow ul .arrowdown{background-position:0px 0px;}

/*关于我们start*/
.about_bg{position:fixed;width:100%;height:100%;top:0;left:0;background: url(../images/about_bg.jpg) no-repeat;background-size:cover;}
.about_content{width:60%;margin:0 auto;}
.about_content h2,.about_content h3{text-align:center;font-weight:bold;color:#000;}
.about_content h2{font-size:40px;margin-bottom:50px;}
.about_content p{font-size:16px;color:#000;line-height:180%;margin-bottom:20px;text-align:center;}
.about_content.history{text-align:center;position:relative;}

/*大事记start*/
.event_box{width:60%;margin:3% auto 0;position:relative;min-height:420px;}
.event_box .parHd {width:100%;display:inline-block;height:92px;overflow:hidden;}
.parHd  ul{width:100%;text-align:center;margin:0 auto;padding-top:25px !important;}
.parHd .tempWrap{margin:0 auto;}
.parHd .tempWrap:after{content:'';width:85%;height:1px;background:#580000;position:absolute;/* top:33%;*//* right:-140%;*/right:8%;top:35%;/* margin-top:-0.5px;*/z-index:10;}
.parHd li.no_line:before{display:none;}
.parHd li{display:inline-block;cursor:pointer;padding-top:30px;font-size:16px;color:#000;margin:0 30px;position:relative;}
.parHd li:after{content:'';background:url(../images/dot_ico.png) no-repeat;width:24px;height:24px;position:absolute;z-index:20;top:-12px;left:50%;margin-left:-12px;}
.parBd{text-align:center;margin-top:60px;}
.parBd h4{position:relative;font-size:36px;margin-bottom:3%;/*width:200px;*/ padding:0 60px;display:inline-block;text-align:center;}
.parBd h4:after{content:'';background:#000;width:100px;height:1px;position:absolute;left:-100px;bottom:12px;}
.parBd h4:before{content:'';background:#000;width:100px;height:1px;position:absolute;right:-100px;bottom:12px;}
.parBd p{line-height:180%;font-size: 18px; width: 94%; margin: 0 auto 40px; color:#454545;}
div#listBox {width:100%;}
.sPrev,.sNext{width:30px;height:30px;display:block;position:absolute;top:10px;}
.sPrev{left:0;}
.sNext{right:0;}
.sPrev img,.sNext img{transition:all .6s cubic-bezier(.51,1.1,.9,.95);-moz-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-webkit-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-o-transition:all .6s cubic-bezier(.51,1.1,.9,.95);}
.parHd li.act span{display:block;width:24px;height:24px;overflow:hidden;background:url(../images/cat.png) no-repeat;position:absolute;top:-12px;left:28px;z-index:21;}
.parHd li span,.parHd li.clone span{display:none;}	




.news-list{
	width:1200px; margin:0 auto; padding-bottom:20px; padding-top: 32px;}
.news-list li {
    margin-bottom: 60px;
}
.news-list li a {
    position: relative;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}
.news-list li a:hover{
	background:#FFFFFF;}
.news-list li .img {
    width: 31%;
    overflow: hidden;
}
.news-list li .img img {
    width: 100%;
}
.news-list li .text {
    width: 65%;
}
.news-list li .text .date {
    font-size: 18px;
}
.news-list li .text .date span {
    font-size: 36px;
}
.news-list li .text .tit {
    margin-top: 7px;
    font-size: 24px;
}
.news-list li a:hover .text .tit{
	color: #fcbf04!important;
	}
.news-list li .text .des {
    margin-top: 14px;
    font-size: 16px;
    color: #999999;
}
.news-list li .text .more {
    margin-bottom: 15px;
    margin-top: 32px;
    display: inline-block;
    color: #999999;
    padding-right: 40px;
    position: relative;
	font-size: 16px;
}
.news-list li .text .more:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background-image: url(../images/news_more.png);
    background-size: cover;
}


.newsdetail{
	width:1200px;
	margin:0 auto;
    padding: 40px 0 60px;
    font-size: 18px;
    line-height: 36px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.newsdetail p{ font-size: 16px;
    line-height: 32px;    
	text-indent: 2em;
	color:#666666;
	margin-bottom:16px;}
.newsdetail img{ width:80%; margin: 32px auto;}
.flip {
	width:1200px;
    margin: 35px auto 0;
	padding-bottom:36px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}
.flip a {
    max-width: 48%;
    font-size: 18px;
    color: #333333;
}

.team_content{ padding-top: 30px;height: 428px; background:url(../images/team_content.png) center;margin-bottom: 50px;}
.team_content_div img{ width:220px; height:220px; position:absolute; left:50%; margin-left:-110px; margin-top: -36px;}
.team_content_title{ padding-top:172px;}
.team_content_con{ width:1120px; margin:0 auto;}
.team_content_menu{ width:1200px; margin:0 auto; padding-top: 16px;}
.team_content_menu li{ width:23%; margin:0 1%; float:left; position:relative;}
.team_content_menu li img{ width:100%; display:block;}
.team_content_menu .photo_desc{ background: rgba(0,0,0,.7);
    bottom: 0;
    color: #fff;
    font-size: 15px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    text-align: center;}
.team_content_menu li p{ font-size:18px;}
.team_content_menu li span{}