/*全局定义*/

* {
    list-style: none;
    margin: 0;
    padding: 0;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
    _background-image: url(about:blank);
    _background-attachment: fixed;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 100%;
}

body {
    background: #fff;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 14px;
    line-height: 200%;
    font-family: "Microsoft YaHei", Arial,"宋体", Helvetica, sans-serif;
    word-break: break-all;
    color: #595c60;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,sup,sub {
    font-family: "Microsoft Yahei";
    text-align: left;
    font-weight: normal;
}

fieldset,img {
    border: 0;
}

ul,ol,li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    -ms-interpolation-mode: bicubic;
    vertical-align: top;
}

input,textarea,select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
    display: block;
}

audio,

canvas,

video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/* 链接 */	

a {
    text-decoration: none;
    color: #595c60;
    blr: expression(this.onFocus=this.blur());
 /* IE Opera */
    outline: none;
 /* FF Opera */
    position: relative;
}

a:hover {
    text-decoration: none;
    color: #d30c53;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

a:focus {
    -moz-outline-style: none;
 /* FF */
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}



/* 左右悬浮 */

.f_l {
    float: left;
}

.f_r {
    float: right;
}



/* 清除悬浮 */

.clearfix {
    *zoom: 1;
}

.clearfix:before,

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

*html .clearfix {
    height: 1%;
}

*+html .clearfix {
    height: 1%;
}

.clear {
    clear: both;
}

.hidden {
    overflow: hidden;
}

.relative {
    position: relative;
}

.none {
    display: none;
}

/*左右对齐*/

.auto {
    margin-left: auto;
    margin-right: auto;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}



/* 文字颜色 */

.red,.red a {
    color: #e40082;
}/* 深红 */

.White,.White a {
    color: #fff;
}/* 白色 */

.ff_yh {
    font-family: "Microsoft Yahei";
}

.ff_arial {
    font-family: "arial";
}



/* 空白间距 */

.blank20 {
    margin: 0 auto;
    width: 100%;
    height: 20px;
    font-size: 1px;
    overflow: hidden;
}

.blank10 {
    margin: 0 auto;
    width: 100%;
    height: 10px;
    font-size: 1px;
    overflow: hidden;
}





/* 页宽设定 */

.container {
    width: 1200px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
    clear: left;
}

header {
    height: 142px;
    background: #FFF repeat-x 0 0;
    border-bottom: 2px solid #e40082;
    margin-top: 0px;
    min-width: 1200px;
}

.haader {
    height: 100px;
    margin-top: 0px;
    position: relative;
}

.haader .logo {
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}

header .f_l {
    margin-top: 40px;
    display: inline;
}

header .f_l h2 {
    font-size: 15px;
    line-height: 20px;
}

header .f_l p {
    font-size: 20px;
    line-height: 28px;
}

header .topmain {
    height: 40px;
    text-align: right;
    position: absolute;
    right: 0;
    top: 5px;
}

header .topmain li {
    float: left;
    display: inline-block;
    position: relative;
}

header .topmain li a {
    font-size: 12px;
    display: inline-block;
    background-image: url("../images/ico01.png");
    background-repeat: no-repeat;
    padding: 0 20px 0 25px;
    line-height: 30px;
}

header .topmain li a:hover {
    background-image: url("../images/ico01.png");
    background-repeat: no-repeat;
}

header .topmain .mo a {
    background-position: -260px 8px;
}

header .topmain .wx a {
    background-position: -260px 8px;
}

header .topmain .mo a:hover {
    background-position: -260px -22px;
}

header .topmain .wx a:hover {
    background-position: -260px -22px;
}

header .topmain li div {
    display: none;
}

header .topmain li:hover div {
    display: block;
    background: #FFF;
    border: 1px solid #E3E3E3;
    padding: 10px;
    position: absolute;
    left: -20px;
    text-align: center;
    z-index: 999999;
}

header .top_tel {
    height: 34px;
    width: 350px;
    position: absolute;
    right: 0;
    top: 46px;
    border: 2px solid #e40082;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

header .top_tel div {
    overflow: hidden;
    background: #FFF;
    height: 34px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    line-height: 34px;
    text-align: center;
}

header .top_tel div b {
    color: #e40082;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 10px;
}

header .top_tel div i {
    font-style: normal;
}

header .U_Number {
    position: absolute;
    left: 0;
    top: 30px;
    font-size: 16px;
    height: 36PX;
    color: #FFF;
    background: #e40082;
    width: 240PX;
    text-align: center;
    line-height: 36px;
}

/* 主导航

--------------------------------------------------------------------- */

#nav-wrap ul, {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

#nav-wrap li ul {
    width: 100px;
}

#nav-wrap a {
}

/* 菜单 */

#nav-wrap {
    font-size: 16px;
    float: left;
    z-index: 99999;
    margin: 16px 0 0 220px;
}



/* hide toggle button */

#nav-wrap > a.mobile-btn {
    display: none;
    border-radius: 3px;
    z-index: 99999;
}

ul#nav {
    width: auto;
    margin-right: 0;
    z-index: 99999;
   /* left align the menu */
    text-align: left;
}

ul#nav li {
    position: relative;
    list-style: none;
    height: 46px;
    display: inline;
    margin-right: 20px;
}



/* 链接 */

ul#nav li a {
/* 8px padding top + 8px padding bottom + 32px line-height = 48px */
    z-index: 99999;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

ul#nav li a:active {
    background-color: transparent !important;
}

ul#nav li:hover > a,

ul#nav li.current a {
    color: #e40082;
    background-color: inherit;
}



/* adds down arrow */

ul#nav span:after {
 /*  width: 0;

	height: 0px;

	border: 4px solid transparent;

	border-bottom: none;

	border-top-color: #8a8383;

	content: '';

	vertical-align: middle;

	display: inline-block;

	position: relative;

	right: 0px;*/;
}



/* 子菜单

----------------------------------------------------- */

ul#nav ul {
    margin-top: 2px;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    border-radius: 0 0 3px 3px;
    z-index: 99999;
   /* for transition effects */
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}



/* Third level sub menu

ul#nav ul ul {

	position: absolute;

	top: 0;

	left: 100%;



	border-radius: 0 3px 3px 3px;

}

*/



ul#nav ul li {
    padding: 0;
    display: block;
    background: #e40082;
    min-width: 80px;
   /* for transition effects */
    z-index: 99999;
    height: 0;
    overflow: hidden;
    height: 30px;
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}



/*On Hover */

ul#nav li:hover > ul {
    opacity: 1;
    filter: alpha(opacity=100);
}

ul#nav li:hover > ul li {
    height: 30px;
    overflow: visible;
    border-bottom: 1px solid #d10077;
}

ul#nav li:hover > ul li:last-child {
    border: none;
}



/* Sub Menu Anchor links */

ul#nav ul li a {
    padding: 0 5px;
    margin: 0;
    font-weight: normal;
    white-space: nowrap;
    font-size: 14px;
    color: #FFF;
}

ul#nav ul li a:hover {
    color: #300;
}

footer {
    border-top: 1px solid #d30c53;
    width: 100%;
    min-width: 1200px;
    background: #FFF;
    color: #9697a4;
}

footer a {
    color: #9697a4;
}

footer a:hover {
    color: #C30;
}



/*#bdshare{ height:45px; }

#bdshare a,#bdshare a:hover{ width:45PX; height:45PX; text-indent:-200px; overflow:hidden; background-image:url(ICO02.png); background-repeat:no-repeat; margin-right:10px; display:block; float:left;!important}


#bdshare .bds_tsina{ background-position:0 -46px;}
#bdshare .bds_tsina:hover{ background-position:0 0px;}

#bdshare .txwb{ background-position:-61px -46px;}
#bdshare .txwb:hover{ background-position:-61px 0px;}

#bdshare .bds_qzone{ background-position:-122px -46px;}
#bdshare .bds_qzone:hover{ background-position:-122px 0px;}

#bdshare .weixin{ background-position:-183px -46px;}
#bdshare .weixin:hover{ background-position:-183px 0px;}

#bdshare .baidu{ background-position:-243px -46px;}
#bdshare .baidu:hover{ background-position:-243px 0px;}

#bdshare .bds_qzone{ background-position:-304px -46px;}
#bdshare .bds_qzone:hover{ background-position:-304px 0px;}

#bdshare .bds_renren{ background-position:-365px -46px;}
#bdshare .bds_renren:hover{ background-position:-365px 0px;}
*/
#main img {
    width: 100%;
    min-width: 1200px;
}

.co_add {
    border-top: 1px solid #e9e9ee;
    padding: 20px 0;
}

.links {
}

.links a {
    margin: 0 5px;
    color: #9697a4;
}

.kword {
    padding-bottom: 20px;
    color: #9697a4;
}

.kword em {
    font-style: normal;
    margin: 0 5px;
}

.side {
    position: fixed;
    width: 70px;
    height: 355px;
    right: 0;
    top: 260px;
    z-index: 100;
}

.side ul li {
    width: 70px;
    height: 70px;
    float: right;
    position: relative;
    border-bottom: 1px solid #fff;
}

.side ul li a {
    display: block;
}

.side ul li .sidebox {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: #d80078;
    color: #fff;
    font: 14px/70px "微软雅黑";
    overflow: hidden;
}

.side ul li .sidetop {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    background: #d80078;
    transition: all 0.3s;
}

.side ul li .sidetop:hover {
    background: #d80078;
}

.side ul li img {
    float: left;
}



/*图片放大镜效果*/

.rebox {
    cursor: pointer;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-filter: none !important;
    background: rgb(0, 0, 0);
 /* IE Fallback (Solid Colour) */
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
    background: rgba(0, 0, 0, 0.7);
}

.rebox * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.rebox-contents {
    position: absolute;
    top: 5%;
    left: 5%;
    text-align: center;
    width: 90%;
    height: 90%;
}

.rebox-contents .rebox-content {
    border: 5px solid #fff;
    box-shadow: 0 0 20px #000;
    border-radius: 1px;
    max-width: 100%;
    max-height: 100%;
}

.rebox-loading {
    width: 31px;
    height: 31px;
    margin: -16px 0 0 -16px;
    position: absolute;
    top: 48%;
    left: 50%;
}

.rebox-caption {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 1000;
    background: #000;
    background: rgba(0,0,0,0.7);
}

.rebox-caption p {
    margin: 0 auto;
    max-width: 70%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}

.rebox-button {
    position: absolute;
    z-index: 9999;
    min-width: 70px;
    height: 70px;
    line-height: 70px;
    background: #d30078;
    opacity: 0.4;
    text-decoration: none;
    font-size: 50px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.rebox-button:hover,

.rebox-button:focus {
    opacity: 1;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}

.rebox-close {
    right: 10px;
    top: 10px;
}

.rebox-next {
    right: 10px;
    top: 48%;
}

.rebox-prev {
    left: 10px;
    top: 48%;
}

.rebox-loading {
    left: 50%;
    top: 48%;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 2000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 2000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 2000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin {

    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {

    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {

    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@charset "utf-8";

#main {
    border-bottom: 1px solid #FBA0D9;
}

.ck-slide ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.ck-slide {
    position: relative;
    overflow: hidden;
}

.ck-slide ul.ck-slide-wrapper {
/* 	position: absolute; */
    top: 0;
    left: 0;
    z-index: 1;
    margin: 0;
    padding: 0;
}

.ck-slide ul.ck-slide-wrapper li {
    position: absolute;
    margin-top: 0px;
    width: 25%;
}

.ck-slide ul.ck-slide-wrapper li a {
    line-height: 0px;
    display: block;
}

.ck-slide .ck-prev, .ck-slide .ck-next {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 35px;
    height: 70px;
    margin-top: -35px;
    border-radius: 3px;
    opacity: .15;
    background: red;
    text-indent: -9999px;
    background-repeat: no-repeat;
    transition: opacity .2s linear 0s;
}

.ck-slide .ck-prev {
    left: 5px;
    background: url(../images/arrow-left.png) #000 50% no-repeat;
}

.ck-slide .ck-next {
    right: 5px;
    background: url(../images/arrow-right.png) #000 50% no-repeat;
}

.ck-slidebox {
    position: absolute;
    left: 50%;
    bottom: 12px;
    z-index: 30;
}

.ck-slidebox ul {
    height: 20px;
    padding: 0 4px;
    border-radius: 8px;
    background: rgba(0,0,0,0.5);
}

.ck-slidebox ul li {
    float: left;
    height: 12px;
    margin: 4px 4px;
}

.ck-slidebox ul li em {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #fff;
    text-indent: -9999px;
    cursor: pointer;
}

.ck-slidebox ul li.current em {
    background-color: #fe6500;
}

.ck-slidebox ul li em:hover {
    background-color: #fe6500;
}
/*九大优势*/

.Advantage9 {
   /*  overflow: hidden; */
 /*    height: 462px; */;
}

.Advantage9 .sly {
    height: 382px;
}

.Advantage9 .sly ul {
    height: 382px;
}

.Advantage9 .sly ul li {
    float: left;
    text-align: center;
    width: 283px;
    margin-right: 20px;
    height: 380px;
    border: 1px solid #e1eef2;
    overflow: hidden;
}

.Advantage9 .sly ul li h3 {
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    padding-top: 10px;
}

.Advantage9 .sly ul li img,.jmcase01 li img,.Support9 li img {
    width: 265px;
    height: 150px;
    padding-top: 7px;
    display: block;
    margin: 0 auto;
}

.Advantage9 .sly ul li div {
    margin: 0 15px;
    text-align: center;
}

/*九大支持*/

.Support9 {
    /* overflow: hidden; */
    height: 502px;
}

.Support9 .sly {
    height: 402px;
}

.Support9 .sly ul li {
    float: left;
    text-align: center;
    width: 283px;
    margin-right: 20px;
    height: 380px;
    border: 1px solid #e1eef2;
    overflow: hidden;
}

.Support9 .sly ul li h3 {
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    padding-top: 10px;
}

.Support9 .sly ul li div {
    margin: 0 15px;
    text-align: center;
    line-height: 24px;
}



/*加盟案例 */

.jmcase01 {
    height: 350px;
    width: 1220px;
    padding-top: 10px;
}

.jmcase01 li {
    float: left;
    text-align: center;
    width: 283px;
    margin-right: 20px;
    height: 310px;
    border: 1px solid #e1eef2;
    overflow: hidden;
}

.jmcase01 li a h3 {
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    padding-top: 10px;
}

.jmcase01 li a div {
    margin: 0px 15px 20px 15px;
    overflow: hidden;
    height: 100px;
}

/* ==========================================================================

   Page styles

   ========================================================================== */

.sly {
    overflow: hidden;
}

.sly > ul li {
    position: relative;
    cursor: pointer;
}

.pages {
    list-style: none;
    text-align: right;
    height: 20px;
    margin-top: 50px;
}

.pages li {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 2px;
    text-indent: -999px;
    background: #fff;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #d30c53;
}

/* .pages li:hover {
    background: #d30c53;
} */

/* .pages li.active {
    background: #d30c53;
    border-color: #d30c53;
    box-shadow: inset 0 0 0 2px #d30c53;
} */



/*标题*/

.title_a001 {
    height: 80px;
}

.title_a001 h4 {
    font-size: 30px;
    margin-top: 30px;
    font-weight: normal;
    line-height: 40px;
}

.title_a005 {
    border-bottom: 1px solid #facce6;
    height: 40px;
    padding-top: 30px;
}

.title_a005 h2 {
    float: left;
    height: 40px;
    background: #FF79A4;
    line-height: 40px;
    padding: 0 20px;
    color: #FFF;
}

.title_a005 a {
    float: right;
    display: inline-block;
    background: url("../images/more_yuan.png") no-repeat 0 0;
    line-height: 40px;
    text-indent: -500px;
    overflow: hidden;
    width: 30px;
}

.title_a005 a:hover {
    background: url("../images/more_yuan.png") no-repeat 0 -44px;
}

.bcor_red {
    background: url("../images/bg.gif") padding-bottom:40px;
    margin-top: 20px;
}



/*品牌相册*/
#demo {
    width: 1200px;
    overflow: hidden;
    height: 200px;
    border: none;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%;
}

#demo1,#demo2 {
    height: 200px;
    float: left;
    display: inline-table;
}

#demo1 li,#demo2 li {
    width: 297px;
    height: 200px;
    float: left;
    margin: 0 1px;
}

#demo1 li img,#demo2 li img {
    display: block;
    background: #ccc;
}

#demo1 li span,#demo2 li span {
    display: block;
    width: 200px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
    .lmboxb ul {
	margin-left: 12px;
    margin-top: 5px;
}

.lmboxb ul li {
}

.lmboxb ul li a {
    line-height: 24px;
}
}

.e8 {
/*图集列表专用大图列表*/
    font-family: "Microsoft Yahei";
    width: 100%;
    overflow: hidden;
    clear: both;
    margin-top: 5px;
}

.e8 li {
    width: 33.3333%;
    float: left;
    display: block;
    overflow: hidden;
    margin-right: 0px;
    text-align: center;
}

.e8 li .pic {
    display: block;
    background: white;
    margin-left: 3px;
    margin-top: 3px;
    text-align: left;
    overflow: hidden;
}

.e8 li .pic img {
    width: 100%;
    height: 180px;
    display: block;
    border: none;
}

.e8 li .title {
    font-family: "Microsoft Yahei";
    height: 31px;
    display: block;
    line-height: 31px;
    margin-top: -31px;
    text-align: center;
    overflow: hidden;
    width: 297px;
    background: transparent;
    background-color: rgba(160,160,160,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#26FFFFFF, endColorstr=#26FFFFFF);
    color: #fff;
}




/*荣誉*/

.Honor {
    padding: 10px 0;
}

.Honor img {
    margin-right: 3px;
    border: 1px solid #947506;
}

.Honor ul {
}

.Honor li {
    width: 240px;
    float: left;
    height: 200px;
}

.Honor li img {
    padding: 5px;
    border: 1px solid #cdd1d4;
}

.Honor li p {
    text-align: center;
    line-height: 28px;
}

/*产品*/

.pr_title {
    height: 40px;
    border-bottom: 1px solid #f8d3e1;
    margin-top: 30px;
}

.pr_title h2 {
    float: left;
    background: #FF79A4;
    height: 40px;
    width: 130px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
}

.pr_title .more02 {
    float: right;
}

.e88 {
    width: 100%;
    overflow: hidden;
    clear: both;
    margin-top: 5px;
}

.e88 li {
    width: 296px;
    height: 299px;
    float: left;
    display: block;
    overflow: hidden;
    margin-right: 0px;
    text-align: center;
    padding: 1px;
}

.e88 li .pic {
    display: block;
    background: white;
    text-align: left;
    overflow: hidden;
    border: 1px solid #e1eef2;
}

.e88 li .pic img {
    width: 100%;
    display: block;
    border: none;
}

.e88 li .title {
    font-family: "Microsoft Yahei";
    height: 31px;
    line-height: 31px;
    display: block;
    overflow: hidden;
    text-align: center;
    margin-top: -31px;
    background: transparent;
    background-color: rgba(160,160,160,0.5);
    color: #fff;
}

.news_list {
    width: 1220px;
}

.news_list .news_con {
    float: left;
    width: 405px;
}

.news_list .news_con div {
    background: #FFF;
    margin-right: 20px;
    border: 1px solid #e1eef2;
    padding-top: 10px;
    height: 300px;
}

.news_list .news_con div img,.about_news img {
    display: block;
    margin: 0 auto;
}

.news_list .news_con div ul {
}

.news_list .news_con div ul li,.about_news li {
    margin: 0 15px;
    line-height: 20px;
    padding: 8px 0;
    border-bottom: 1px dotted #dfe2e6;
}

.news_list .news_con div ul li i,.about_news li i {
    font-style: normal;
    font-size: 12px;
    margin-left: 8px;
}

.about01 {
    width: 390px;
}

.about02 {
    width: 525px;
}

.about_news {
    width: 285px;
}

.about_news div {
    background: #FFF;
    border: 1px solid #e1eef2;
    height: 420px;
}

.about01 .about01_con,.about02 .about02_con {
    background: #FFF;
    margin-right: 20px;
    border: 1px solid #e1eef2;
    height: 420px;
}

.about01 .about01_con div {
    margin: 20px;
    overflow: hidden;
    height: 380px;
    line-height: 180%;
}

.about01 .about02_con div {
    padding: 10px 0 0 10px;
}

.about02 .about02_con div img {
    display: block;
}

.bcor_wiht {
    background-color: #fff;
}

.title_a1 {
    text-align: center;
    font-size: 36px;
	font-family: 楷体;
    line-height: 80px;
    border-bottom: 1px solid #f8cfdd;
}

.title_a2 {
    font-size: 20px;
    line-height: 40px;
    padding: 30px 0 10px 0;
}

.title_a2 a {
    display: block;
    text-indent: 40px;
    background: url("../images/ico_yuan.png") no-repeat 0 6px;
}

.title_a2 a:hover {
    background: url("../images/ico_yuan.png") no-repeat 0 -45px;
}

.sousuo2 {
    width: 425px;
    height: 601px;
    background: url(../images/shouquanshu.jpg);
    margin: 0 auto;
    text-align: left;
    position: relative;
    overflow: hidden;
}


.sousuo2 .p1 {
    margin: 180px 0 0 120px;
    float: left;
    font-size: 14px;
    color: #131111;
    position: absolute;
	font-family: "幼圆";
	font-weight: bold;
}

.sousuo2 .p2 {
    margin: 264px 0 0 90px;
    font-size: 15px;
    font-weight: bold;
    font-family: "幼圆";
    color: #201d14;
    position: absolute;
	line-height: 20px;
}


.sousuo2 .p3 {
    margin: 198px 0 0 120px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #131111;
    position: absolute;
}

.sousuo2 .p4 {
    margin: 516px 0 0 135px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #131111;
    position: absolute;
}

.sousuo2 .p5 {
    margin: 214px 0 0 120px;
    font-size: 14px;
    color: #131111;
    position: absolute;
}

.sousuo2 .p6 {
    margin: 534px 0 0 135px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #131111;
    position: absolute;
}

.sousuo2 .p7 {
    font-size: 30px;
    line-height: 35px;
    color: red;
    margin: 280px 40px 0 40px;
    background: #fff;
    text-align: center;
    transform: rotate(40deg);
    -ms-transform: rotate(40deg);
 	/* IE 9 */
    -moz-transform: rotate(40deg);
 	/* Firefox */
    -webkit-transform: rotate(40deg);
 /* Safari 和 Chrome */
    -o-transform: rotate(40deg);
}

.sousuo3 {
    width: 425px;
    height: 601px;
    background: url(../images/shouquanshu-2.jpg);
    margin: 0 auto;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.sousuo3 .p1 {
    margin: 184px 0 0 130px;
    float: left;
    font-size: 14px;
    color: #131111;
    position: absolute;
	font-family: "幼圆";
	font-weight: bold;
}

.sousuo3 .p2 {
    margin: 220px 0 0 100px;
    font-size: 15px;
    font-weight: bold;
    font-family: "幼圆";
    color: #201d14;
    position: absolute;
	line-height: 20px;
}

	/* 图片放大效果 */
.Support9 .sly ul li:hover img,.Advantage9 .sly ul li:hover img,.e8 img:hover,.jmcase01 li:hover img {
    transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
	/* IE 9 */
    -webkit-transform: scalescale(1.1,1.1);
	/* Safari 和 Chrome */
    -o-transform: scalescale(1.1,1.1);
	/* Opera */
    -moz-transform: scalescale(1.1,1.1);
	/* Firefox */
    ;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 750ms;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -moz-transition-duration: 750ms;
    -ms-transition-duration: 750ms;
}

.news_list li:hover a,.about_news li:hover a {
    margin-left: 1em;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
	/* Firefox 4 */
    -webkit-transition: all 0.5s;
	/* Safari 和 Chrome */
    -o-transition: all 0.5s;
}
	/*团队新增 */
.imghvr-fade {
    background: rgba(250, 250, 250, 1);
    position: relative;
    display: inline-block;
    margin: 0px;
    max-width: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.imghvr-fade > img {
    vertical-align: top;
    max-width: 100%;
}

.imghvr-fade span {
    background-color: inherit;
    padding: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.imghvr-fade:before,.imghvr-fade:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
/* imghvr-fade
   ----------------------------- */
.imghvr-fade span {
    opacity: 0;
    transition: all 4s;
    -moz-transition: all 4s;
	/* Firefox 4 */
    -webkit-transition: all 4s;
	/* Safari 和 Chrome */
    -o-transition: all 4s;
	/* Opera */
    ;
}

.imghvr-fade:hover > img {
    opacity: 0;
}

.imghvr-fade:hover span {
    opacity: 1;
    transition: all 3s;
    -moz-transition: all 3s;
	/* Firefox 4 */
    -webkit-transition: all 3s;
	/* Safari 和 Chrome */
    -o-transition: all 3s;
	/* Opera */
    ;
}

div.flip-3d {
    position: relative;
    width: 25%;
    float: left;
}

div.flip-3d .figure {
    transform-style: preserve-3d;
    transition: 1s transform;
}

div.flip-3d .figure img {
    width: 100%;
    height: auto;
}

div.flip-3d:hover .figure {
    transform: rotateY(.5turn);
    -ms-transform: rotateY(.5turn);
 	/* IE 9 */
    -moz-transform: rotateY(.5turn);
 	/* Firefox */
    -webkit-transform: rotateY(.5turn);
 /* Safari 和 Chrome */
    -o-transform: rotateY(.5turn);
 	/* Opera */;
}



/*内页式式表*/

.subtop_box {
    width: 100%;
    position: relative;
    min-width: 1200px;
}

.subtop_box .topimg img {
    width: 100%;
    min-width: 1200px;
}

.submain_box {
    height: 50px;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url("../images/bg_40.png") repeat-x 0 bottom;
}

.submain h2 {
    float: left;
    width: 240px;
    background: #00a2e9 url("../images/ico03.png") no-repeat 200px center;
    color: #FFF;
    font-size: 20px;
    line-height: 50px;
    line-height: 50px;
    text-indent: 30px;
}

.submain ul {
    float: left;
    height: 40px;
    margin-top: 10px;
    border-right: 1px solid #ffe797;
}

.submain ul li {
    float: left;
    width: 159px;
    height: 40px;
    line-height: 40px;
}

.submain ul li a {
    display: block;
    color: #783600;
    border-left: 1px solid #ffe797;
    background: #fcd144;
    text-align: center;
    font-size: 16px;
}

.submain ul li a:hover,.submain ul .cur a {
    background: #f9b000;
}

.allpage a {
    color: blue;
}

/*内页架构*/

.w285 {
    width: 285px;
}

.w895 {
    width: 895px;
}

.rightbook {
}

.rightbook h3 {
    margin-top: 20px;
    background: #e40082;
    height: 40x;
    line-height: 40px;
    text-indent: 20px;
    color: #FFF;
    font-size: 20px;
}

.rightbook ul {
    background: #f3f3f3;
    border: 1px solid #e3e3e3;
    margin-top: 10px;
    padding: 10px 0 30px 10px;
}

.rightbook ul li {
    clear: both;
    overflow: hidden;
    padding-top: 10px;
}

.rightbook ul li label {
    display: inline-block;
    float: left;
    line-height: 40px;
    width: 68px;
    text-align: center;
}

.rightbook ul li .input {
    background: #FFF;
    border: 1px solid #e3e3e3;
    height: 30px;
    float: left;
    padding: 5px 9px;
    line-height: 30px;
    vertical-align: middle;
}

.rightbook ul li .textarea {
    background: #FFF;
    border: 1px solid #e3e3e3;
    padding: 8px;
    float: left;
}

.rightbook ul li .sendbook {
    background: #e40082;
    height: 40px;
    width: 120px;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    border: none;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.rightbook ul li .sendbook:hover {
    background: #fb540b;
}

.rightnewslist {
}

.rightnewslist h3 {
	text-align: center;
    margin-top: 20px;
    background: #fcd144;
    height: 40x;
    line-height: 40px;
    text-indent: 20px;
    color: #842800;
    font-size: 20px;
}

.rightnewslist ul {
    border: 1px solid #e3e3e3;
    margin-top: 10px;
    padding: 10px 0px 30px 0px;
}

.rightnewslist ul li {
    margin: 0 15px;
    background: url("../images/yuan4p.png") no-repeat 0 center;
    text-indent: 10px;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
}

.u_here {
    border-bottom: 1px solid #e3e3e3;
    line-height: 50px;
    margin-top: 10px;
}

.u_here a {
    margin: 0 5px;
}

.u_here i {
    margin-left: 5px;
    font-style: normal;
}

.title01_a {
    line-height: 60px;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #e3e3e3;
}

.title01_news {
    text-align: center;
    line-height: 70px;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}

.title01_news_sm {
    height: 50px;
    line-height: 50px;
    background: url("../images/bg_wen.gif");
    border-bottom: 1px solid #d5d5d5;
    padding: 0 20px;
}

.title01_news_sm .bdsharebuttonbox {
    float: right;
    margin-top: 10px;
}

.allpage {
    padding: 20px 0;
	font-size:16px;
	max-width:650px;
	margin:0 auto;
}

.allpage img {
    max-width: 600px;
/*     display: block; */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ececec;
    border: 1px #d7d7d7 solid;
    padding: 1.5%;
    margin: 0 auto;
}

.form {
    width: 895px;
}

.overlabel {
    font-weight: bold;
}

.form_input {
    border: 1px #ddd solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    width: 288px;
    margin: 0 0 10px 0;
}

.form_textarea {
    border: 1px #ddd solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    width: 93%;
    height: 100px;
    margin: 0 0 10px 0;
    -webkit-appearance: none;
}

.form_submit {
    width: 300px;
    padding: 10px;
    margin: 0;
    color: #fff;
    font-weight: normal;
    font-family: Open Sans;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: -moz-linear-gradient(top, #FF79A4 0%, #CA6484 100%);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FF79A4), to(#CA6484));
    border: 1px #CC6686 solid;
    cursor: pointer;
    font-size: 20px;
    margin: 30px 0 30px 300px;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.news_list_page {
    padding-top: 20px;
}

.news_list_page .news_top1 {
    overflow: hidden;
    height: 160px;
    padding: 20px 0;
}

.news_list_page .news_top1 img {
    float: left;
}

.news_list_page .news_top1 h4 {
    margin-left: 260px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
}

.news_list_page .news_top1 h4 a {
    float: left;
    display: inline-block;
}

.news_list_page .news_top1 h4 span {
    float: right;
    display: inline-block;
    margin-right: 15px;
}

.news_list_page .news_top1 div {
    margin-left: 260px;
    margin-right: 10px;
    height: 110px;
    overflow: hidden;
}

.news_list_page .news_top1 div a {
    color: #C03;
    margin-left: 10px;
}

.news_list_page ul {
    border-top: 1px solid #e5e5e5;
}

.news_list_page li {
    height: 57px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 57px;
}

.news_list_page li em {
    float: left;
    border-right: 1px solid #e5e5e5;
    float: left;
    text-align: center;
    font-size: 24px;
    width: 160px;
    color: #e40082;
    font-style: normal;
    font-family: Times, serif;
}

.news_list_page li a {
    float: left;
    text-indent: 30px;
    font-size: 16px;
    display: inline-block;
    background: url("../images/ico_05.png") no-repeat 15px 18px;
    text-indent: 50px;
}

.news_list_page li a:hover {
    background: url("../images/ico_05.png") no-repeat 15px -40px;
}



/*pages*/

.page_list {
    text-align: center;
    margin: 30px 0;
}

.page_list a {
    display: inline-block;
    margin-right: 5px;
    font-size: 20px;
    vertical-align: middle;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #e5e5e5;
    padding: 10px 18px;
}

.page_list .upanddown {
    font-size: 16px;
}

.page_list .cur,.page_list a:hover {
    background: #e40082;
    color: #FFF;
    font-size: 20px;
}

.uppageadndownpage {
    border-top: 1px solid #e5e5e5;
    margin: 30px 0;
    padding-top: 15px;
}

.brandimg {
    padding: 20px 0 10px 0;
}

.brandimg li {
    position: relative;
    float: left;
    width: 297px;
    height: 200px;
    z-index: 0;
    overflow: hidden;
}

.brandimg li img {
    width: 296px;
    height: 199px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
    margin-right: 1px;
}

.brandimg li a {
    display: block;
}

.brandimg li a div {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 296px;
    height: 199px;
    text-align: center;
    color: #FFF;
}

.brandimg li a:hover div h3 {
    text-align: center;
    font-size: 16px;
    padding-top: 20px;
    font-weight: bold;
}

.brandimg li a:hover div p {
    margin: 0 15px;
    line-height: 20px;
    text-align: center;
}

.brandimg li a:hover div {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: #bd005a url("../images/zoom.png") no-repeat center 120px;
    filter: Alpha(Opacity=80);
 /*//IE浏览器*/
    -moz-opacity: 0.8;
  /*火狐浏览器*/
    opacity: 0.8;
 /*其他浏览器*/
    position: absolute;
    width: 299px;
    height: 200px;
    z-index: 33;
}

.Advantage9 {
 /* overflow:hidden; */
    padding: 30px 0;
}

.Advantage9 ul {
    width: 915px;
}

.Advantage9 li {
    float: left;
    margin-bottom: 20px;
    text-align: center;
    width: 283px;
    margin-right: 20px;
    height: 390px;
    border: 1px solid #e1eef2;
}

.Advantage9 li h3 {
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    padding-top: 10px;
}

.Advantage9 li img,.Support9 li img,.jmcase01 li a img {
    width: 265px;
    height: 150px;
    padding-top: 10px;
    display: block;
    margin: 0 auto;
}

.Advantage9 li div {
    margin: 0 15px;
    text-align: center;
}

/*九大支持*/

/* .Support9{overflow:hidden;  } */

.Support9 ul {
    width: 915px;
}

.Support9 li {
    float: left;
    text-align: center;
    width: 283px;
    margin-right: 20px;
    height: 480px;
    border: 1px solid #e1eef2;
}

.Support9 li h3 {
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    padding-top: 10px;
}

.Support9 li div {
    margin: 0 15px;
    text-align: center;
    line-height: 24px;
}

.book_list {
    overflow: hidden;
    padding: 10px 0;
}

.book_list li {
    border-bottom: 1px dotted #ffc7d9;
    padding: 15px 0;
}

.book_list li dl {
    clear: both;
    overflow: hidden;
    font-size: 14px;
}

.book_list li dl dt {
    float: left;
    width: 140px;
    text-align: right;
    line-height: 24px;
    font-weight: 700;
    color: #d30c53;
}

.book_list li dl dt span {
    background-image: url("../images/ico_book.png") background-repeat:no-repeat;
    display: inline-block;
    padding: 5px 8px;
    line-height: 18px;
    margin-left: 8px;
    margin-right: 10px;
}

.book_list li dl dd {
    width: 680px;
    float: left;
    text-align: left;
    line-height: 24px;
}

.book_list li dl dd i {
    font-style: normal;
    font-size: 12px;
    margin-left: 10px;
}

.book_list li .wen span {
    background-position: 0 4px;
    color: #d30c53;
}

.book_list li .wen dd {
    font-weight: 700;
}

.book_list li .da span {
    background-position: 0 -53px;
    color: #d30c53;
} 





/**/

.jmcase01 {
    padding-top: 20px;
    overflow: hidden;
}

.jmcase01 div {
    padding: 0 10px;
}

.jmcase01 ul {
    width: 915px;
}

.jmcase01 li {
    float: left;
    text-align: center;
    width: 283px;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #e1eef2;
}

.jmcase01 li a h3 {
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    padding-top: 10px;
}

.jmcase01 li a div {
    margin: 0px 15px 20px 15px;
    overflow: hidden;
    height: 100px;
}

.pr_list {
    padding: 20px 0;
    overflow: hidden;
}

.pr_list ul {
    width: 915px;
}

.pr_list li {
    float: left;
    width: 228px;
    line-height: 40px;
    text-align: center;
    height: 396px;
}

.pr_list li a {
    display: block;
}

.pr_list li img {
    width: 227px;
    height: 348px;
}

.pr_list li h3 {
    text-align: center;
}

.bg {
    background: #efe7d3 url(../img/online_bg.png) repeat-x;
}

.authorization_title h1 {
    width: 1070px;
    height: 75px;
    background: url(../img/authorization_bg.png) no-repeat right bottom;
    margin: 0 auto -2px;
    padding-top: 63px;
}

.content {
    width: 895px;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 40px;
    min-height: 574px;
}/*0528*/
.content .left {
    width: 1px;
    height: 474px;
    background: url(../img/authorization_left.png) no-repeat;
    float: left;
}

.content .right {
    width: 1px;
    height: 474px;
    background: url(../img/authorization_right.png) no-repeat;
    float: left;
}

.content .center {
    width: 895px;
    height: 774px;
    float: left;
/*background:url(../img/authorization_center.png) repeat-x;*/
    display: block;
    background: #fafafa;
}/*2014.9.17????*/
.content .center h2 {
    width: 221px;
    height: 74px;
    background: url(../img/authorization_title2.png) no-repeat;
    margin: 0 auto;
    margin-top: 27px;
}

.content .center form {
    width: 435px;
    height: 300px;
    position: relative;
    margin-top: 50px;
    margin-left: 10px;
    float: left;
}

.content .center span {
    width: 24px;
    height: 34px;
    position: absolute;
    left: 68px;
    top: 94px;
}

.content .center input {
    width: 280px;
    height: 34px;
    margin-left: 20px;
    margin-top: 19px;
    border: 1px solid #e4e2dc;
    font-size: 14px;
    padding-left: 2em;
}

.content .center p {
    margin-left: 0px;
    margin-top: 10px;
    color: #7c7c7c;
}

.content .center .btn {
    width: 160px;
    height: 38px;
    background: #FF79A4;
    border: 0;
    margin-left: 120px;
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
    padding-left: 0;
}

.content .center .btn:hover {
    background: #4cbbd7;
}/*2014.9.17????*/
.content .center .btn:active {
    background: #3baac6;
}/*2014.9.17????*/
.content .results {
    width: 1066px;
    float: left;
    background: #fafafa url(../img/authorization_center.png) repeat-x;
    text-align: center;
    display: none;
    padding-bottom: 20px;
}

.content .results h2 {
    width: 221px;
    height: 74px;
    background: url(../img/authorization_title2.png) no-repeat;
    margin: 0 auto;
    margin-top: 27px;
}

.back_search {
    font-size: 14px;
    color: #666;
    outline: medium none;
    text-decoration: none;
    margin-bottom: 10px;
}

.content dl {
    width: 300px;
    height: 300px;
    margin-left: 100px;
    float: left;
    margin-top: 50px;
}/*2014.9.17????*/
.content dt {
    width: 300px;
    height: 300px;
    background: url(../img/code.jpg) no-repeat;
    margin-top: 10px;
}

.content dd {
    width: 300px;
    height: 300px;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    font-family: '??????';
}

/*select*/
.content .center .select {
    width: 87px;
    height: 34px;
    background: #e0e0e0;
    border: 1px solid #28afdc;
    border-radius: 3px;
    float: left;
    margin-top: 19px;
    color: #22a5df;
    position: relative;
}

.select_bg input {
    width: 87px!important;
    height: 34px!important;
    line-height: 28px;
    background: #e0e0e0;
    color: #28afdc;
    display: block;
    margin: 0!important;
    padding: 0!important;
}

.select_bg input:hover {
    cursor: pointer;
}

.select ul {
    position: absolute;
    left: -1px;
    top: 34px;
    width: 87px;
    border: 1px #28afdc solid;
    overflow-y: hidden;
    overflow-y: auto;
    margin-left: 0;
    border-radius: 3px;
}

.select li {
    background: #fff;
    display: block;
    float: left;
    width: 87px;
    height: 34px;
    line-height: 28px;
    font-size: 14px;
    text-indent: 10px;
}
/*select*/
/*手风琴的参数规划
图像宽度=300px
图片总数= 8
hover触发的宽度=300px
hover以外的图片=128.5px的宽度 – 设置任意宽度
手风琴的总宽度= 300+ 128.5 *7 =120px;
默认宽度= 580/8=72px;
*/
.accordian {
    width: 1200px;
    height: 400px;
    overflow: hidden;
    margin: 30px auto;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

/*加上一些hack防止某些浏览器出现闪烁问题*/
.accordian ul {
    width: 2000px;
/*设置足够的宽度，以便于整体图片的来回移动.*/;
}

.accordian li {
    position: relative;
    display: block;
    width: 150px;
    height: 400px;
    float: left;
    overflow: hidden;
    border-left: 1px solid #ddd;
/*动画转换效果*/
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.accordian ul:hover li {
    width: 128.5px;
}

.accordian ul li:hover {
    width: 300px;
}

.accordian li img {
    display: block;
}

/*Image title styles*/
.image_title {
    font-size: 18px;
    text-align: center;
    line-height: 20px;
    padding-top: 10px;
}

.image_title a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 20px;
    font-size: 16px;
}

.accordian ul li img {
    width: 280px;
    height: auto;
    margin: 10px 10px 0 10px;
}

.accordian ul li p {
    width: 280px;
    font-size: 14px;
    padding: 10px;
}

.gongyi {
    width: 588px;
    margin: 30px 20px 0 0;
    float: left;
}

.gonggao {
    height: 500px;
    width: 588px;
    border: 1px solid #e1eef2;
    margin-top: 30px;
    float: left;
}

.gongyi_list {
    border: 1px solid #e1eef2;
}

.gongyi h3,.gonggao h3 {
    background-color: #FF79A4;
    color: #fff;
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #e1eef2;
    border: 3px solid #ddd;
    width: 94px;
    margin: 30px auto;
    border-radius: 50px;
    height: 94px;
    line-height: 94px;
    transition: all  1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all  1.5s;
    -o-transition: all 1.5s;
}

.gongyi h3:hover, .gonggao h3:hover {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
		/* IE 9 */
    -webkit-transform: rotate(360deg);
	/* Safari and Chrome */
    -o-transform: rotate(360deg);
		/* Opera */
    -moz-transform: rotate(36deg);
		/* Firefox */
    border: 3px solid #3baac6;
}

.gongyi p,.gonggao p {
    text-indent: 2em;
}

.gongyi2 {
	    /* border: 1px solid #e1eef2; */
    background-color: #e1eef2;
}

.gongyi_list .gongyi_top1 {
    padding: 20px 5px;
    overflow: hidden;
}

.gongyi_list .gongyi_top1 p a {
    color: #C03;
    margin-left: 10px;
}

.gongyi_list .gongyi_top1 h4 {
    text-indent: 2em;
    line-height: 16px;
    font-size: 16px;
    margin-bottom: 8px;
}

.gongyi_list .gongyi_top1 p {
    line-height: 20px;
    text-indent: 2em;
    overflow: hidden;
}

.gongyi_list ul {
    border-top: 1px solid #e5e5e5;
}

.gongyi_list li {
    height: 57px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 57px;
}

.gongyi_list li em {
    float: right;
    text-align: center;
    width: 160px;
    font-style: normal;
    font-family: Times, serif;
}

.gongyi_list .gognyi_top1 h4 a {
    float: left;
    display: inline-block;
}

.gongyi_list .gongyi_top1 img {
    margin: 0 5px;
    float: left;
    border: 2px solid #ddd;
}

.gongyi_con {
    padding: 15px 0;
    float: left;
    border-bottom: 1px dotted #dfe2e6;
    width: 100%;
}

.gongyi_con h4 {
    transition: all  1s;
    -moz-transition: all 1s;
    -webkit-transition: all  1s;
    -o-transition: all 1s;
}

.gongyi_con:hover h4 {
    transform: translate(50px,0px);
    -ms-transform: translate(50px,0px);
		/* IE 9 */
    -webkit-transform: translate(50px,0px);
	/* Safari and Chrome */
    -o-transform: translate(50px,0px);
		/* Opera */
    -moz-transform: translate(50px,0px);
}

.news_list .news_con div ul li:hover a,.jmcase01 li:hover  h3,.Support9 .sly ul li:hover h3,.Advantage9 .sly ul li:hover h3,.gongyi_con:hover h4 a {
    color: #d30c53;
}

.gongyi_con a img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    max-height: 120px;
}
