@charset “utf-8″;
html{ margin: 0 auto;-webkit-text-size-adjust:none; -webkit-user-select:none; -webkit-touch-callout: none;  }
body{text-align:left;  background: #fff;height: 100%;font-family:'微软雅黑','PingFang SC','Droidsansfallback';font-weight: 300; }
body,ul,p,span,dl,dt,dd,li,h1,h2,h3,h4,h5,h6{margin:0;padding:0; }
li{list-style:none;}
a,a:visited{text-decoration:none;color:#000;}
a,button,input,textarea,select{ background: none; -webkit-tap-highlight-color:rgba(255,0,0,0); outline:none; -webkit-appearance:none;}
.clearP,.clearP2{ zoom:1; } .clearP:after { content:''; display:block; clear:both; }
em,i{font-style:normal} 
a{text-decoration:none;}
img{border:none; vertical-align:top;} 
table{border-collapse:collapse;}
textarea{ resize:none; overflow:auto;}
*{box-sizing: border-box;}

.toWrap{ word-break: break-all; word-wrap: break-word; white-space: pre-wrap; } /* 强制换行 */
.noWrap{ white-space:nowrap; }/* 禁止换行 */
.noWrapEllipsis{ white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }/* 禁止换行,超出省略号 */
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance: none !important; margin: 0;}/*type="number" no Scroll*/
/* 具体设置 */
.css{-webkit-user-select:none;}/*禁止ios和android用户选中文字*/
.css{-webkit-touch-callout: none;}/*禁止ios长按时触发系统的菜单，禁止ios&android长按时下载图片*/
.css{-webkit-appearance:none;}/*webkit去除表单元素的默认样式*/

input::-webkit-input-placeholder{color:#666;} 
input:focus::-webkit-input-placeholder{color:#EEEEEE;}
/* 具体设置 end */

/*雪碧图引用*/
.wd120 .xq-xinlogodF,.mPid-icon
{background: url(../img/m-bg@2x.png) no-repeat; background-size:82px auto;}
.video-go #video-play #modal_close span
{background-image: url(../img/s-about.png);
    background-image: -webkit-image-set(url(../img/s-about) 1x,url(../img/s-about@2x.png) 2x);
    background-repeat: no-repeat}

/*dis n*/
.qdxinChanl,.title-pc,.searchMenu,.left206,.bq-title,.wabout,.menu-list,.rightred,.wordbox,.downQ{display: none;}
/*dis n end*/

/*top nav*/
.guDig{position: fixed; max-width: 640px; min-width: 320px; width: 100%; z-index: 11111;  -webkit-background-size: auto 5px;  top:0; }
.headTop{height:46px;background:#fff; line-height:40px; text-align: center; border-bottom: 3px solid #FFBF00;}
.headTop .fanHui{float: left; width: 40px;  height: 44px;}
.headTop .searchMenu{ position: absolute; right: 54px;  top:7px;}
.headTop .cenTn .wd120{position: absolute;left: 50%;transform: translate(-50%,0);}
.headTop .cenTn .wd120 .nameQ{float: left; font-size:17px; color: #FFBC00; height:17px; padding:3px 6px;  line-height: 17px; margin-top:11px; overflow: hidden; }
.headTop .cenTn .wd120 .nameQ a{color: #fff;  font-size: 18px;}
.headTop .cenTn .sdnews{position: absolute;background: #f2f2f2;font-size: 12px;line-height: 24px;padding: 0 5px 0 10px;top: 50%;transform: translate(0,-50%);}
.headTop .cenTn .sdnews::after{content: "";position: absolute;height: 0;width: 0;    border-top: 27px solid #e6e6e6;border-right: 7px solid transparent;top: 0;right: -6px;}
.wd120 .xq-xinlogodF{height: 33px; margin: 8px auto 0;display: inline-block;background-position: 0px 0;}
.fanHuik20{margin-left: 20px; }
.fanHuik10{margin-left: 10px;}
.logoW110{ width: 110px;}
.logoW120{ width: 120px;}
.logoW166{ width: 102px;}
.m-top-title{color: #0e122d;display: block;font-size: 16px;position: absolute;top: 0px;left:50%;transform: translate(-50%,0);padding: 0 10px;background-color: rgba(242,242,242,0.7);height: 30px;line-height: 30px;border-radius: 0 0 5px 5px;font-weight: 500;}
.xq-leftfanhui{float: left;  font-size: 20px; color: #292929; margin:13px 0 0 10px; }
.wd120 .xq-xinlogod:active,.searchP .xq-sosuo:active{color: #000;}
.headTop .fanHui:active,.headTop .cenTn .wd120 .nameQ:active{background: #FCE39C;}
.nameTyh{display: none;}
/*top nav end*/
/* pop menu */
.menuTan{margin: 0 10px;overflow: hidden;}
.menuTan li{line-height:30px; height:30px; float: left; width:25%; text-align: center; margin-bottom:2px; }
.menuTan li:active{background: #FFD35A; border-radius:3px;}
.menuTan li a{font-size:18px; display:inline-block; color: #1D1D1D;}
.menuTan .danq a{ border-bottom: 2px solid #EE4B4B; color:#EE4B4B; }

.searchP .xq-sosuo,
.searchP .xq-sosuoOpen{ margin-top: 5px;font-size: 24px; color: #fff;}
.popTopP45{padding-top:54px;}
.popTop125{ top:125px; border-top:1px dotted #ccc;}
.popTop50{ top:45px; padding-top: 15px;}
.popTop15{ top:45px; padding-top: 15px;}
.headMenu { background: #EAEAEA; height: 70px;display: none;}
/* animation */
.menuPop{position: fixed;height: 100%;background:#eaeaea; display: none;z-index: 9988; 
-webkit-animation-name: fadeIn; 
-webkit-animation-duration: 0.4s; 
-webkit-animation-iteration-count: 1;
-webkit-animation-delay: 0s;
 }
@-webkit-keyframes fadeIn{
0% {opacity: 0; }
50% {opacity: 0.5;}
100% {opacity: 1;}
}
.anmaiClose{-webkit-animation-name: closefadeIn; 
-webkit-animation-duration: 0.4s; 
-webkit-animation-iteration-count: 1; 
-webkit-animation-delay: 0s; 
}
@-webkit-keyframes closefadeIn{
0% {opacity: 1; }
50% {opacity: 0.5;}
100% {opacity: 0;}
}
.xin-searchOpen{-webkit-animation-name: openfadeIn; 
-webkit-animation-duration: 0.4s; 
-webkit-animation-iteration-count: 1; 
-webkit-animation-delay: 0s;
}
@-webkit-keyframes openfadeIn{
0% {opacity: 0;}
50% {opacity: 0.5;}
100% {opacity: 1; }
}

.nav-hamburger{height: 26px;  width: 26px;  cursor: pointer;position:absolute; top:15px; z-index: 188;right:10px;}
.nav-hamburger .nav-hamburger-line {
    display: block;
    position: relative;
    width: 26px;
    height: 1px;
    background: #a0a0a0;
    -webkit-transition-property: transform, opacity, -webkit-transform;
    -moz-transition-property: transform, opacity, -webkit-transform;
    -ms-transition-property: transform, opacity, -webkit-transform;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -ms-transition-duration: 0.25s;
    transition-duration: 0.25s;
}
.nav-hamburger .nav-hamburger-line:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: 3px 1px;
    -moz-transform-origin: 3px 1px;
    -ms-transform-origin: 3px 1px;
    transform-origin: 3px 1px;
}
.nav-hamburger .nav-hamburger-line:nth-child(2) {
    top: 7px;
    opacity: 1;
}
.nav-hamburger .nav-hamburger-line:nth-child(3) {
    top: 14px;
    -webkit-transform-origin: 0px 0px;
    -moz-transform-origin: 0px 0px;
    -ms-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
}
.nav-hamburger-link .opened .nav-hamburger-line {
    background-color:#a0a0a0;
}
.nav-hamburger-link .opened .nav-hamburger-line:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-hamburger-link .opened .nav-hamburger-line:nth-child(2) {
    opacity: 0;
}
.nav-hamburger-link .opened .nav-hamburger-line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
}
/* animation end */
/* menu List */
.proDuction{padding-top: 60px;}
.proDuction ul{ margin: 0 auto; padding:1.5rem 0;  }
.proDuction ul li{height:105px; text-align: center;float: left; width: 33.33%;}
.proDuction ul li a p{}

.proDuction ul li a p span{font-size: 17px;}
.mPid-icon{display: block;width: 46px;height: 46px;margin: 0 auto;}
.m-icon1{background-position: 6px -39px;}
.m-icon2{background-position: 3px -91px;}
.m-icon3{background-position: 10px -141px;}
.m-icon4{background-position: 8px -195px;}
.m-icon5{background-position: 0px -246px;}
.m-icon6{background-position: 6px -298px;}
.proDuction ul li:nth-child(1) p{background: #FFBF00;}
.proDuction ul li:nth-child(2) p{background:#F61C4B;}
.proDuction ul li:nth-child(3) p{background: #25BE7E;}
.proDuction ul li:nth-child(4) p{background: #40D152;}
.proDuction ul li:nth-child(5) p{background: #F66C00;}
.proDuction ul li:nth-child(6) p{background: #3DA3FF;}
.proDuction ul li:nth-child(7) p{background: #FFB400;}
.proDuction ul li:nth-child(8) p{background: #CDB952;}
.proDuction ul li:nth-child(9) p{background: #C01FB6;}
.proDuction ul li:nth-child(10) p{background: #D7B493;}
.proDuction ul li:nth-child(11) p{background: #434BE3;}

.proDuction ul li a em{font-size: 12px; color:#515151;  display: block; height: 24px; line-height: 24px; font-style: normal;}
.proDuction ul li a .xq-xinlogoc{margin: 20px 0 0 2px; font-size: 22px; float: left; }
.proDuction ul li a .xq-xinlogoc .path1:before{color: #fff;}
.proDuction ul li a .xq-xinlogoc .path2:before{color: #fff;}
.proDuction ul li a .xq-clublogoc{margin: 22px 0 0 2px; font-size: 19px;  float: left; }
.proDuction ul li a .xq-clublogoc .path1:before{color: #fff;}
.proDuction ul li a .xq-clublogoc .path2:before{color: #fff;}
.proDuction ul li a .xq-xinbaologo{margin: 22px 0 0 4px; font-size: 18px; float: left;}
.proDuction ul li a .xq-vclogo{margin: 22px 0 0 4px; font-size: 16px; float: left;}
.proDuction ul li a .xq-aiclogo{margin: 22px 0 0 4px; font-size: 16px; float: left;}
.proDuction ul li a .xq-xclogo{margin: 23px 0 0 4px; font-size: 15px; float: left;}
.proDuction ul li a .xq-xinlogod{margin: 15px 0 0 16px; font-size: 14px; float: left;}
.proDuction ul li a .nameChanl{font-size: 13px;float: left;margin: 2px 0 0 0px; background: rgba(0,0,0,.15);  width: 64px; text-align: center; height: 20px; line-height: 20px;}

.headMenu_open{position: fixed;background: #EAEAEA; z-index: 9999; top: 45px; padding:10px 0;}
.headMenu_open,.menuPop{min-width: 320px; max-width: 640px; width: 100%;}
/* menu List end */

#go-top { z-index:9999;margin: 5px; width: 40px;height: 40px;border-radius: 2px;opacity: 0.9;background:#FFBF00 url(http://m.qdxin.cn/img/ui-gotop-icon.png) no-repeat center center; -webkit-background-size: 18px 15px;text-indent: 9999em;}

.navSearch{background: #eaeaea; width: 100%; position:fixed; height: 56px; top: 44px; padding-top: 10px; display: none;}
.navSearch .dangq{width: 8px; height: 8px;  z-index: 888; margin-top: -14px; position: absolute; right: 64px; background: #eaeaea; transform:rotate(45deg);
-ms-transform:rotate(45deg);-moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); }
.navSearch .soinpt{ width: 80%; height: 40px;border: 1px solid #ccc; margin-left: 10px; float: left; background-position: -5px -210px; border-right:0; background-color:#fff; overflow: hidden; }
.navSearch .soinpt input{border:0;width: 100%; height: 34px; line-height: 34px; padding-left: 10px; background: #fff; border-radius:0; font-size: 16px; overflow: hidden; }
.navSearch .soS a{float: left; background: #F7931E; height: 42px; width: 20%; line-height: 42px; color: #fff; position: absolute; right: 10px; top:10px;}

/*头图*/
.headwarp{
    width: 100%;
    margin-top: 46px;
}
.headbanner{
    width: 100%;
    padding: 39px 20px 30px 20px;
    position: relative;
    height: 102px;
}
.bg-about{
    background: url(../img/guanyu.jpg)  #213862 center no-repeat;
}
.bg-zhao{
    background: url(../img/zhaopin.jpg)  #429AAB center no-repeat;
     background-size: 1247px auto;
}
.bg-fuwu{
    background: url(../img/guanggao.jpg)  #2D67B1 center no-repeat;
}
.bg-banquan{
    background: url(../img/banquan.jpg)  #54C5CD center no-repeat; 
}
.bg-link{
    background: url(../img/lianxi.jpg)  #0E122D center no-repeat; 
}
.bg-meiti{
    background: url(../img/meiti.jpg)  #0a052d center no-repeat; 
      background-size: 900px auto;
      background-position: -228px 0;
}
.bgpic{
   display: none;
}
.topsay{
    line-height: 28px;
    font-size: 18px;
    color:#FFFFFF;
    text-align: center;
}

/*正文*/
.layout{
    width: 100%;
}
/*版权声明*/
.banquantop{padding: 10px;}
.banquantop p{
    margin-top: 8px;
    line-height: 32px;
    color: #4D4D4D;
    font-size: 16px;    
}
.banquantop p span{
    color: #FEA621;
    font-size: 18px;    
}
.yellow-ban{
    line-height: 35px;
    font-size: 18px;
    color: #FEA621;
    text-indent: 2px; letter-spacing: 1px;
}

/*服务*/
.title{
    border-left: 5px solid #FFBF00;
    text-align: left;
    font-size: 18px;
    padding-left: 10px;
    font-weight: bold;
    color: #4D1F03;
    line-height: 25px;
    margin-bottom: 10px;
}
.title span{
    color: #666;
             font-size: 18px;
             font-weight: normal;
}
.row{
    padding: 10px;
}
.fuwutab{
    width: 100%;
    text-align: center;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    color: #666666;
    border: 1px solid #A0A0A0;
    border-collapse:collapse;
    margin-bottom: 20px;
}
.fuwutab  td,th{
    border: 1px solid #A0A0A0;
}
.fuwutab th{background-color: #f2f2f2;
    color: #ee4b4b;
}
.imgout img{
    width:100%; 
    margin-top: 5px;
}
.titlebei{
    border-left: 3px solid #FFBF00;
    text-align: left;
    font-size: 18px;
    padding-left: 6px;
    font-weight: bold;
    color: #4d4d4d;
    line-height: 30px;
    margin-bottom: 5px;
}
.list12 li{
    line-height: 34px;
}
.list12 li i{
    font-size: 18px;
}
.pingtaibox{
    padding:  15px 10px 0px 10px;
}
.pingtai li{
    line-height: 30px;
}
.pingtai li p{
    font-size: 18px;
    line-height: 33px;
    color: #444444;
}
.hengxian2{
    border-bottom: 1px solid #FFBF00;
    padding-bottom: 15px;
    overflow:hidden;
}
.pingtaitext strong{
    font-size: 18px;
}
.zhihui{
    font-size: 18px;
    color: #4D1F03;
    font-weight: bold;
    border-left: 3px solid #FFBF00;
    padding-left: 6px;
    margin-bottom: 5px;
}
.pingtaitext{
    font-size: 12px;
    color: #444;
}
.contentbox{
}
.container li{
    line-height: 36px;
    text-align: justify;
     font-size: 18px;
    color: #444444;
    margin-bottom: 10px;
}
.pintop{
    line-height: 36px;
    font-size: 18px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.pintop span{font-size: 36px;color: #FFBF00;}
.gangwei{font-size: 18px;font-weight: bold;color: #FFBF00;line-height: 36px;}
.needu{font-size: 18px;text-align:left;border-bottom: 1px dashed #ddd;padding-bottom: 15px; }
.needu h5{font-size: 20px;font-weight: bold;line-height: 36px;color: #F7931E;}
.needu p{margin-top:0px;font-size: 18px;line-height: 30px;font-weight: bold;color: #750E09;}
.needu ul li{line-height: 36px;font-size: 18px;}
.needumail{margin-top:10px;padding: 10px; text-align:center;background-color: #750E09;color: #fff;width: 100%;margin-left: 0;}
.daiyubg{margin-top: 10px;background-color: #f2f2f2;padding: 10px;}
.daiyubg .daiyu{font-weight: bold;font-size: 18px;color: #4d4d4d;line-height: 36px;}
.daiyubg p{line-height: 36px;color:#4d4d4d;font-size: 18px;}
.daiyubg p i{color: #f44336}


.marg_top20{margin-top: 25px;}
.bord_bd{border-bottom: 1px dashed #ddd;}
.contact{
    text-align: left;
    padding-bottom:15px;
    margin-bottom: 15px; 
    padding-left: 10px;
}
.contact h5{font-size: 20px;margin-bottom:10px;font-weight: bold;color: #750E09;text-align: left;}
.contact ul li{text-align:left;font-size: 18x;line-height: 32px;}
.contact ul li em{color: #DC7E11;}
.message{
    color: #808080;
   width: 100%;
 padding-left: 10px;
   border-left: 5px solid #FEA621;
   margin: 10px 0;
}
.message p:first-child{font-size: 20px;}
.message p{display: inline-block; line-height: 24px;}
.message  p span{ color: #FEA621;}
.yellow-t{
    display: inline-block;
    line-height: 24px;
    font-size: 14px;
    color: #FEA621;
}
.daiyubg ul li{ font-size: 18px;line-height: 36px;overflow: hidden;display: table-row;}
.daiyubg ul li em{display: table-cell;width: 56px;}
.daiyubg ul li span{display: table-cell;}

/*底部信息*/
/*.bot1000{margin-top: 10px; padding:10px 10px; background-color: #999;}
.bot1000 ul{width: 100%; margin: 0 auto;}
.bot1000 ul li{color:#fff;text-align: center;  line-height: 20px;font-size: 12px;}
.bot1000 ul li span{display: block;}
.bot1000 ul li em{display: none;}
.bot1000 ul li:last-child{border-top: 1px dashed #fff;margin-top: 8px;line-height: 36px;}
.border_lra{}
.borderb0{border-bottom: 0;}*/

/*媒体资源*/
.meitibox{padding: 4%;}
.meitibox h2{text-align: left;color: #4D1F03;font-size: 18px;border-left: 4px solid #FFBF00;padding-left: 10px;margin-bottom: -10px;}
.meitibox .h2marg{margin-top: 20px;}
.meitibox .mei-row {border-bottom: 1px solid #f2f2f2;margin-top: 20px;padding-bottom: 10px}
.meitibox .mei-row .mei-title{line-height: 36px;overflow: hidden;position: relative;padding-left: 18px;font-size: 18px;}
.meitibox .mei-row .mei-title i{position: absolute;display: block;width: 0;height: 0;border-top: 7px solid transparent;border-left: 11px solid red;border-bottom: 8px solid transparent;top:11px;left: 0;}
.meitibox .mei-row .mei-title em{font-size: 16px;padding: 0px 10px;background: #6A1761;color: #fff;display:inline-block;}

.meitibox .mei-row .ti-image{margin: 10px auto;background: url(../img/meiscript.png);width: 294px;}
.meitibox .mei-row  .img-1{background-position:  0 -6px;height: 220px;background-size: 406px}
.meitibox  .mei-row .img-2{background-position: 9px -449px;height: 116px;background-size: 723px}
.meitibox .mei-row  .img-3{background-position:  -2px -432px; background-size: 374px;height: 190px;}
.meitibox  .mei-row .img-4{background-position: 15px -868px;; background-size: 500px;height: 200px;}
.meitibox  .mei-row .img-5{background-position: 6px -885px; background-size: 387px;height: 200px;}
.meitibox  .mei-row .img-6{background-position:  0px -1191px;background-size: 400px;height: 200px;}
.meitibox  .mei-row .img-7{ background-position: 9px -1371px;background-size: 389px;height: 220px;}
.meitibox .mei-row .img-8{ background-position: 7px -2100px;;background-size: 500px;height: 220px;}
.meitibox  .mei-row .img-9{background-position:  -18px -1796px;background-size: 380px;height: 250px;}
.meitibox .mei-row .img-10{background-position:  0px -3872px;background-size: 700px;height: 250px;}


.meitibox .mei-row .ti-info{font-size: 18px;line-height: 36px;margin-bottom: 20px;}
.meitibox .mei-row .ti-info span{text-align: left;color: #6A1761;font-weight: bold;display: block;}

.meitibox .mei-row .landr{width: 100%;}
.meitibox .mei-row .lmargt{margin-top: 13px;}
.meitibox .mei-row .lrwarp{margin-top: 20px;}
.meitibox .border-b0{border-bottom: 0;}

.meitibox .mei-row  .row-1-list li{line-height: 36px;font-size: 18px;margin-bottom: 5px;color: #000;}
.meitibox .mei-row  .row-1-list li span{display: block;color: #8F8E8E;font-weight: normal;font-size: 16px;}

.fl-l,.fl-r{float: none;}
*{box-sizing: border-box;}

/*视频*/
.modal_black{z-index: 10000;}
.modal{z-index: 10001;}
.modal_open{overflow: auto!important;}

/*video new*/
.video-go{width: 100%;position: relative;}
.video-go img{width: 100%;}
.vjs-default-skin .vjs-big-play-button{top: 50%;left: 50%;}
.video-go #black{position: fixed;z-index: 10000;top: 0;left: 0;right: 0;width: 100%;height: 100%;background: #000;}
.video-go #video-play{position: fixed;z-index: 10001;margin: auto;top:33%;left:0;right:0;margin: auto;display: none;width: 100%;height: 100%;}
.video-go #video-play #my-video{z-index: 10001;}

.video-go #video-play #modal_close{position: absolute;right: 0;top: -32px;background: rgba(255,255,255,0.5);width: 32px;height: 32px;z-index: 10002;}
.video-go #video-play #modal_close .xin-close{display: block;width: 25px;height: 25px;margin: 3.5px auto;}
.my-video-dimensions{width: 100%;height: 37%;}
.vjs-poster{background-position: 50% 0;}
.vjs-default-skin .vjs-big-play-button{top: 46%;}
.video-js .vjs-tech{height: auto;}
/*.video-js .vjs-control-bar{display: none;}*/

.video-pc{display: none;}

.right780 h2{padding: 15px 10px 15px;color: #e85247;border-bottom: 1px dashed #d1d1d1;}
.pintop cite{font-size: 28px;font-style: normal;color: #FFBF00;}

 .about-link{overflow: hidden;width:96vw;margin: 0 auto }
.about-link a{float: left;width: 32vw;text-align: center;height: 40px;line-height: 40px;}