<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
* @Author: anchen
* @Date:   2018-08-31 10:26:54
* @Last Modified by:   anchen
* @Last Modified time: 2018-09-04 10:37:42
*/
html, body{font-family:"å¾®è½¯é›…é»‘",'Roboto-Regular'; font-size:100%; background:#fff; color:#666666 !important; margin:0 auto; padding:0; overflow-x:auto;}
a{text-decoration: none; color:#333; outline:none;}
a:focus,a:hover {color:#f07203; outline:none;text-decoration: none;}
a:hover {text-decoration: none; color:#f07203;}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;outline:none;}
input[type="text"]{outline:none;}
ul,li { list-style:none; display:block;  margin:0; padding:0;}
body, div, span, h5, h6, p, blockquote, pre, a, abbr, acronym, address{margin:0;padding:0;border:0;font-size:14px;font:inherit;vertical-align:baseline;}
img {border:0;vertical-align:bottom;}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
*:before,*:after {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
h1, h2, h3,h4, h5, h6 {margin: 0;}
ul, ol,li {margin: 0;}
p {margin: 0;}
.img {display:block;max-width:100%;height:auto;}
h5{font-size:18px;color:#595757;text-transform:uppercase;}
/*æ¸…æµ®åŠ¨*/
.clearfix:before, .clearfix:after {content:"";display:table;}   
.clearfix:after{clear:both;overflow:hidden;}   
.clearfix{*zoom:1;}
.fl{ float:left;}
.fr{ float:right;}
.m-t-20{ margin-top:20px;}
.m-t-30{ margin-top:30px;}
.m-t-50{ margin-top:50px;}
.m-t-60{ margin-top:60px;}

body{width: 100%;min-width: 1200px;overflow-x: auto;}
li{list-style: none;}
h2,h3{font-weight: normal}
a{text-decoration: none}
i{font-style: normal}
.center{width: 1200px;margin: 0 auto 0;overflow: hidden;position: relative}

/* bootstrapé‡ç½®æ&nbsp;·å¼éƒ¨åˆ† */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 0px!important;
    padding-right: 0px!important;
    padding-left: 0px!important;
}

p {display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

header{ width:100%;/*height:720px; */position: relative;
-webkit-transition:0.3s; 
-moz-transition:0.3s; 
transition:0.3s; 
-webkit-animation:gupIn 1s 0.1s both; 
-moz-animation:gupIn 1s 0.1s both; 
animation:gupIn 1s 0.1s both;}
.navbar-default {background:none !important; min-height:120px;}
.logo {width:17%; float:left; }
.logo h1 {margin:0; display:block; margin-top:30px; margin-bottom:20px; width:100%; float:left;}
.logo h1 img{ width:100%;}
.navbar-collapse {width:76%; float:right; margin-top:40px; text-align:center; }
.navbar-collapse ul{ float:right; margin-top: 10px;}
.navbar-collapse li{ float:left; font-size:18px; line-height:50px; margin-left:18px; text-align:center;}
.navbar-collapse li a{ display:block; padding:0 10px; height:40px; color:#fff !important;}
.navbar-collapse li a.now,.navbar-collapse li a:hover{color:#fff !important; font-weight:bold;}


/*header*/
.navbar-default{
    position:relative;
}
.navbar-default .nav_ding{
    width:100%;
    height:100px;
    position:absolute;
    top:0;
    left:0;
    z-index: 2;
    /*background-color:hotpink;*/
}
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img{
    width: 100%;
   height: 100%;
}
.swiper-pagination-bullet {
  width: 22px!important;
  height: 22px!important;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color:#000;
  opacity: 1;
  background: rgba(246,127,0,1)!important;
}
.swiper-pagination-bullet-active {
  color:#fff;
  background: #007aff;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
    width: 22px!important;
    height: 22px!important;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .4;
}

.tit_name{
    font-size: 72px;font-family: "SourceHanSansCN"; font-weight:700;color: rgba(255, 124, 0, 0.502);text-align:center;margin-top:56px;
}
.tit_sm{font-size:30px;font-weight:700;color:#2C2C2C;line-height: 50px;margin-bottom: 50px;text-align:center;}
/*--ä»£ç†æœåŠ¡--*/
.cooperation_main{width:100%; min-height:550px; background:url("/app/resource/qjzz/images/cooperation_bj.jpg") no-repeat center center; background-size:cover;}
.cooperation_main_cont{padding-top: 100px;}
.cooperation_mc_top{text-align: center; font-size: 36px; color: #fff; font-weight: bold;}
.cooperation_mc_top em{color :#ff7c00; font-style: normal; font-size: 48px;}
.cooperation_mc_top_list{width: 400px; margin: 60px auto 0;}
.cooperation_mc_top_list li{margin-top: 20px; width: 100%; height: 60px; background: rgba(255,255,255,0.25); border-radius:5px;}
.cooperation_intxt_word{width:27%; float:left; line-height: 60px; color: #ff7c00; font-size: 24px; padding-left: 30px;}
.cooperation_intxt{width: 73%; height: 60px; font-size: 24px; color: #fff; float:left; border: medium none; background: none;}
.cooperation_intxt_btn{width:400px; height: 60px; line-height: 60px; margin: 20px auto 0;}
.cooperation_intxt_btn a{display: block; width:100%; height: 100%; border-radius: 5px; text-align: center; color: #fff; font-size: 24px; background: -webkit-linear-gradient(#ff811f, #ff6830); background: -o-linear-gradient(#ff811f, #ff6830); background: -moz-linear-gradient(#ff811f, #ff6830); background: linear-gradient(#ff811f, #ff6830); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff811f', endColorstr='#ff6830',GradientType=1 );}
.cooperation_intxt_btn:focus, .cooperation_intxt_btn:hover{color:#fff;}

/*é…·é›·æ›¼ä¼˜åŠ¿*/
.part3{background:url(/app/resource/qjzz/images/bj2.jpg) left top no-repeat;background-size:cover;width:100%;height:1440px;text-align: center;}
.part3 .tit_sm{margin-bottom:100px;}
.part3 .part3_box .img_ico{text-align:center;margin-top: 38px;}
.part3 .part3_box .img_ico img{}
.part3 .part3_box .depict{text-align:center;line-height: 46px;}
.part3 .part3_box .depict span{padding:0 10px;text-align:center;display:inline-block;height:46px;font-size:24px;font-weight:700;color:#2c2c2c;}
.part3 .part3_box .depict span,.part3 .part3_box .depict img{vertical-align: middle;}
.part3 .part3_box .depict_sm{line-height:36px;font-size: 18px; color:#2c2c2c;padding:0 28px;text-align:left;}
.part3 .part3_box .item3{
    height:365px;
    border-bottom:solid 1px #DADADA;
    border-right:solid 1px #DADADA;
}
.part3 .part3_box div.item3:nth-child(3n){border-right: none;}
.part3 .part3_box div.item3:nth-child(7){border-bottom: none;}
.part3 .part3_box div.item3:nth-child(8){border-bottom: none;}
.part3 .part3_box div.item3:nth-child(9){border-bottom: none;}

.part3 .part3_box{-moz-transition: all 0.8s ease-in-out;-webkit-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;-ms-transition: all 0.8s ease-in-out;transition: all 0.8s ease-in-out;}
.part3 .part3_box .item3 .img_ico img{transition: all 0.8s ease-in-out;}
.part3 .part3_box .item3 .img_ico img:hover{transform: rotate(360deg);}

/*ç²¾é€‰æ¡ˆä¾‹*/
.part4{height:710px;}
.bnspic{width: 100%;}
.bnspic a{display:block;}
.big_pic, .small_pic{float:left;}
.big_pic, .big_pic a, .big_pic img{width:600px;}
.big_pic{width: 629px;height: 429px; overflow:hidden;float: right;position: relative;}
.big_pic li{position:absolute;top:0;left:23px;opacity:0;-webkit-transform:scale(0.9);transform:scale(0.4);z-index:-1;transition:all linear 0.2s;width: 100%;height: 100%;}
.big_pic .on{opacity:1;-webkit-transform:scale(1);transform:scale(1);z-index:1;}
.big_pic a{position:relative;}

.big_pic img{width: 600px;height: 400px;}
.small_pic{width:40%;position:relative;}
.small_pic a{width:106px;height:106px;display:block;}
.small_pic img{width:100%;height:100%;display:block;}
.small_pic a{padding:1px;transition:all ease .2s;}
.small_pic .on, .small_pic li:hover{position:relative;z-index:3;}
.small_pic .on a{background:#FF7A00;padding: 2px;}
.small_pic ul{width: 100%;padding-top: 30px;}
.small_pic li{width:30%;height: 132px;float:left;padding: 10px 0;cursor:pointer;}
.label{list-style: none;width:100%;padding:10px 0;}
.label p{font-size: 30px;color:#2C2C2C;text-align:left;}
.label span{font-size: 16px;color:#2C2C2C;width:40%;}
.dichang{padding: 15px 0;}
.dichang li{width:19%;float: left; border-right: 1px solid #007AFF;text-align: center;}

/*è£èª‰èµ„è´¨*/
.part6{background:url(/app/resource/qjzz/images/bj3.jpg) center top no-repeat;background-size:cover;width:100%;height:1097px;text-align:center;}
.part6 .vr_img{margin:96px 0;box-shadow: 0px 3px 21px 0px rgba(2, 2, 2, 0.46);}

/*--åŠ&nbsp;å…¥é…·é›·æ›¼--*/
.joinmain{width:100%; background-color: #24221f;}
.joinmain_title{padding-top: 40px; text-align: center; margin:0;}
.joinmain_title p{color:#bebebe; top:-60px;}
.joinmain_title h1{color:#474644;}
.joinmain_footer{width:1200px; margin: 0 auto;overflow: hidden;padding-bottom: 25px;}
.joinmain_footer_left{width:450px; float:left;}
.foot_q1_div{overflow: hidden; background: url(/app/resource/qjzz/images/jian_03.png) no-repeat 0 50%; padding-left: 21px;}
.foot_q1_div a{float: left; color: #828282; font-size: 16px; display: inline-block; cursor: pointer;}
.foot_q1_div i {float: left; color: #828282; font-size: 16px; display: inline-block; margin: 0 5px;}
.foot_ul1_a {color: #fff!important;}
.foot_xian {display: block;width: 100%;position: relative;height: 2px;background: #555454;margin-top: 20px;}
.foot_xian_i1 {display: inline-block; position: absolute;height: 3px;left: 0;width: 85px;background: #646464;top: -2px;}
.foot_q1_ul li {margin-top: 25px;overflow: hidden;line-height: 35px;cursor: pointer; font-size: 14px;}
.foot_q1_ul li img {float: left;height: 35px;width: 35px;}
.foot_q1_ul li i {float: left;color: #8e8e8e;margin-left: 15px; font-style: normal;}
.foot_q1_i2 {display: none;}
.joinmain_footer_center{width:450px; float:left; margin:0 70px;}
.joinmain_footer_center li{margin-bottom: 10px;}
.joinmain_fc_1{width:100%; height: 48px; line-height: 48px; background-color: #575553; border-radius:3px;}
.joinmain_fc_1 span{float:left; width:12%; margin-left: 15px; display: block; color: #ff7c00;}
.joinmain_fc_txt{width:84%; color:#fff; height: 46px; line-height: 46px; float: left; border: medium none; background: none; outline: none;}
.joinmain_fc_2{height:100px;}
.joinmain_fc_txtnr{border:medium none; background: none; width: 84%; color:#fff; height: 100%; outline: none;}
.joinmain_fc_btn{width:450px; margin-top: 0;}
.joinmain_footer_right{width:160px; float:left;}
.joinmain_footer_right dd{text-align:center; color: #fff; padding-top: 20px; font-weight: bold;}
.chooseus_titile1{font-size: 72px; color:#f2f2f2;}
.chooseus_titile2 {font-size: 36px; top: -74px;}
.chooseus_titile_word{font-size: 1.6rem;}
.footer_main{width:100%; height: auto; background-color: #191816; text-align: center; color: #898989; font-size:14px;
  padding: 15px 0;}
  .joinmain .p_title h1{color: #474644;font-size:72px;
    font-weight:bold;}
  .joinmain .p_title h2{font-size: 36px;
    -webkit-animation: gdownIn 1s 0.7s both;
    -moz-animation: gdownIn 1s 0.7s both;
    animation: gdownIn 1s 0.7s both;
    color: #ff7c00;
    font-weight: bold;
    position: relative;
    top: -60px;}
  .joinmain .p_title p{font-size:24px;line-height:40px;margin-top:-30px;margin-bottom:100px;
   -webkit-animation:gdownIn 1s 0.9s both;
      -moz-animation:gdownIn 1s 0.9s both;
           animation:gdownIn 1s 0.9s both;
   }


  /*.section-content-container hgroup{margin:auto;text-align:center;font-size:10px;
    position:relative;right:-100%;opacity:0;transition:all .8s;}
  .section-content{left:-100%;transition:all .5s ease .3s;opacity:0;}*/
  .service-list li {
    float: left;
    margin: 0 1.5% 2% 0;
    width: 23%;
    text-align: center;
    transition: all .5s;
    position: relative;
}


.delay0{animation-delay: .2s;-webkit-animation-delay: .2s;}
.delay1{animation-delay: .5s;-webkit-animation-delay: .5s;}
.delay1_2{animation-delay: .6s;-webkit-animation-delay: .6s;}
.delay1_3{animation-delay: .7s;-webkit-animation-delay: .7s;}
.delay1_4{animation-delay: .8s;-webkit-animation-delay: .8s;}
.delay1_5{animation-delay: .9s;-webkit-animation-delay: .9s;}
.delay1_6{animation-delay: 1s;-webkit-animation-delay: 1s;}
.delay1_7{animation-delay: 1.1s;-webkit-animation-delay: 1.1s;}
.delay1_8{animation-delay: 1.2s;-webkit-animation-delay: 1.2s;}
.delay1_9{animation-delay: 1.3s;-webkit-animation-delay: 1.3s;}
.delay1_10{animation-delay: 1.4s;-webkit-animation-delay: 1.4s;}
.delay1_11{animation-delay: 1.5s;-webkit-animation-delay: 1.5s;}
.delay1_12{animation-delay: 1.6s;-webkit-animation-delay: 1.6s;}
.delay1_13{animation-delay: 1.7s;-webkit-animation-delay: 1.7s;}
.delay1_14{animation-delay: 1.9s;-webkit-animation-delay: 1.9s;}
.delay1_15{animation-delay: 2.1s;-webkit-animation-delay: 2.1s;}

.delay6_1{animation-delay: 1s;-webkit-animation-delay: 1s;}
.delay6_2{animation-delay: 2s;-webkit-animation-delay: 2s;}
.delay6_3{animation-delay: 3s;-webkit-animation-delay: 3s;}
.delay6_6{animation-delay: 6s;-webkit-animation-delay: 6s;}

.min_d1{
    height: 500px;background: url("/app/resource/qjzz/images/hcy_02.jpg") no-repeat;background-size: 100% 100%;
}
.min_tit1{
    text-transform: uppercase;color: #bdbdbd;font-size: 30px;text-align: center;padding-top: 60px;
}
.min_tit2{
    color: #2c2c2c;font-size: 30px;text-align: center;margin-top: 15px;font-weight: bold;
}
.min_tit2 b{
    color: #f67f00;font-size: 36px;
}
.h_ban{
    position: relative;border: 1px solid red;
}
.h_ban_i1{
    width: 100%;
}
.h_ban_min{
    position: absolute;width: 1150px;left: 0;right: 0;margin: auto;top: 25%;bottom: 0;
}
.h_ban_i2{
    float: left;width: 35%;max-height: 100%;
}
.h_ban_i3{
    float: right;width: 60%;max-height: 100%;
}
.min_d1_cen{
    width: 950px;margin: 60px auto 0;overflow: hidden;
}
.min_d1_cen span{
    display: inline-block;float: left;text-align: center;
}
.min_d1_cen span img{
    display: block;width: 184px;
}
.min_d1_cen span b{
    color: #2c2c2c;font-size: 30px;margin-top: 15px;display: block;
}
.min_d1_i1{
    float: left;margin: 80px 31px 0;
}
.min_d2{
    height: 700px;background: url("/app/resource/qjzz/images/osf_02.jpg") no-repeat;background-size: 100% 100%;
}
.min_d2_i2{
    display: none;
}
.min_d2_ul{
    text-align: center;width: 1200px;margin: 60px auto 0;
}
.min_d2_ul li{
    display: inline-block;width: 216px;height: 216px;border: 1px solid #f67f00;margin: 0 1px 5px;cursor: pointer;transition: all .3s linear;
}
.min_d2_ul li img{
    margin: 50px auto 0;width: 75px;
}
.min_d2_ul li b{
    display: block;color: #f67f00;font-size: 24px;margin-top: 30px;
}
.min_d2_ul li:hover{
    background: #f67f00;
}
.min_d2_ul li:hover .min_d2_i1{
    display: none;
}
.min_d2_ul li:hover .min_d2_i2{
    display: block;
}
.min_d2_ul li:hover b{
    color: #fff;
}
.big_pic i{
    position: absolute;display: inline-block;background: url("/app/resource/qjzz/images/usjd5_05.png") no-repeat 50% 50%;
    background-size: 100% auto;width: 120px;top: 0;left: 0;right: 0;bottom: 0;margin: auto;z-index: 99;
    animation: t10 5s ease-in-out infinite;  -webkit-animation: t10 5s ease-in-out infinite;
}
@-webkit-keyframes t10 {
    0%, 100% {
        -webkit-transform: translate(7px, -7px);
    }
    50% {
        -webkit-transform: translate(-10px, 10px);
    }
}
@keyframes t10 {
    0%, 100% {
        transform: translate(7px, -7px);
    }
    50% {
        transform: translate(-10px, 10px);
    }
}
.part6 p{
    position: relative;
}
.part6 i{
    position: absolute;display: inline-block;background: url("/app/resource/qjzz/images/usjd5_05.png") no-repeat 50% 50%;
    background-size: 100% auto;width: 120px;top: 0;left: 0;right: 0;bottom: 0;margin: auto;z-index: 99;
    animation: t10 5s ease-in-out infinite;  -webkit-animation: t10 5s ease-in-out infinite;
}
.part6 a{
    display: block;width: 100%;height: 100%;
}</pre></body></html>