@charset "utf-8";
/*****  
a_mi.css
Version:jiaju99
Author:feilong
Author URI: https://github.com/jiaju99
*****/



/**** reset.css. ONLY use these tags  ****/
body{border:0;margin:0}
h1,h2,h3,h4,h5,h6{padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0;font-weight:400}

dl{margin-top:0;margin-bottom:0}dd{margin-left:0}
ul,ol{padding:0;margin:0;list-style:none}

p{margin-top:0;margin-bottom:0}
strong,b,small{font-weight:400}em,i{font-style:normal}u{text-decoration:none}
img{border:0;-ms-interpolation-mode:bicubic}

table{border-collapse:collapse;border-spacing:0}th,td{padding:0}th{font-weight:400}


form{padding:0;margin:0}
label,input,select,textarea{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;padding:0;border:0;margin:0;font-size:100%;font-family:inherit;outline:0;
-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
label,select{cursor:pointer}
label{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;}
select{text-transform:none}
input,select,textarea{line-height:normal}
html input[disabled]{cursor:default}
textarea{overflow:auto;vertical-align:top}

input::-moz-focus-inner{padding:0;border:0}
html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
input[type="search"],input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:textfield;-webkit-appearance:none}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {-webkit-appearance:none;appearance:none;margin:0;}

fieldset{border:none;}video,audio{display:block}
object,iframe,pre,code,abbr{padding:0;margin:0}
sup{line-height:inherit;font-size:inherit;vertical-align:baseline}

a:focus,a:active{outline:0 none}
*{-webkit-touch-callout:none;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;-webkit-appearance:none;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;}



/*** preset. Change according to the project ***/
body{line-height:20px;color:#434343;font-size:12px;
font-family:"Microsoft Yahei","Simsun",Tahoma,arial,Helvetica,verdana,sans-serif;
background-color:#fafafa;}
h1{font-size:18px}h2{font-size:16px}h3{font-size:14px}
h4{font-size:12px}h5{font-size:12px}h6{font-size:12px}

:-moz-placeholder{color:#747474}:focus:-moz-placeholder{color:#333}
::-moz-placeholder{color:#747474}:focus::-moz-placeholder{color:#333}
::-webkit-input-placeholder{color:#747474}:focus::-webkit-input-placeholder{
color:#333}
:-ms-input-placeholder{color:#747474}:focus::-ms-placeholder{color:#333}
::selection {background:lightblue;}
::-moz-selection {background:lightblue;}



a:link{color:#111;text-decoration:none;}
a:visited{color:#222;text-decoration:none;}
a:hover{color:#000;text-decoration:none;}
a:active{color:#f90;text-decoration:none;}



/*img */
img{max-width:100%;height:auto;vertical-align:bottom}
.img{alpha(opacity=90);opacity:0.9;}
.img:hover{alpha(opacity=100);opacity:1;}




/**** fix.css Use carefully ****/

.cf:before,.cf:after{display:table;line-height:0;content:' '}
.cf:after{clear:both}
.cf{*zoom:1}




.elis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;}
.inb{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;}
.bcir{display:inline-block;*display:inline;*zoom:1;
vertical-align:top;overflow:hidden;}
.ht{color:transparent;font:0/0 a;text-shadow:none;}/*����͸������*/
.cen{ margin-left:auto; margin-right:auto;}



.tac{ text-align:center;}
.per100{width:100%;}
.per50{width:50%;}



.hide{display:none!important;}
.blk{display:block!important;}


/**** basic.css Use carefully ****/



/**** fix. carefully use ****/
.rel{position:relative}.abs{position:absolute}.fixed{position:fixed}

.fl{float:left;}.fr{float:right;}.cl{clear:both;}
.cf:before,.cf:after{display:table;line-height:0;content:' ';}
.cf:after{clear:both;}.cf{*zoom:1;}

.elis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis}
.autobr{word-wrap:break-word;overflow:hidden}
.ox{overflow-x:auto;overflow-y:hidden}
.oy{overflow-x:hidden;overflow-y:auto}
.oh{overflow:hidden}

.inb{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;}
.hide{display:none!important;}
.vh{visibility:hidden!important;}
.h0{height:0;visibility:hidden;position:absolute;left:0;top:0}
.fi0{opacity:0;filter:alpha(opacity=0);position:absolute;top:0;left:0}
.ht{color:transparent;font:0/0 a;text-shadow:none}
.hand{cursor:pointer}

/*css remove the gap between .inb s*/
.inbfu{font-size:0;word-spacing:-4px\0;}
.inbzi{font-size:normal;word-spacing:normal;}
@media all and (-webkit-min-device-pixel-ratio:0){
.inbfu{letter-spacing:-4px;}
.inbzi{letter-spacing:normal;}
}



/**** shape. carefully use ****/
.wauto{width:auto!important}

.w2{width:2em}.w2m{max-width:2em}
.w3{width:3em}.w3m{max-width:3em}
.w4{width:4em}.w4m{max-width:4em}
.w5{width:5em}.w5m{max-width:5em}
.w6{width:6em}.w6m{max-width:6em}
.w7{width:7em}.w7m{max-width:7em}
.w8{width:8em}.w8m{max-width:8em}
.w9{width:9em}.w9m{max-width:9em}
.w10{width:10em}.w10m{max-width:10em}



.per10{width:10%}
.per20{width:20%}.per25{width:25%}
.per30{width:30%}.per33{width:33%}.per34{width:34%}
.per40{width:40%}.per45{width:45%}.per48{width:48%}
.per50{width:50%}.per52{width:52%}.per55{width:55%}
.per60{width:60%}.per67{width:67%}.per66{width:66%}
.per70{width:70%}.per75{width:75%}
.per80{width:80%}
.per90{width:90%}
.per94{width:94%}
.per95{width:95%}
.per96{width:96%}
.per97{width:97%}
.per98{width:98%}
.per99{width:99%}
.per100{width:100%}



.ht1{height:100%}
.lhn{line-height:normal}



.bt0{border-top:0!important}
.br0{border-right:0!important}
.bb0{border-bottom:0!important}
.bl0{border-left:0!important}



.cen{margin-left:auto;margin-right:auto}
.mt0{margin-top:0!important}
.mr0{margin-right:0!important}
.mb0{margin-bottom:0!important}
.ml0{margin-left:0!important}
.mtf:before{display:table;content:'';line-height:0;}




/**** font. carefully use ****/

.tal{text-align:left!important}
.tac{text-align:center!important}
.tar{text-align:right!important}

.vat{vertical-align:top!important}
.vam{vertical-align:middle!important}
.vab{vertical-align:bottom!important}

.bgtr{background:transparent!important}





/****  effect.  Seldom used  ****/
.bzb{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
-ms-box-sizing:border-box;box-sizing:border-box}
.usn{-moz-user-select:none;-webkit-user-select:none;
-ms-user-select:none;user-select:none}




/** radius
http://www.css3-generator.de
**/
.ra{border-top-left-radius:4px}
.rb{border-top-right-radius:4px}
.rc{border-bottom-right-radius:4px}
.rd{border-bottom-left-radius:4px}

.rn{border-top-left-radius:4px;border-top-right-radius:4px}
.re{border-top-right-radius:4px;border-bottom-right-radius:4px}/*bottom-right */
.rs{border-bottom-right-radius:4px;border-bottom-left-radius:4px}
.rw{border-bottom-left-radius:4px;border-top-left-radius:4px}

.r{border-radius:4px}.r50{border-radius:50%}






/*** icons ***/
/** icl ͼ������ left **/
.icl{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;
white-space:nowrap;cursor:pointer;
background-repeat:no-repeat;background-position:0 center;
background-size:auto 80%;}
a.icl:hover{text-decoration:none}
.il1{height:18px;line-height:18px;padding-left:18px}
.il2{height:24px;line-height:24px;padding-left:24px}
.il3{height:30px;line-height:30px;padding-left:30px}
.il4{height:36px;line-height:36px;padding-left:36px}
.il5{height:42px;line-height:42px;padding-left:42px}




/** icr ͼ������ right **/
.icr{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;
white-space:nowrap;cursor:pointer;
background-repeat:no-repeat;background-position:right center;
background-size:auto 80%;}
a.icr:hover{text-decoration:none}
.ir1{height:18px;line-height:18px;padding-right:18px}
.ir2{height:24px;line-height:24px;padding-right:24px}
.ir3{height:30px;line-height:30px;padding-right:30px}
.ir4{height:36px;line-height:36px;padding-right:36px}
.ir5{height:42px;line-height:42px;padding-right:42px}


/** ict ͼ������ top **/
.ict{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;
text-align:center;white-space:nowrap;cursor:pointer;
background-repeat:no-repeat;background-position:center 0;}
a.ict:hover{text-decoration:none}
.it1{min-width:18px;line-height:15px;padding-top:18px;
background-size:auto 14px;}
.it2{min-width:24px;line-height:16px;padding-top:24px;
background-size:auto 20px;}
.it3{min-width:30px;line-height:17px;padding-top:30px;
background-size:auto 26px;}
.it4{min-width:36px;line-height:18px;padding-top:36px;
background-size:auto 32px;}
.it5{min-width:42px;line-height:19px;padding-top:42px;
background-size:auto 38px;}


/** icw �ڴ����� width **/
.icw{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;
background-repeat:no-repeat;background-position:0 0}
a.icw{cursor:pointer}
a.icw:hover{text-decoration:none}
.iw1{width:18px;height:18px;line-height:18px}
.iw2{width:24px;height:24px;line-height:24px}
.iw3{width:30px;height:30px;line-height:30px}
.iw4{width:36px;height:36px;line-height:36px}
.iw5{width:42px;height:42px;line-height:42px}


/** special icw **/
.ino{width:18px;height:20px;line-height:19px;
padding:0 0 6px 0;color:#fff;font-size:14px;text-align:center;}
.ino1{background-image:url(ino1.png);}
.ino2{background-image:url(ino2.png);}
.ino3{background-image:url(ino3.png);}
.ino4{background-image:url(ino4.png);}


/** icon samples **/
.icang{background-image:url(icang0.png);}
.icang.ed{background-image:url(icang1.png);}





/*** form ***/

/** ipt for input type=text only **/
.ipt {position:relative; z-index:2;line-height:18px;transition: all 0.4s ease-out 0s;}

.fz1 .ipt, .ipt1{height:20px;padding:0 4px;}
.fz2 .ipt, .ipt2{height:26px;padding:3px 4px;}
.fz3 .ipt, .ipt3{height:32px;padding:6px 4px;}
.fz4 .ipt, .ipt4{height:38px;padding:9px 4px;}
.fz5 .ipt, .ipt5{height:44px;padding:12px 8px;}
.ipt{+height:18px;font-family:'Microsoft Yahei','Simsun',Tahoma,arial,Helvetica,verdana,sans-serif;}




.ipta{border:1px solid #ccc;background-color:#fff;color:#999;}
.ipta:focus{border:1px solid #66afe9;color:#000;
/*box-shadow:inset 0 0 3px rgba(225, 119, 79, 0.6);*/
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6)}





/** btn   **/

/** b.btn, a.btn, label.btn>input, ��Ҫʹ�� button��ǩ **/
.btn{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;
text-align:center;letter-spacing:1px;cursor:pointer; position:relative;
-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
-moz-user-select:none;-webkit-user-select:none;
-ms-user-select:none;user-select:none;}
a.btn{text-decoration:none;}
label.btn>input{width:0px;height:0;background:none}



/*btn size ɫ���о���ipt��1pxΪ�� */
.fz1 .btn,.btn1{+height:18px;line-height:18px;padding:0 9px;}/*20*/
.fz2 .btn,.btn2{+height:24px;line-height:24px;padding:0 9px;}/*26*/
.fz3 .btn,.btn3{+height:30px;line-height:30px;padding:0 9px;}/*32*/
.fz4 .btn,.btn4{+height:36px;line-height:36px;padding:0 9px;}/*38*/
.fz5 .btn,.btn5{+height:42px;line-height:42px;padding:0 9px;}/*44*/

/**btn �龰��ɫ���� http://angrytools.com/gradient  **/
.btnpt{border:1px solid #e2e2e2;color:#666!important;
background-color:#eee}/* ��ͨ�� pt*/
.btnzd{border:1px solid #f60;color:#fff!important;
background-color:#f70}/* �ص�� zd*/



.btnbz{border:1px solid #268ffa;color:#fff!important;
background-color:#268ffa}/* ������ bz*/
.btnyx{border:1px solid #6b0;color:#fff!important;
background-color:#6c0}/* ������ yx*/
.btncw{border:1px solid #e00;color:#fff!important;
background-color:#f00}/* ����� cw */



.btnjg{border:1px solid #e88821;color:#fff!important;
background-color:#e88821}/* ����� jg */
.btnjy{border:1px solid #ededed;color:#ccc!important;
cursor:not-allowed!important;background-color:#eee;
box-shadow:none!important}/* ������ jy */



.btntj{border:1px solid #ae1e24;color:#fff!important;
background-color:#ae1e24}/* �ص�� zd*/





/** btn box-shadow */
.btn:focus{box-shadow:0 1px 1px rgba(34, 25, 25, 0.1)}
.btn:hover{opacity:0.9;}
.btn:active{box-shadow:0 1px 1px rgba(34, 25, 25, 0.4);}
.btn.on{opacity:0.8;box-shadow:0 1px 1px rgba(34, 25, 25, 0.4)}
.btn.disabled:focus,.btn.disabled:active,.btn.disabled.on{
box-shadow:none!important}



/* ico in btn */
.btn .icl,.btn .icr,.btn .ict{vertical-align:top!important;}




/*btns*/
.btns{display:inline-block;border-radius:4px;overflow:hidden;}
.btns .btn{margin-left:-1px;}
.btns .btn.first{margin-left:0;}




/*** table ***/
.tbwrap{}




/**table base**/
.tb{width:100%;}
.tb th{white-space:nowrap;}
.tb td{text-align:left;}



/** tba **/
.tba{border-width:1px 0 0 1px;border-style:solid;border-color:#c7dbef;
background-color:#f8f8f8;font-size:12px;}
.tba th,.tba td{border-width:0 1px 1px 0;border-style:solid;border-color:#c7dbef}
.tba th{background-color:#f5faff;}




/**** commom models  ****/ 
/** pagenavi **/
.pagenavi{padding:40px 0;text-align:center;}
.page{margin:0 4px;height:30px;line-height:30px;
border:1px solid #b7b7b7;color:#949494;font-size:14px;}

.pagea{width:40px;}
.pageb{width:30px;}
.pagec{width:50px;}


.pagenavi .on{background-color:#f08300;color:#fff;}

.page:hover{background-color:#f08300;color:#fff;}




/**** layout  ****/  
/*** buju ***/
.all{overflow-x:hidden;}
.con{margin:0 auto;}





.scr{position:absolute;top:0;right:0;bottom:0;left:0;
overflow-x:hidden;overflow-y:auto;
-webkit-overflow-scrolling:touch;}


/*** headout ***/
.headout{line-height:28px;padding:4px 0;background-color:#333;}
.head{}



/** nav **/


a.navlnk{color:#b0b0b0;}
a.navlnk:hover{color:#fff;}


/** topnte **/
.topnte{float:right;}
a.toplnk{margin:0 8px;color:#b0b0b0;}
a.toplnk:hover{color:#fff;}
.topmta{}
.topkey{padding-left:28px;
background:url(gouwuche.png) no-repeat left center;color:#b0b0b0;}
.toptit{color:#b0b0b0;}




/** tailout **/

.tail{padding:20px 0;border-bottom:1px solid #e4e4e4;}
.tlcot{}
.tlitm{float:left;width:20%;line-height:26px;
border-right:1px solid #e4e4e4;text-align:center;box-sizing:border-box;}
.tllast{border-right:1px solid transparent;}
.tllnk{padding:3px 0 3px 30px;font-size:16px;}

a.tllnk:hover{color:#ff6700;}

.tllnka{background:url(shezhi.png) no-repeat left center;}
.tllnkb{background:url(xing7.png) no-repeat left center;}
.tllnkc{background:url(one5.png) no-repeat left center;}
.tllnkd{background:url(gift.png) no-repeat left center;}
.tllnke{background:url(nav.png) no-repeat left center;}



/** tailout2 **/

.tail2{}
.tl2cot{margin-right:240px; margin-left:30px;}
.tl2itm{float:left;width:16.6667%;}
.tl2nh{padding-bottom:10px;font-size:14px;}
.tl2nte{line-height:20px;padding:3px 0;}
a.tl2lnk:hover{color:#ff6700;}




/** tl2mod **/
.tl2mod{float:right;width:240px;border-left:1px solid #e4e4e4;
text-align:center;box-sizing:border-box;}
.tl2tel{color:#ff6700;font-size:20px;}
.tl2ri{margin-top:10px;}
a.tl2rexian{margin-top:10px;padding:6px;border:1px solid #ff6700;color:#ff6700;}
a.tl2rexian:hover{background-color:#ff6700;color:#fff;}




/** footout **/

.foot{}





.ftcov{width:80px;height:80px;}




.ft2beian{color:#b0b0b0;}
.ft2beian a{color:#b0b0b0;}
.ft2nte a:hover{color:#ff6700;}
.ft2lnk{}



/** ftright **/


.ft3cov{width:80px;height:auto;}


.ft4nte{padding-top:20px;color:#b0b0b0;font-size:16px;
text-align:center;}

.ftad{display:block;  padding:20px;border-top:3px solid #FF0036;
background-color:#000;
color:#b0b0b0;font-size:18px;text-align:center; letter-spacing:5px;}
.ewmbot{ width:80px; height:80px;}


/*** neckout ***/
/** neck **/
.neckout{padding:20px 0;background-color:#fff;}
.neck{}



/** a1mod **/


.a1map{height:600px;background-color:#000;}



.a1cov{}




/** a1cot **/



.a1itm:hover .a1lnk{color:#f30;}
.a1itm.curr .a1lnk{color:#f30;}


/** soform **/
.soform{float:right;
width:300px;padding:10px 0;text-align:center;}



/** soipts **/
.soipts{margin-right:50px;}
.soipt{width:100%;line-height:24px;
border-top-left-radius:1px;border-bottom-left-radius:1px;}

.sosbt{float:right;width:50px;height:44px;border-top:1px solid #e0e0e0;
border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;
background:url(sosou.png) no-repeat center center;}


.sosbt:hover{
background:#ff6700 url(sosou2.png) no-repeat center center;}









/*** wrapout ***/
.wrapout{padding-bottom:40px;background-color:#fff;}
.wrap{}




/** a4nte **/
.a4nte{margin-top:10px;}
.a4lnk{float:left;width:33.3334%;}
.a4cov{margin-left:4%;width:96%;height:150px;}





/** a3covs **/
.a3covs{}
.a3cov{width:100%;height:420px;}





/** a2cot **/
.a2cot{padding:10px 0;background-color:rgba(0,0,0,.6);}
.a2itm{line-height:28px;padding:6px 0;}
.a2itm:hover{background-color:#ff6700;}
a.a2lnk{display:block;color:#fff;font-size:14px;}
.a2mta{float:left;padding-left:20px;}
.a2icon{float:right;width:26px;height:26px;padding-right:10px;
background:url(right2.png) no-repeat center center;}



/** a4lnks **/
.a4lnks{margin-top:10px;padding:14px 0;background-color:#5f5750;}
a.a4lnk{float:left;margin-bottom:14px;width:33.3334%;color:#b0b0b0;
box-sizing:border-box;}

.a4lnka{background:url(phone1.png) no-repeat center top;}
.a4lnkb{background:url(phone2.png) no-repeat center top;}
.a4lnkc{background:url(phone3.png) no-repeat center top;}





/** a5mod **/
.a5mod{}
.a5mh{line-height:34px;padding:10px 0;}
.a5bti{font-size:20px;}
.a5mor{}


/** a5cot **/
.a5cot{}
.a5itm{float:left;margin-left:1%;width:19.2%;padding:28px 0;
background-color:#fafafa;}


.a5itma{border-top:1px solid #ffac13;}
.a5itmb{border-top:1px solid #83c44e;}
.a5itmc{border-top:1px solid #2196f3;}
.a5itmd{border-top:1px solid #e53935;}
.a5itme{border-top:1px solid #83c44e;}


.a5itm:first-child{margin-left:0;}
.a5lnk{}
.a5cov{margin-right:auto;margin-left:auto;width:180px;height:160px;}
.a5tit{display:block;line-height:28px;
color:#212121;text-align:center;}
.a5nte{color:#b0b0b0;text-align:center;}

.a5num{padding-top:8px;color:#f30;text-align:center;}




/** a6mod **/
.a6mod{padding-top:40px;background-color:#fafafa;}
.a6mh{line-height:36px;padding:10px 0;}
.a6tit{float:left;color:#333;font-size:20px;}
.a6mor{float:right;padding-right:28px;
background:url(jing1.png) no-repeat right center;font-size:17px;}

a.a6mor:hover{background:url(jing2.png) no-repeat right center;
color:#ff6700;}



/** a7modout **/
.a7modout{}
.a7mod{}
.a8mod{float:left;}
.a8covs{}
.a8cov{width:240px;height:570px;}






/** a9mod **/
.a9mod{margin-left:240px;}
.a9cot{}
.a9itm{float:left;margin-left:2%;margin-bottom:2%;
width:23%;padding:20px 0;background-color:#fff;}
.a9lnk{}
.a9cov{margin-right:auto;margin-left:auto;
width:140px;height:160px;}



/** a9mod **/
.b1modout{}
.b1mod{padding:16px 0;}
.b1mh{float:left;line-height:34px;
font-size:22px;}



/** b1cot **/
.b1cot{float:right;}
.b1itm{float:left;}
a.b1lnk{margin:0 6px;padding-bottom:4px;font-size:16px;}

a.b1lnk:hover{color:#ff6700;border-bottom:2px solid #ff6700;}





/** b2cot **/
.b2itm{margin-bottom:1%;background-color:#fff;}
.b2cot li:nth-child(5n+1){margin-left:0;}
.b2covs{padding:0;}

.b2cov{width:100%;height:291px;}


.b2nte{margin-bottom:6%;padding:33px 20px;background-color:#fff;}



/** b3covs **/
.b3covs{float:right;}
.b3cov{width:90px;height:80px;}
.b3cov{}
.b2mta{display:block;margin-right:90px;margin-top:10px;}
.b2key{display:block;line-height:30px;font-size:14px;}
.b2tit{color:#ff6700;}


.b2itma{padding:0;}


.b4covs{margin-top:14px;margin-right:20px;}
.b2liulan{font-size:20px;}
.b2dian{color:#757575;}



.b3cot li{background-color:#fff;}


/** b3mod **/
.b3mod{margin-top:20px;}




/** b4cot **/
.b4cot{}
.b4itm{float:left;margin-left:1%;width:24.25%;padding-bottom:20px;
background-color:#fff;}
.b4itm:first-child{margin-left:0;}
.b4lnk{display:block;}
.b4cov{}
a.b4bti{display:block;height:72px;line-height:24px;padding-top:20px;
 padding-left:20px;color:#333;font-size:14px;overflow:hidden;}
.b4nte{padding-left:20px;color:#b0b0b0;}


.b4tits{line-height:34px;padding-left:20px;}
.b4tit{color:#333;font-size:14px;}
.b4row{color:#b0b0b0;}
.b4num{color:#f30;}








.b5bti{height:28px!important;text-align:center;}
.b5nte{padding-left:0;text-align:center;}




/** c1navhere **/

.c1lnk{}
.c1tit{}
.c1mor{float:right;padding-right:12px;}


/** c2cot **/

.c2nh{float:left;width:120px;line-height:42px;}

.c2itm{float:left; line-height:42px;
box-sizing:border-box;}
.c2lnk{font-size:14px;}
.c2lnklast{padding-right:24px;
background:url(qianjing1.png) no-repeat right center;}


a.c2lnk:hover{color:#ff6700;}

.c2itm.curr a{color:#ff6700;}
.lx1cot li.curr a{color:#ff6700;}


/** c4cot **/
.c4cot{margin-top:10px;}
.c4itm{float:left;margin-left:1%;margin-bottom:1%;
width:49%;padding-bottom:20px;background-color:#fff;}
.c4itm:nth-child(2n+1){margin-left:0;}



/** c4covs **/
.c4covs{}
.c4cov{width:100%;}


.c4dl{margin:0 30px;padding-top:34px;border-top:1px solid #e4e4e4;}
.c4dt{float:right;}
.c4dd{}


a.c4lnk{width:160px;line-height:40px;border:1px solid #ff6700;
color:#ff6700;font-size:14px;
text-align:center;}

a.c4lnk:hover{background-color:#ff6700;color:#fff;}



.c4nh{}
.c4mta{margin-right:10px;font-size:24px;}
.c4tit{color:#ff6700;font-size:22px;}

.c4nte{height:44px;line-height:22px;
color:#757575;font-size:14px;overflow:hidden;}


.c5covs{background-color:#fff;}
.c5cov{border-bottom:1px solid #e0e0e0;}



/** c6mod **/
.c6mod{padding:60px 0;background-color:#fff;}
.c6mh{margin-bottom:10px;line-height:36px;
font-size:28px;text-align:center;}
.c6nte{line-height:30px;font-size:16px;text-align:center;}





/** c7cot **/
.c7cot{margin-top:60px;}
.c7itm{float:left;width:33.3334%;padding:20px 0;
border-right:1px solid #e4e4e4;box-sizing:border-box;}
.c7lnk{display:block;}
.c7cov{margin-right:auto;margin-left:auto;}
.c7tit{display:block;color:#333;font-size:14px;text-align:center;}
.c7bti{color:#b0b0b0;text-align:center;}
.c7num{padding-top:10px;color:#ff6700;text-align:center;}





/** c8mod **/
.c8mod{text-align:center; background-color:rgba(0,0,0,.6);}
.c8nh{line-height:36px;padding:20px 0 20px 40px;color:#fff;font-size:22px;}
a.c8lnk{display:block; background-color:#fff; line-height:48px;color:#ff6700;font-size:14px;text-align:center;}






/*** jgood.html ***/
/** p1modout **/
.p1modout{background-color:#f5f5f5; border-bottom:1px solid #fff;}
.p1mod{line-height:34px;padding:8px 0;}



.p1mh{float:left;font-size:18px;padding-left:10px;}
.p1lnks{float:right;padding-right:8px;}
.p1lnks .on{color:#ff6700;} 
.p1lnk{margin:0 4px;font-size:14px;}
a.p1lnk:hover{color:#ff6700;}
a.p1last{padding:4px 30px;background-color:#ff6700;color:#fff; border-radius:4px}





/** p2modout **/
.p2modout{padding-top:80px;background-color:#fff;}
.p2mod{}



/** p2dl **/
.p2dl{}
.p2dt{float:right;}
.p2dd{margin-top:90px;margin-left:60px;}



.p2lnk{}
.p2cov{width:500px;height:680px;}


.posth{line-height:42px;color:#333;font-size:36px;}
.p2mh{line-height:40px;padding:6px 0;color:#333;font-size:30px;}
.p2nte{line-height:24px;font-size:14px;}
.p2mta{}



.p2num{margin-top:30px;line-height:46px;
color:#18c495;font-size:54px;}
.p2cob{font-style:italic;}




/** p3mod **/
.p3mod{background:url(good2.jpg) no-repeat center center;}



/** p4mod **/
.p4mod{padding-top:100px;}
.p4mh{line-height:30px;padding-bottom:10px;
color:#333;font-size:22px;text-align:center;}
.p4nte{line-height:24px;
font-size:14px;text-align:center;}


/** p5mod **/
.p5mod{height:830px;
background:url(good3.jpg) no-repeat center center;}




/** p6mod **/
.p6mod{height:830px;
background:url(good4.jpg) no-repeat center center;}
.p6mh{text-align:left;padding-top:20px;}
.p6nte{text-align:left;}


.p6ntea{padding-top:30px;color:#000;}





/** p7mod **/
.p7mod{}



/** p8mod **/
.p8mod{float:left;width:50%;height:675px;
background-color:#e0e1db;}
.p8cob{margin:120px auto 0;width:185px;height:185px;
background:url(son.png) no-repeat center center;
background-position:-200px -200px;}
.p8mh{padding-top:80px;font-size:24px;text-align:center;}
.p8nte{line-height:24px;padding-top:20px;font-size:14px;
text-align:center;}



/** p9covs **/
.p9covs{float:right;width:50%;}
.p9cov{}




/** p9covs **/
.p8moda{float:right;background-color:#393939;color:#fff;}
.p9cova{float:left;}

.p8coba{background-position:0 -200px;}



/** s1mod **/
.s1mod{height:830px;
background:url(good7.jpg) no-repeat center center;}


/** s2mod **/
.s2mod{float:right;width:40%;margin-top:20%;margin-right:60px;}
.s2mh{line-height:36px;padding-bottom:10px;
color:#333;font-size:24px;}
.s2nte{line-height:24px;font-size:14px;}



/** s2cot **/
.s2cot{margin-top:70px;margin-left:-40px;}
.s2itm{float:left;width:33.3334%;}
.s2cob{width:92px;height:92px;background:url(son.png) no-repeat center center;}

.s2coba{background-position:0 0;}
.s2cobb{background-position:-100px 0;}
.s2cobc{background-position:-200px 0;}



.s2bti{margin-top:10px;line-height:24px;font-size:14px;
text-align:center;}



/** s3modout **/
.s3modout{position:relative;}
.s3mod{position:absolute;top:80px;left:50%;transform:translate(-50%,0);}
.s3mh{line-height:30px;padding-bottom:20px;
	color:#fff;font-size:22px;text-align:center;}
.s3nte{line-height:26px;color:#fff;font-size:14px;text-align:center;}


.s3cov{}



/** s4mod **/
.s4mod{position:absolute;top:40%;left:340px;}
.s4mh{text-align:left;}


/** s5mod **/
.s5mod{background:url(tiancheng3.jpg) no-repeat center center/100% 100%;}
.s5moda{margin-top:400px;}



/** s6mod **/
.s6mod{padding:60px 0;background-color:#15b89a;}


/** s5covs **/
.s5covs{float:left;width:50%;}
.s5cov{float:right;margin-right:100px;
width:300px;height:600px;}


/** s7mod **/
.s7mod{float:right;width:50%;}
.posth{color:#fff;}
.s6bti{line-height:26px;padding-top:10px;color:#fff;font-size:16px;}


/** s6cot **/
.s6cot{margin-top:20px;}
.s6itm{margin-bottom:20px;}
.s6cob{float:left;width:100px;height:100px;
background:url(son.png) no-repeat center center;}

.s6coba{background-position:0 -99px;}
.s6cobb{background-position:-100px -100px;}
.s6cobc{background-position:-200px -100px;}



.s6nte{margin-left:140px;margin-top:15px;}
.s6tit{display:block;color:#fff;font-size:20px;}
.s6mta{display:block;
padding-top:10px;color:#fff;font-size:14px;}


.s7nte{line-height:24px;color:#fff;font-size:16px;opacity:0.5;}


a.s8mor{margin-top:20px;display:block;line-height:30px;color:#15b89a;
font-size:16px;text-align:center;}






/*** job.html ***/
/** wrapoutjob **/
.wrapoutjob{ border-top:10px solid #f5f5f5; background-color:#f5f5f5;}
.secojob{padding:20px;background-color:#fff;box-sizing:border-box;}

/** se1mh **/
.se1mh{padding-bottom:10px;border-bottom:1px solid #f5f5f5;
font-size:18px;}



/** se1cot **/
.se1cot{}
.se1itm{line-height:26px;padding:6px;border-bottom:1px solid #f5f5f5;}
a.se1lnk{ display:block;font-size:14px;}
a.se1lnka{font-size:16px;}

a.se1lnk:hover{color:#ff6700;}
.se1itm.curr a.se1lnk{color:#ff6700;}




/** se2mod **/
.se2mod{margin-top:40px;}
.se1mh{}
.se2form{margin-top:20px;}
.se2cob{float:right;width:30px;height:30px;border-top:1px solid #e4e4e4;
border-right:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4;
background:url(izoom.png) no-repeat center center;}
.se2ipts{margin-right:31px;}
.se2ipt{width:100%;}


/** mainjob **/



/** ma1mod **/
.ma1mod{margin-bottom:10px;padding:10px 44px;background-color:#fff;}
.ma1cot{padding-bottom:10px;border-bottom:1px solid #e4e4e4;}
.ma1itm{width:80px;color:#333;font-size:14px;text-align:center;}
.ma1itma{font-weight:600;}
a.ma1lnk:hover{color:#ff6700;}


/** ma2cot **/
.ma2cot{padding:10px 0;}
.ma1itmb{color:#b0b0b0;}
.ma1itm .on{color:#ff6700;}

.ma1itmc{padding-left:84px;padding-top:10px;}

.ma1itmd{padding-top:10px;}




/** ma3mod **/
.ma3mod{padding-bottom:20px;
background-color:#fff;font-size:16px;}
.ma3cot{line-height:26px;padding:3px 0;}
.ma3itm{ position:relative; margin-right:20px; margin-bottom:10px;}
.ma3key{ position:absolute; left:0;top:0; color:#333;font-weight:600;}
.ma3val{ margin-left:6em;}


.ma3itmb{padding-left:120px;}

.ma3keya{float:left;}
.ma3tita{margin-left:74px;display:block;}


.ma3lnks{margin-top:10px;padding-left:80px;}
a.ma3lnk{width:160px;line-height:42px;
background-color:#ff6700;color:#fff;font-size:14px;text-align:center;}




/*** lianxi.html ***/
/** lx1cot **/
.lx1cot{padding:10px 6px; text-align:center;}
.lx1cot li{display:inline-block;*display:inline;*zoom:1;vertical-align:middle; width:20%;line-height:16px;border-right:1px solid #ccc;
text-align:center;}
.lx1cot li a{font-size:16px;}
.lx1cot li a:hover{}


.c2itmlast{border-right:1px solid #fff!important;}




/** lx2mod **/
.lx2mod{background-color:#fff;box-sizing:border-box;}
.lx2mh{line-height:34px;padding-top:18px;padding-bottom:11px;font-size:24px;}
.lx2nh{line-height:26px;padding-top:15px; padding-bottom:4px;font-size:16px;}
.lx2oh{line-height:22px;padding-top:12px; padding-bottom:4px;font-size:15px;}
.lx2ul li{padding-top:4px;padding-left:9px;font-size:14px}
.lx2nte{line-height:20px;font-size:14px;}




/** lx3covs **/
.lx3covs{}
.lx3cov{}



/** lx5mod **/
.lx5mod{}
.lx5mh{color:#ff6700;}

.lx5nte{padding-bottom:40px;border-bottom:1px solid #e4e4e4;}



/*** jpage.html ***/
/** pg1mod **/
.pg1mod{padding-bottom:80px;
background-color:#fff;box-sizing:border-box;}
.pg1mh{line-height:36px;padding-bottom:20px;
font-size:28px;}
.pg1nte{padding:8px 0;}
.pg1nte p{ margin-bottom:14px;line-height:30px;font-size:18px;}


/**  **/
.pg2covs{background-color:#010d33;}
.pg2cov{}





/*** jpage2.html ***/
/** jp1lnks **/
.jp1lnks{float:left;}
.jp1mh{margin-top:30px;
	padding-bottom:20px;padding-left:20px;font-size:16px;}


.jp1cot{padding-left:20px;}
.jp1itm{line-height:20px;padding:4px 0;}

.jp1itm .on{color:#ff6700;}

.jp1lnk{font-size:14px;}
a.jp1lnk:hover{color:#ff6700;}


.jp1sec{margin-right:40px;padding-bottom:30px;
border-bottom:1px solid #e4e4e4;}

.jp1lasta{padding-top:30px;}




/** jp2mod **/
.jp2mod{padding:30px;background-color:#fff;}
.jp2mh{line-height:38px;padding-bottom:20px;border-bottom:1px solid #e4e4e4;
color:#b0b0b0;font-size:36px;}
.jp2nte{margin-top:20px;line-height:30px;padding:6px 0;
font-size:14px;}


/** jp2cot **/
.jp2cot{margin-top:30px;}
.jp2itm{line-height:26px;padding:8px 0;color:#5e5e5e;font-size:14px;}
.jp2two{padding-left:20px;}

.jp2six{padding-top:50px;}




/*** jpage3.html ***/
/** pg2mod **/
.pg2mod{padding:80px 0;background-color:#fff;}
.pg2mh{line-height:30px;padding-bottom:20px;
font-size:26px;text-align:center;}
.pg2nte{line-height:30px;color:#5e5e5e;
font-size:14px;text-align:center;}

.bgw{ background-color:#fff;}

.p4cov{display:block;}




/* mydesc layout */
@media only screen and (max-device-width:720px){
	.con{}
	.a1mod{}
.topnte{display:none;}
.nav{font-size:12px; text-align:center;}
.navitm{display:inline-block;*display:inline;*zoom:1;vertical-align:middle; margin:0 3px;}
.sitetit{display:block;text-align:center;}
.logowo{display:block;}
.a1mta{display:none;}
.a1cot{margin-top:22px;text-align:center;}
.a1itm{display:inline-block;*display:inline;*zoom:1;vertical-align:bottom;}
a.a1lnk{margin:0 6px;line-height:30px; color:#333;font-size:16px;}
.c2itm{width:40%;}
.c2nh{display:none;}

.tailout{display:none;}
.tailout2{display:none;}
.ftcovs{display:none;}
.ft2nte{display:none;}
.ftleft{}
.ftright{margin-top:12px;text-align:center; display:none;}
.footout{padding:10px 0;}
.ft3lnk{display:inline-block;*display:inline;*zoom:1;vertical-align:bottom; margin: 0 3px;}
.ft2lx{padding:0px 12px;text-align:center;}
.ft6lnk{display:block;}

.c1navhere{line-height:26px;padding-left:8px;}
.lx5mod{}
.lx2mod{padding:20px;}.pg1mod{padding:20px;}
.ma3mod{padding-top:10px;padding-left:20px;}
.c2itm{width:30%;text-align:center;}
}
@media only screen and (min-device-width: 721px) and (max-device-width:1000px){
.lx5mod{padding-left:200px;padding-right:100px;}
.lx2mod{padding:20px;}
.pg1mod{padding:40px 30px;}
.ma3mod{padding-top:20px;padding-left:20px;}
.c2itm{width:20%;}.c2cot{margin-left:120px;}
}
@media only screen and (min-device-width:1001px){
	.a1mod{float:left;}
.con{max-width:1200px;}
.nav{float:left;font-size:12px;}
.navitm{float:left;margin:0 8px;}
.sitetit{float:left;}
.logowo{float:left;margin-top:8px;}
.a1mta{float:left;}
.a1cot{float:left;margin-top:22px;}
.a1itm{float:left;}
a.a1lnk{margin:0 16px;color:#333;font-size:16px;}
.c2mod{ text-align:center;}
.tailout{margin-top:50px;background-color:#fff;}
.tailout2{padding:30px 0;background-color:#fff;}
.ftcovs{float:left;}
.ft2nte{margin-left:90px; margin-top:10px; white-space:nowrap;}
.ftleft{float:left;}
.ftright{float:right; margin-top:12px;}
.footout{padding:30px 0;}
.ft3lnk{float:left;margin-left:6px;}
.ft2lx{}
.ft6lnk{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;}
.c1navhere{line-height:26px;padding:8px;}
.lx5mod{padding-left:200px;padding-right:100px;}
.lx2mod{padding:30px 0 30px 100px;}
.secojob{ float:left;width:238px;}
.mainjob{margin-left:250px;}
.pg1mod{padding:40px 160px;}
.ma3mod{padding-top:20px;padding-left:50px;}
.c2itm{width:20%;}.c2cot{margin:0 120px;}
}

.c3cov{width:100%;}


/***** yangcf-yf20170326 -guangzhou *****/
