body {
    font-family: "微软雅黑", arail, 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
    position: relative;
    font-weight: 400;
    background-color: #fff;
    color: #5a5a5a;
    font-size: 12px;
}

p {
    margin: 0;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
    color: #444;
}

::-webkit-selection {
    color: #fff;
    background: #323232;
}

::-moz-selection {
    color: #fff;
    background: #323232;
}

::selection {
    color: #fff;
    background: #323232;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase,
.initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.float_bg {
    background: url(../images/qq_3.gif) repeat-y
}

a {
    color: #5a5a5a;
    text-decoration: none
}

a:focus,
a:hover {
    color: #d34a02;
}

.bg-main {
    background: #d34a02;
    border: 1px solid #d34a02 !important
}

.bg-main:hover,
.bg-main:focus {
    border: 1px solid #026d9a !important;
    background: #c00 !important
}

.button.bg-main {
    border-color: #d34a02 !important
}

.button.bg-main:hover {
    border-color: #c00 !important;
}

.passcode {
    border-left: 1px solid #ddd;
    border-radius: 0 4px 4px 0;
    height: 32px;
    line-height: 32px;
    margin: 1px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

.detail h2,
.detail h3 {
    line-height: 180%
}

.detail h3,
.detail h1 {
    font-size: 18px;
    color: #5a5a5a;
    ;
    font-weight: bold
}

.layout {
    overflow: hidden;
    width: 100%;
}

header .layout,
footer .layout {
    overflow: visible;
    width: 100%;
}

    {
    overflow: visible;
    width: 100%;
}

.not-animated {
    opacity: 0
}

.clear {
    clear: both
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none
}

.line-big {
    margin-left: -17px;
    margin-right: -17px
}

.line-big .x1,
.line-big .x2,
.line-big .x3,
.line-big .x4,
.line-big .x5,
.line-big .x6,
.line-big .x7,
.line-big .x8,
.line-big .x9,
.line-big .x10,
.line-big .x11,
.line-big .x12,
.line-big .xl1,
.line-big .xl2,
.line-big .xl3,
.line-big .xl4,
.line-big .xl5,
.line-big .xl6,
.line-big .xl7,
.line-big .xl8,
.line-big .xl9,
.line-big .xl10,
.line-big .xl11,
.line-big .xl12,
.line-big .xs1,
.line-big .xs2,
.line-big .xs3,
.line-big .xs4,
.line-big .xs5,
.line-big .xs6,
.line-big .xs7,
.line-big .xs8,
.line-big .xs9,
.line-big .xs10,
.line-big .xs11,
.line-big .xs12,
.line-big .xm1,
.line-big .xm2,
.line-big .xm3,
.line-big .xm4,
.line-big .xm5,
.line-big .xm6,
.line-big .xm7,
.line-big .xm8,
.line-big .xm9,
.line-big .xm10,
.line-big .xm11,
.line-big .xm12,
.line-big .xb1,
.line-big .xb2,
.line-big .xb3,
.line-big .xb4,
.line-big .xb5,
.line-big .xb6,
.line-big .xb7,
.line-big .xb8,
.line-big .xb9,
.line-big .xb10,
.line-big .xb11,
.line-big .xb12 {
    position: relative;
    min-height: 1px;
    padding-right: 17px;
    padding-left: 17px
}

#fh5co-wrapper {
    overflow-x: hidden;
}

#fh5co-page {
    position: relative;
    z-index: 2;
    background: #fff;
    overflow-x: hidden;
}

.fh5co-heading {
    position: relative;
    z-index: 1
}

.fh5co-heading h2 {
    color: rgb(102, 102, 102);
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto 12px;
    text-transform: uppercase;
    line-height: 18px;
}

.fh5co-heading span {
    font-size: 25px;
    color: #000;
    font-weight: bold;
    display: block;
    margin-bottom: 48px;
}

.fh5co-heading .imgs {
    background: url(../images/title-img.png) no-repeat center top;
    height: 50px;
    width: 100%
}



.vertical-middle {
    width: 100%;
    height: 100%;
    display: table;
}

.vertical-middle>div {
    display: table-cell;
    vertical-align: middle;
}

.zoomimgs {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    /*图片不裁切需要全部显示改用background-size:contain，改变图片缩放比例改paddding-bottom的百分比,如图片宽高1:1 100%，4:3 75%，3:4 133.33%*/
}

.artzoomimgs {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 64%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    /*图片不裁切需要全部显示改用background-size:contain，改变图片缩放比例改paddding-bottom的百分比,如图片宽高1:1 100%，4:3 75%，3:4 133.33%*/
}

.chazoomimgs {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 115%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    /*图片不裁切需要全部显示改用background-size:contain，改变图片缩放比例改paddding-bottom的百分比,如图片宽高1:1 100%，4:3 75%，3:4 133.33%*/
}

.frizoomimgs {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 40%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    /*图片不裁切需要全部显示改用background-size:contain，改变图片缩放比例改paddding-bottom的百分比,如图片宽高1:1 100%，4:3 75%，3:4 133.33%*/
}





/*顶部导航 begin*/

.main-top {
    position: relative;
    width: 100%;
}

#fh5co-header .head-top .inner {
    border-bottom: 1px solid #E6E6E6
}

#fh5co-header .head-top .welcome {
    overflow: hidden;
    width: 500px;
}

#fh5co-header .head-top .welcome .loopbox {
    width: 8000%;
    height: 42px;
    line-height: 42px;
}

#fh5co-header .head-top .welcome .loopbox div {
    float: left;
    margin-right: 30px;
}

#fh5co-header .head-top .top-contact ul {
    line-height: 42px;
}

#fh5co-header .head-top .top-contact ul li {
    display: inline-block;
    line-height: 42px;
    padding: 0 8px;
    height: 42px;
}

#fh5co-header .head-top .top-contact ul li#hov-weixin-id {
    position: relative
}

#fh5co-header .head-top .top-contact ul li .weixint-content {
    background-clip: padding-box;
    border: 1px solid rgba(204, 213, 219, 0.8);
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    left: -39px;
    min-height: 32px;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 42px;
    white-space: normal;
    width: 116px;
    z-index: 1800;
    background: #fff;
}

#fh5co-header .head-top .top-contact ul li .weixint-content:before {
    position: absolute;
    top: -9px;
    left: 46px;
    width: 0;
    height: 0;
    content: '';
}

#fh5co-header .head-top .top-contact ul li .weixint-content:after {
    content: '';
    position: absolute;
    left: 46px;
    top: -7px;
    left: 50%;
    margin-left: -9px;
    width: 13px;
    height: 13px;
    box-sizing: border-box;
    overflow: hidden;
    border-width: 1px 1px 0 0;
    border-color: rgba(204, 213, 219, 0.85);
    border-style: solid;
    background: linear-gradient(225deg, #fff 50%, transparent 50%);
    transform: rotate(-45deg);
}

#fh5co-header .head-top .top-contact ul li i {
    font-size: 18px;
    color: #C0C0C0;
    display: block;
    height: 42px;
    line-height: 42px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 20px;
}

#fh5co-header .head-top .top-contact ul li i:hover {
    color: #d34a02
}

#fh5co-header .head-middle {
    padding: 17px 0px;
}

#fh5co-header .head-middle .logo{
    width: 191px;
    float: left;
}
#fh5co-header .head-middle .logo img {
    width: 191px;
}

.logo_text{
    float: left;
    margin-left: 40px;
    width: 200px;
    padding-top: 22px;
}

.logo_text p{
    color:#1c1c1c;
    font-size: 18px;
    line-height: 28px;
}

#fh5co-header .head-middle .head-info {
    margin-top: 20px;
}

#fh5co-header .head-middle .head-info p {
    padding-left: 41px;
}

#fh5co-header .head-middle .head-info .item1 p {
    background: url(../images/t-info1.png) no-repeat left 2px;
}

#fh5co-header .head-middle .head-info .item2 p {
    background: url(../images/tel_01.png) no-repeat 0 0;
    height: 60px;
    padding-left: 60px;
    font-size: 16px;
    color:#1c1c1c;
}
#fh5co-header .head-middle .head-info .item2 span {
	font-size: 28px;
	color:#e85508;
	font-weight: normal;
	margin-top: 10px;
    display: block;

}

#fh5co-header .head-middle .head-info .item3 p {
    background: url(../images/t-info3.png) no-repeat left 2px;
}

#fh5co-header .head-middle .head-info p {
    line-height: 18px;
}

#fh5co-header .head-middle .head-info p span {
    font-weight: bold;
    color: #000
}

#fh5co-header .header-box {
	background: #003b87;
	height: 58px;
}

.header-box.fixed.fixed-top {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    width: 100%;
    z-index: 6;
    background: #fff;
}

#fh5co-header .header-box .nav {

}

#fh5co-header .header-box .nav li {

    margin: 0;
    padding: 0;
    display: inline-block;
    padding: 0 26px;
}

#fh5co-header .header-box .nav li:hover .drop-menu-diy{
	display: block;
}


#fh5co-header .header-box .nav li a {
    color: #fff;
    font-size: 14px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    line-height: 21px;
    padding: 8px 30px;
    transition: none;
}

#fh5co-header .header-box .nav li a .downward {
    display: none
}

#fh5co-header .header-box .nav li a:hover,
#fh5co-header .header-box .nav li.current a.first-level {
	background:#234d9f;
}
#fh5co-header .header-box .nav li.current a{
    background:#234d9f;
}
#fh5co-header .header-box .nav li ul {
    display: none;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    min-width: 400px;
    z-index: 999;
    border: none;
    box-shadow: none;
    background: #fff;
    filter:alpha(opacity:80); opacity:0.8;  -moz-opacity:0.8;-khtml-opacity: 0.8;
}



#fh5co-header .header-box .nav li ul:before {
    position: absolute;
    top: -7px;
    left: 76px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

#fh5co-header .header-box .nav li ul:after {
    position: absolute;
    top: -6px;
    left: 76px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}

#fh5co-header .header-box .nav li ul li {
    margin: 0;
    padding: 0;
    height: 100px;
    float: left;
    width: 33%;
    display: block;
    text-align: center;

}

#fh5co-header .header-box .nav li ul li img{
	text-align: center;
	margin: 0 auto;
	margin:17px 0;
}

#fh5co-header .header-box .nav li ul li a {
    display: block;
    width: 100%;
    padding: 0px 10px;
    margin: 0;
    line-height: 12px;
    color: #000;
    background: none;
    text-align: center;
    font-size: 12px;
    transition: none;
    border: none
}

#fh5co-header .header-box .nav li ul li a:hover {
    background: none;
    color: #e85508;
    border: none
}

#fh5co-header .header-box .nav li ul li ul {
    top: 0
}

/*顶部导航 end*/



/*手机版顶部导航 begin */

#fh5co-offcanvas,
.fh5co-nav-toggle,
#fh5co-page {}

#fh5co-offcanvas,
.fh5co-nav-toggle,
#fh5co-page {
    position: relative;
}

#fh5co-page {
    z-index: 2;
}

#fh5co-offcanvas {
    display: none;
    right: -200px;
    overflow-y: hidden;
    position: fixed;
    z-index: 998;
    top: 10px;
    height: 100%;
    width: 160px;
    background: #fff;
    padding: 0px 0px 10px 40px;
    border: 0;
    transition: 0.6s all;
    -webkit-transition: 0.6s all;
    
}
#fh5co-offcanvas.active {
    right: 0;
}
.offcanvas-visible #fh5co-offcanvas {
    display: block;
    right: 0;
}

#fh5co-offcanvas ul {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    border-radius: 0
}

#fh5co-offcanvas ul li {
    list-style: none;
    position: static;
    width: 100%;
    margin: 15% 0;
    padding: 0;
}

#fh5co-offcanvas ul li:hover,
#fh5co-offcanvas ul li.current {}

#fh5co-offcanvas ul li a {
    font-size: 12px;
    color: #333;
    text-decoration: none !important;
    display: block;
    position: relative;
    line-height: 34px;
    margin: 0;
    padding: 0px 0 0 2px;
}

#fh5co-offcanvas ul li a:hover,
#fh5co-offcanvas ul li.current a {
    color: #003b87;
}

#fh5co-offcanvas ul li a::after {
    background: #eee;
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0;
    right: 0;
    height: 1px;
}

#fh5co-offcanvas ul li ul {
    margin: 0;
    padding: 0;
    z-index: 6;
    position: relative;
    width: 100%;
    border: 0;
    box-shadow: 0
}

#fh5co-offcanvas ul li ul li {
    margin: 0;
    padding: 0;
    display: block;
    border: none;
    width: 50%;
    line-height: 38px;
}
#fh5co-offcanvas ul li ul li img{
    width: 30%;
    display: block;
    margin: 0 auto;
}

#fh5co-offcanvas ul li ul li a,
#fh5co-offcanvas ul li.current ul li a {
    background: #fff;
    color: #666;
    display: block;
    padding: 0px 5px;
    margin: 0;
    text-align: left;
    width: 100%;
    font-size: 12px;
    line-height: 38px;
    transition: none
}

#fh5co-offcanvas ul li ul li a:hover {
    background: #003b87;
    color: #fff;
    transition: none
}

#fh5co-offcanvas ul li ul li a::before,
#fh5co-offcanvas ul li ul li a::after {
    background: none;
    height: 0;
    padding: 0;

}

#fh5co-offcanvas ul li ul li ul {
    top: 0
}

.fh5co-nav-toggle {
    cursor: pointer;
    text-decoration: none;
}

.fh5co-nav-toggle.active i::before,
.fh5co-nav-toggle.active i::after {
    background: #000;

}

.fh5co-nav-toggle:hover,
.fh5co-nav-toggle:focus,
.fh5co-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
    -webkit-transition: 0.8s all;
}

.fh5co-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 28px;
    height: 4px;
    color: #003b87;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #003b87;
    transition: all .2s ease-out;
}

.fh5co-nav-toggle i::before,
.fh5co-nav-toggle i::after {
    content: '';
    width: 28px;
    height: 4px;
    background:#003b87;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.fh5co-nav-toggle i::before {
    top: -9px;
}

.fh5co-nav-toggle i::after {
    bottom: -9px;
}

.fh5co-nav-toggle:hover i::before {
    top: -10px;
}

.fh5co-nav-toggle:hover i::after {
    bottom: -10px;
}

.fh5co-nav-toggle.active i {
    background: none;
}

.fh5co-nav-toggle.active i::before {
    background: none
}

.fh5co-nav-toggle.active i::after {
    background: none
}

.fh5co-nav-toggle {
    position: fixed;
    top: 14px;
    right: 10px;
    z-index: 999;
    display: block;
    display: none;
    cursor: pointer;
}

.fh5co-nav-toggle.active {
    right: 129px !important;
    top: 15px !important;
    background: url(../images/coo.gif) no-repeat left top;
    width: 20px;
    height: 23px;
}



/*手机版顶部导航 end */



/* 底部 begin*/

footer {
    background: #234d9f;
    color: #fff;
    padding: 0;
    overflow: hidden;
}

footer a {
    color:#fff;
}

footer a:hover {
    color: #bfbfbf;
    text-decoration:underline;
}

footer .foot-top {
    font-size: 14px;
    padding: 55px 0 5px;
}

footer .foot-top h2 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    margin-bottom: 40px;
}

footer .foot-top h2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -18px;
    width: 33px;
    height: 2px;
    background: #fff;
}

footer .foot-top .p-nav ul li {
    float: left;
    width: 40%;
    margin-right: 5%;
}

footer .foot-top .foot-contact p,
footer .foot-top .list-nav ul li,
footer .foot-top .p-nav ul li {
    line-height: 35px;
}

footer .foot-bot {
    font-size: 13px;
    line-height: 22px;
    padding: 10px 0;
    background: #d34a02;
}

footer .foot-bot .foot-link {
    padding: 8px 0 0px;
}
footer .foot-bot .foot-link a {
    text-align: left;
}

.qr_copy{
	width: 30%;
	float: right;
	height: auto;

}
.qr_app{
	width: 50%;
	float: left;
}
.qr_app img{
	display: block;
	margin: 0 auto;
}
.qr_app p{
	line-height: 30px;
	text-align: center;
}
.qr_weixin{
	width: 50%;
	float: right;
	display: block;
	margin: 0 auto;
}
.qr_weixin img{
	display: block;
	margin: 0 auto;
}
.qr_weixin p{
	line-height: 30px;
	text-align: center;
}
.qr_weibo{
	width: 30%;
	float:right;
	padding:30px 0;
	height: auto;
}
.qr_weibo_body{
	display: block;
	width: 70%;
	margin: 0 auto;
	height: auto;

}
.qr_weibo img{
	display: block;
	height: auto;
	float: left;
	padding:0 20px;
}
/* 底部 end*/



/*首页轮换图片 begin*/

.flex-container a:active,

.flexslider a:active,

.flex-container a:focus,

.flexslider a:focus {
    outline: none;
}

.slides,

.flex-control-nav,

.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexslider {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.flexslider .slides li .overlay {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    bottom: 0;
}

.flexslider .slides img {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides>li:first-child {
    display: block;
}

.flex-control-nav {
    position: absolute;
    bottom: 15px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    cursor: pointer;
    width: 12px;
    height: 12px;
    float: left;
    text-indent: -2000px;
    background: none;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
}

.flex-control-nav .flex-active {
    background: #fff;
    border: 2px solid #fff
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 50%;
}

.flex-direction-nav li a {
    display: none;
    cursor: pointer;
    text-indent: -999em;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 40px;
    height: 50px;
    line-height: 50px;
    font-size: 0px;
    padding: 0;
    margin: 0;
    opacity: 1;
    text-align: left;
    border-radius: 0;
    color: #ddd;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.1);
}

.flex-direction-nav li a:hover {
    background: #003b87;
    color: #fff
}

.flex-direction-nav li a:before {
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    vertical-align: baseline;
    line-height: 50px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 36px;
    cursor: pointer
}

.flex-direction-nav li a.flex-prev {
    left: 70px;
    text-indent: 6px;
}

.flex-direction-nav li a.flex-prev:before {
    content: "\f104";
}

.flex-direction-nav li a.flex-next {
    right: 70px;
    text-indent: 7px;
}

.flex-direction-nav li a.flex-next:before {
    content: "\f105"
}

/*首页轮换图片 end*/



/*首页推荐物流*/

#fh5co-product-list .bg-product {
    padding: 75px 0 35px;
}

#fh5co-product-list .show-list .pro-item {
    overflow: hidden
}

#fh5co-product-list .show-list .portfolio-img {
    position: relative;
}

#fh5co-product-list .show-list .pro-item h3 {
    font-size: 20px;
    font-weight: bold;
    color: #5A5A5A;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 40px;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 10px;
}

#fh5co-product-list .show-list .pro-item h3 span {
    color: #d34a02;
    display: inline-block;
    margin-right: 3px;
}

#fh5co-product-list .show-list .pro-item p.desc {
    line-height: 1.8;
    font-size: 12px;
    margin: 25px 0 20px;
    overflow: hidden
}

#fh5co-product-list .show-list .pro-item p.more a {
    color: #000;
    font-weight: bold
}

#fh5co-product-list .show-list .pro-item p.more a:hover {
    color: #d34a02
}



/* 首页我们的服务与优势 begin*/

#fh5co-service-list .service-inner-bg {
    background: url(../images/leftbarbg.jpg) left top repeat-y;
}

#fh5co-service-list .index-leftbar {
    width: 270px;
    float: left;
    margin-right: -270px;
    background: #d34a02;
    z-index: 2;
    position: relative
}

#fh5co-service-list .index-rightbar {
    width: 100%;
    float: left;
    z-index: 1;
    position: relative
}

#fh5co-service-list .index-rightbar .right-content {
    margin-left: 304px;
}

#fh5co-service-list .bg-service {
    background: #F4F4F4;
    padding: 60px 0 75px;
}

#fh5co-service-list .show-desc .item {
    padding: 45px 38px 50px;
    margin-right: 0px;
    color: #fff
}

#fh5co-service-list .show-desc .item .heading .imgs {
    text-align: left
}

#fh5co-service-list .show-desc .item .heading .imgs img {
    max-width: 100%
}

#fh5co-service-list .show-desc .item .heading h3 {
    color: #fff;
    margin: 40px 0 6px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}

#fh5co-service-list .show-desc .item .heading p {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 18px;
}

#fh5co-service-list .show-desc .item .content {
    line-height: 2.2;
    margin-bottom: 30px;
}

#fh5co-service-list .show-desc .item .content p {
    line-height: 2.2
}

#fh5co-service-list .show-desc .item .more a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

#fh5co-service-list .show-desc .item .more a:hover {
    color: #fff;
    text-decoration: underline;
}

#fh5co-service-list .show-list a {
    color: #5a5a5a;
    display: block;
    background: #fff;
    border: 1px solid #D9D9D9;
    padding: 45px 30px;
}

#fh5co-service-list .show-list a .media-img img {
    width: 50px;
    height: 50px;
}

#fh5co-service-list .show-list a h3 {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    margin: 20px 0 13px;
}

#fh5co-service-list .show-list a:hover {
    color: #5a5a5a
}

#fh5co-service-list .show-list a .desc {
    font-size: 12px;
    line-height: 1.6;
    height: 60px;
    overflow: hidden
}

#fh5co-service-list .show-list a:hover h3 {
    color: #d34a02
}

#fh5co-service-list .show-list .item2,
#fh5co-service-list .show-list .item3,
#fh5co-service-list .show-list .item4 {
    margin-bottom: 33px;
}



/* 首页常见问题/在线预约 begin*/

#fh5co-middle-list .show-list {
    padding: 70px 0 10px;
}

#fh5co-middle-list .fh5co-heading span {
    margin-bottom: 38px;
}

#fh5co-middle-list .show-list .news-list .media_img .img {
    max-width: 100%
}

#fh5co-middle-list .show-list .news-list h3 {
    font-size: 17px;
    color: #d34a02;
    margin-bottom: 3px;
    margin-top: 10px;
}

#fh5co-middle-list .show-list .news-list h3 a {
    color: #d34a02;
    font-weight: bold
}

#fh5co-middle-list .show-list .news-list h3 a:hover {
    color: #c40000
}

#fh5co-middle-list .show-list .news-list span.time {
    color: #7d7d7d
}

#fh5co-middle-list .show-list .news-list .desc {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 12px;
    border-bottom: 1px solid #eee;
    padding-bottom: 13px;
}

#fh5co-middle-list .show-list .news-list .item {
    line-height: 28px;
}

#fh5co-middle-list .show-list .news-list .item span.time {
    display: inline-block;
    margin-right: 12px;
}

#fh5co-middle-list .contact-form {
    border: 1px solid #eee;
    padding: 30px 15px;
}

#fh5co-middle-list .contact-form .form-group {
    padding-bottom: 20px;
}

#fh5co-middle-list .contact-form .input {
    border-color: #DEDEDE;
    font-size: 12px;
}

#fh5co-middle-list .contact-form .button {
    width: 100%;
    display: block;
    font-size: 12px;
    background: #d34a02;
    color: #fff;
    border: none;

    padding: 12px 66px;
    margin-top: 2px;
}

#fh5co-middle-list .contact-form .button:hover {
    background: #FB414C
}



/*首页新闻资讯*/

#fh5co-news-list .bg-news {
    background-size: cover;
    padding: 30px 0 30px
}


#fh5co-news-list .fh5co-heading h2 {
    text-align: center;
    color:#e85508;
    font-size: 28px;
}
#fh5co-news-list .fh5co-heading span{
	color:#2f2f2f;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	padding: 5px 0;
}
}

#fh5co-news-list .item {
    background: rgb(255, 255, 255, 0.4);
    padding: 18px;
}

#fh5co-news-list .item .media {
    border-bottom: 1px solid #DBD4CD;
    padding-bottom: 12px;
}

#fh5co-news-list .item .media:last-child {
    border-bottom: none
}

#fh5co-news-list .item .media-left {
    width: 60px;
    background: #616161;
    margin-right: 18px;
    padding-top: 10px;
    margin-top: 10px
}

#fh5co-news-list .item .media:hover .media-left {
    background: #e85508;
    color: #fff;
}

#fh5co-news-list .item .media-left p {
    text-align: center;
    margin: 0;
    line-height: 18px;
    color: #fff
}

#fh5co-news-list .item .media .media-left .f-month {
    font-size: 12px;
}

#fh5co-news-list .item .media .media-left .f-day {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 3px;
}

#fh5co-news-list .item .media .media-left .f-year {
    font-size: 10px;
    padding-top: 5px;
    padding-bottom: 4px;
}

#fh5co-news-list .item .media .media-body h3 {
    height: 23px;
    overflow: hidden
}

#fh5co-news-list .item .media .media-body h3 a {
    font-size: 16px;
    color: #616161;
    font-weight: bold
}

#fh5co-news-list .item .media .media-body h3 a:hover {
    color: #e85508!important;
}

#fh5co-news-list .item .media:hover .media-body h3 a {
    color: #000;
}

#fh5co-news-list .item .media .media-body p {
    color: #999999;
    font-size: 12px;
    line-height: 20px;
    height: 42px;
    overflow: hidden
}

/*首页合作伙伴*/

#fh5co-partner-list .bg-partner {
    padding: 55px 0 60px;
}

#fh5co-partner-list .container {}

#fh5co-partner-list .show-list {
    position: relative;
    margin: 0 45px;
}

#fh5co-partner-list .show-list .owl-carousel-carousel {}

#fh5co-partner-list .show-list .item {
    margin: 0 15px;
    overflow: hidden
}

#fh5co-partner-list .show-list .item .portfolio-img {
    overflow: hidden;
    width: 100%;
}

#fh5co-partner-list .show-list .item .portfolio-img img {
    width: 100%;
    height: 150px;
    display: block;
}

#fh5co-partner-list .show-list .item h2 {
    font-size: 12px;
    white-space: nowrap;
    margin: 12px 0;
}

#fh5co-partner-list .show-list .item h2 a {
    color: #000;
}

#fh5co-partner-list .show-list .item h2 a:hover {
    color: #0089D9
}

#fh5co-partner-list .show-list .owl-controls .owl-buttons div {
    position: absolute;
    top: 20%;
    margin-top: 0px;
    width: 30px;
    height: 48px;
    line-height: 48px;
    font-size: 0px;
    padding: 0;
    margin: 0;
    background: #ccc;
    opacity: 1;
    text-align: left;
    border-radius: 0
}

#fh5co-partner-list .show-list .owl-controls .owl-buttons div:before {
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    vertical-align: baseline;
    line-height: 48px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 27px;
}

#fh5co-partner-list .show-list .owl-controls .owl-prev {
    left: -45px;
    text-indent: 5px;
}

#fh5co-partner-list .show-list .owl-controls .owl-prev:before {
    content: "\f104";
}

#fh5co-partner-list .show-list .owl-controls .owl-next {
    right: -45px;
    text-indent: 6px;
}

#fh5co-partner-list .show-list .owl-controls .owl-next:before {
    content: "\f105"
}

#fh5co-partner-list .show-list .owl-controls .owl-prev:hover,
#fh5co-partner-list .show-list .owl-controls .owl-next:hover {
    background: #7E7E7E
}



/* 内页 begin*/

/* 产品展示 begin*/

.show-product a {
    border: 1px solid #DCDCDC;
    color: #37474f;
    display: block;
    background: #fff;
    padding: 12px;
}

.show-product a .media-img {
    transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    width: 100%;
    overflow: hidden
}

.show-product a:hover {
    border: 1px solid #d34a02;
    color: #000;
    text-decoration: none;
}

.show-product a:hover .media-img {
    opacity: 0.6;
}

.show-product a .content {}

.show-product a .content h3 {
    margin: 10px 0px 0px;
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    white-space: nowrap
}

.show-product a .content p.desc {
    font-size: 14px;
    color: #999;
    line-height: 1.6;
    height: 50px;
    overflow: hidden
}

.show-product a .content p.more {
    border: 1px solid #e22835;
    padding: 6px 15px;
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    margin-top: 25px
}

.show-product a .content p.more:hover {
    background: #e22835;
    color: #fff
}

.show-product a:hover h3 {
    color: #d34a02
}

/* 产品展示 end*/





#fh5co-content_show {
    padding: 0px 0 20px;
}

#fh5co-content_show .inner-title {
    padding: 70px 0 50px;
}

#fh5co-content_show .inner-title h2 a {
    color: #333;
}

#fh5co-content_show .show_body {
    font-size: 14px;
}

#fh5co-content_show .detail {
    font-size: 14px;
    padding: 0px 0;
    line-height: 180%;
}

#fh5co-content_show .content_detail .detail {}

#fh5co-content_show .detail a {
    color: rgb(89, 89, 89);

}

#fh5co-content_show .detail a:hover {
    color: #003b87
}

#fh5co-content_show .detail h1 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 60px;
    margin-bottom: 5px;
    color:#2f2f2f;
    border-bottom:1px solid #d5d5d5;
}

#fh5co-content_show .detail img {
    height: auto !important;
    max-width: 100%;
    vertical-align: middle;
    margin-bottom: 11px;
}

#fh5co-content_show .detail img {
    margin: 11px 0;
    max-width: 100%
}

#fh5co-content_show .detail .content-img img {}

#fh5co-content_show .detail p {
    text-indent: 0;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 16px;
}

#fh5co-content_show .detail .description {
    padding: 0px;
    font-size: 14px;
}

#fh5co-content_show .qhd-title {
    text-align: center
}

#fh5co-content_show .qhd-title span {
    margin: 0 5px;
    font-size: 12px;
    color: #a3afb7
}

#fh5co-content_show .qhd-title {
    margin-bottom: 25px;
    padding-top: 6px;
}

#fh5co-content_show .qhd-title strong {
    font-weight: normal
}

#fh5co-content_show .contact-box h2 {
    font-size: 16px;
    font-weight: bold
}

.cpxq_title {
    width: 100%;
    height: 52px;
    line-height: 52px;
    text-align: left;
    margin:0 auto 50px auto;
    background: #f3f3f3;
}

#fh5co-content_show .title h2 {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 60px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    word-break: break-all;
    color: #000;
    text-indent: 8px;
}

#fh5co-content_show .leftbar h3 {
    font-size: 16px;
    font-weight: normal;
    color: #000;
    margin-bottom: 15px;
}

#fh5co-content_show .title h2 a {
    color: #000;
}

.cpxq_bread {
    padding:0;
    font-size: 14px;
    color: #999;
    width: 1200px;
    margin: 0 auto;
    display: block;
}

.cpxq_bread a {
    font-size: 14px;
    color: #333
}

.cpxq_bread a:hover {
    color: #d34a02
}

.cpxq_bread a i {
    display: inline-block;
    margin-right: 5px;
}

#fh5co-content_show .subnav {
    margin: 0 auto;
    width: 1200px;
}

#fh5co-content_show .subnav li {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    width: 16.66%;
    background: #d1d1d1;
    float: left;
    text-align: center;
    color:#000;
}

#fh5co-content_show .subnav li a {
    display: block;
    padding-left: 0px;
    font-size: 16px;
    color: #000;
}

#fh5co-content_show .subnav li a:hover,
#fh5co-content_show .subnav li.active a {
    color: #fff;
    background: #234d9f;
}

#fh5co-content_show .leftcon ul li {
    line-height: 350%;
    font-size: 13px;
    color: #000
}

#fh5co-content_show .leftcon ul li a {
    color: #000
}

#fh5co-content_show .leftcon ul li img {
    width: 20px;
    margin-right: 8px;
    vertical-align: text-top
}



/*留言标题*/

#fh5co-content_show .f-heading h2 {
    font-size: 18px;
    color: rgb(90, 90, 90);
    line-height: 25px;
}

#fh5co-content_show .f-heading p {
    font-size: 28px;
    line-height: 32px;
    color: rgb(240, 41, 48);
    margin: 8px 0
}

#fh5co-content_show .f-heading span {
    display: block;
    color: rgb(204, 204, 204);
    font-size: 12px;
    line-height: 1.6
}



/*联系我们*/

#fh5co-content_show .contact-boxs {
    background: #F4F4F4;
    margin: 30px 0;
    padding: 42px 35px;
}

#fh5co-content_show .contact-boxs h3 {
    border-bottom: 0px solid #D9D9D9;
    margin-bottom: 15px;
    font-size: 17px;
    color: #000
}

#fh5co-content_show .contact-boxs ul li {
    line-height: 1.3;
}

#fh5co-content_show .contact-boxs ul li img {
    width: 20px;
    margin-right: 8px;
}



/*关于我们*/

#fh5co-content_show .about-boxs h3 {
    position: relative;
    margin-bottom: 40px;
    color: #000;
    margin-top: 15px;
}

#fh5co-content_show .about-boxs h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 50px;
    height: 2px;
    background: #d34a02
}

/*分页*/

.table span {
    margin-right: 10px;
}

.content_detail .pager {
    font-size: 14px;
    padding: 0;
    margin: 100px 0 0 0
}

.content_detail .pager a {
    border: none;
    color: #666;
}

.content_detail .pager a:focus,
.content_detail .pager a:hover {
    color: #d34a02;
    background: none
}

.content_detail .pager li {
    display: block;
    text-align: left;
    line-height: 200%;
    color: #d34a02;
}

#fh5co-content_show .pagination .active,
#fh5co-content_show .pagination a:hover {
    background: #d34a02;
    color: #fff;
}

#fh5co-content_show .pagination .active a {
    color: #fff
}

#fh5co-content_show .pagination li {
    margin: 0 3px;
}

#fh5co-content_show video {
    max-width: 100%
}



/*文章*/
@media (min-width:1200px) {
	#fh5co-content_show .article-media li {height: 421px;}

}

#fh5co-content_show .article-media li {
    padding: 13px 0 15px;
    width: 28%;
    float: left;
    margin: 30px 30px;
}

.article-media .media .caldata .content {
    padding: 7px;
    background: #d34a02;
    text-align: center;
    margin-right: 8px;
    color: #fff
}

.article-media .media .caldata .content p {
    text-align: center
}

.article-media .media .caldata .content p.day {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 5px;
}

.article-media .media .caldata .content p.mon-year {
    font-size: 13px;
}

.article-media .media .media_img {
    width: 152px;
    margin-right: 20px;
}

.article-media .media .media_img a {
    border-color: -moz-use-text-color;
    border-style: none;
    border-width: medium;
    padding: 0;
}

.article-media .media .media_img a:hover {
    border-color: -moz-use-text-color;
    border-style: none;
    border-width: medium;
    background: #fff4ce none repeat scroll 0 0;
}

.article-media .media .media_img img {
    width: 150px;
    padding: 1px;
}

.article-media li {
    margin-bottom: 12px;
}

.article-media img {
    display: block;
    width: 100%;
}

.article-media .media .time {
    color: #999
}

.article-media .media-body h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.article-media .media-body h3 a {
    color: #5a5a5a;
    font-size: 16px;
    line-height: 100%;
}

.article-media .media-body h3 a:hover {
    color: #f13a3a;
}

.article-media .media-body p {
    color: #999;
    line-height: 22px;
    font-size: 12px;
}



/*内页banner*/

.slideshow {
    height: 380px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.slideshow .container {
    position: relative;
    height: 100%
}

.slideshow h3 {
    position: absolute;
    top: 53%;
    color: #fff;
    font-size: 30px;
    height: 30px;
    left: 0;
    right: 148px;
}

.slideshow h3 a {
    color: #fff;
}



/*在线客服*/

.SonlineBox {
    width: 139px;
    font-size: 12px;
    overflow: hidden;
    z-index: 6;
}

.SonlineBox .openTrigger {
    width: 31px;
    height: 130px;
    position: absolute;
    top: 0px;
    z-index: 1;
    cursor: pointer;
    background: #a9060e url(../images/greenOpen.jpg) no-repeat;
}

.SonlineBox .titleBox {
    width: 135px;
    height: 35px;
    line-height: 33px;
    background: #a9060e;
    border-bottom: 2px solid #a9060e;
}

.SonlineBox .titleBox span {
    margin-left: 10px;
    color: #fff;
    font-size: 14px;
}

.SonlineBox .contentBoxC {
    width: 135px;
    /*height:335px;*/
    border: 2px solid #a9060e;
    background: #ffffff
        /* url(../images/greenBg.jpg) no-repeat*/
    ;
    position: absolute;
    z-index: 2;
}

.SonlineBox .contentBoxC .closeTrigger {
    width: 25px;
    height: 25px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    -webkit-transition: all 0.8s ease-out;
}

.SonlineBox .contentBoxC .closeTrigger:hover {
    -webkit-transform: scale(1) rotate(360deg);
}

.SonlineBox .contentBoxC .listBox {
    overflow: hidden;
    margin-bottom: 10px;
}

.SonlineBox .contentBoxC .listBox .Tlist {
    display: block;
    width: 86%;
    height: 22px;
    margin: 10px auto 0px auto;
    text-align: center;
}

.SonlineBox .contentBoxC .listBox .Tlist span {
    float: left;
    line-height: 22px;
}

.SonlineBox .contentBoxC .listBox .Tlist a {
    /*float:left;*/
}

.SonlineBox .contentBoxC .listBox .WWList {
    line-height: 18px;
    height: 18px;
}

.SonlineBox .contentBoxC .listBox .SkypeList {
    line-height: 23px;
    height: 23px;
}

.SonlineBox .contentBoxC .otherBox {
    clear: both;
    height: 115px;
    text-align: center;
}

.SonlineBox .contentBoxC .otherBox img {
    width: 105px;
    height: 105px;
}

.SonlineBox .contentBoxC .telBox {
    display: block;
    padding: 36px 10px 10px;
    color: #a9060e;
    font-size: 14px;
    line-height: 26px;
    font-family: '微软雅黑';
    background: url(../images/telBg.jpg) 0 0 no-repeat;
    text-align: center;
    font-weight: bold;
    word-wrap: break-word;
}

/*在线客服 end*/





/*手机底部导航*/

#toolbar {
    display: none;
}



@media (max-width:1199px) and (min-width:1001px) {}



@media screen and (max-width:1000px) {

    #quirydialog .qdialog-head {
        width: 600px
    }

    #fh5co-header .head-middle .logo img {
        width: 160px;
        margin-top: 10px;
    }

    #fh5co-header .header-box .nav li a {
        padding: 0 25px;
    }

    #fh5co-header .head-middle .head-info p span {
        font-family: Arial, Helvetica, sans-serif;
    }

    #fh5co-header .head-middle .head-info p {
        padding-left: 36px;
    }

    .slideshow {
        height: 200px;
    }

    .line-big {
        margin-left: -10px;
        margin-right: -10px;
        padding: 3%;
    }

    .line-big .x1,
    .line-big .x2,
    .line-big .x3,
    .line-big .x4,
    .line-big .x5,
    .line-big .x6,
    .line-big .x7,
    .line-big .x8,
    .line-big .x9,
    .line-big .x10,
    .line-big .x11,
    .line-big .x12,
    .line-big .xl1,
    .line-big .xl2,
    .line-big .xl3,
    .line-big .xl4,
    .line-big .xl5,
    .line-big .xl6,
    .line-big .xl7,
    .line-big .xl8,
    .line-big .xl9,
    .line-big .xl10,
    .line-big .xl11,
    .line-big .xl12,
    .line-big .xs1,
    .line-big .xs2,
    .line-big .xs3,
    .line-big .xs4,
    .line-big .xs5,
    .line-big .xs6,
    .line-big .xs7,
    .line-big .xs8,
    .line-big .xs9,
    .line-big .xs10,
    .line-big .xs11,
    .line-big .xs12,
    .line-big .xm1,
    .line-big .xm2,
    .line-big .xm3,
    .line-big .xm4,
    .line-big .xm5,
    .line-big .xm6,
    .line-big .xm7,
    .line-big .xm8,
    .line-big .xm9,
    .line-big .xm10,
    .line-big .xm11,
    .line-big .xm12,
    .line-big .xb1,
    .line-big .xb2,
    .line-big .xb3,
    .line-big .xb4,
    .line-big .xb5,
    .line-big .xb6,
    .line-big .xb7,
    .line-big .xb8,
    .line-big .xb9,
    .line-big .xb10,
    .line-big .xb11,
    .line-big .xb12 {
        position: relative;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px
    }

    #fh5co-content_show .detail .admissions-boxs .intro {
        margin-top: 0px;
    }

    #fh5co-content_show .leftbar {
        margin-left: 20px;
    }

    #fh5co-service-list .show-list .item5 {
        margin-bottom: 33px;
    }

    #fh5co-service-list .index-rightbar .right-content {
        margin-left: 290px;
    }



}



@media screen and (max-width:760px) {

    .fh5co-heading span,
    #fh5co-middle-list .fh5co-heading span {
        margin-bottom: 25px;
    }

    #quirydialog .qdialog-head {
        width: 360px
    }

    #fh5co-offcanvas .nav {
        display: block;
        borer: none
    }

    .fh5co-nav-toggle {
        display: block;
    }

    #fh5co-header .navbar {
        height: auto;
    }

    #fh5co-header .navbar-head {
        padding: 0 0 10px 0;
        position: relative
    }

    #fh5co-header .header-box {
        border: none
    }

    #fh5co-header .icon-navicon {
        position: absolute;
        top: 50%;
        right: 0px;
        margin-top: -10px;
        background: none;
        color: #fff;
        font-size: 22px;
        border: none;
        transition: none;
        padding: 0;
    }

    #article-box-id #fh5co-content_show .show_content {
        margin-left: 0px;
    }

    #fh5co-content_show .inner-title {
        padding: 30px 0 20px;
    }

    .flex-direction-nav {
        display: none
    }

    .slideshow {
        height: 180px;
    }





    #fh5co-header .head-top .welcome {
        margin: 0 auto
    }

    #fh5co-header .head-top .top-contact.float-right {
        float: none !important;
        text-align: center
    }

    #fh5co-header .head-middle {
        padding: 15px 0px 25px;
    }

    #fh5co-header .head-middle .logo {
        text-align: center;
    }

    #fh5co-header .head-middle .logo img {
        width: 180px;
        margin: 0 10px 10px;
    }

    #fh5co-product-list .bg-product {
        padding: 40px 0 10px;
    }

    #fh5co-product-list .show-list .pro-item h3 {
        margin-bottom: 20px;
    }

    #fh5co-service-list .service-inner-bg {
        background: none
    }

    #fh5co-service-list .index-leftbar {
        width: 100%;
        margin-right: 0px;
        float: none !important
    }

    #fh5co-service-list .index-rightbar {
        float: none !important
    }

    #fh5co-service-list .index-rightbar .right-content {
        margin-left: 0px;
    }

    #fh5co-service-list .bg-service {
        padding: 40px 0 35px;
    }

    #fh5co-service-list .show-desc .item {
        padding: 35px 20px 30px;
        margin-bottom: 30px;
    }

    #fh5co-service-list .show-desc .item .heading h3 {
        margin: 20px 0 6px
    }

    #fh5co-service-list .show-list a {
        padding: 20px;
    }

    #fh5co-service-list .show-list a h3 {
        margin: 12px 0 5px
    }

    #fh5co-middle-list .show-list {
        padding: 40px 0 10px;
    }

    #fh5co-news-list .bg-news {
        padding: 20px 10px 10px
    }

    #fh5co-partner-list .bg-partner {
        padding: 35px 0 20px;
    }

    footer .foot-bot {
        text-align: center
    }

    #fh5co-content_show .contact-boxs .right-contact h3 {
        margin-top: 30px;
    }



    /*手机底部导航*/

    .blank55 {
        height: 55px;
        line-height: 1px;
        clear: both;
    }

    #toolbar {
        color: #fff;
        width: 100%;
        height: 54px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 8;
        background: #003b87;
        display: block;
    }

    #toolbar a {
        width: 100%;
        color: #fff;
        display: block;
        padding: 5px 0 0 0;
        line-height: 23px;
        font-size: 14px;
    }

    #toolbar a span {
        font-size: 22px;
        display: block;
    }

}



@media screen and (max-width:480px) {

    .fh5co-heading span {
        font-size: 14px;
    }

    #quirydialog .qdialog-head {
        width: auto !important
    }

    #fh5co-header .head-middle .logo img {
        width: 120px;
    }

    .fh5co-nav-toggle {}

    #fh5co-content_show .detail h1 {
        font-size: 16px;
        font-weight: bold;
        margin: 0
    }

    #fh5co-content_show .qhd-title span {
        font-size: 12px;
    }

    .article-media .media .media_img {
        width: 82px;
        margin-right: 10px;
    }

    .article-media .media .media_img img {
        width: 80px;
        padding: 1px;
    }

    .article-media .media .time,
    .article-media .media .desc {
        display: block;
    }

    .article-media img {
        width: 80px;
    }

    .article-media .media-body h3 {
        line-height: 100%;
        font-size: 16px;
    }

    .article-media .media-body h3 a {
        font-size: 16px;
        line-height: 150%
    }

    .slideshow {
        height: 150px;
    }

    #fh5co-header .head-top {
        display: none
    }

    #fh5co-header .head-middle {
        padding: 8px 0 0
    }

    #fh5co-header .head-middle .head-info {
        display: none
    }

    #fh5co-header .head-middle .logo {
        text-align: left;
        width: auto;
    }

    #fh5co-product-list .show-list .xl6,
    #fh5co-service-list .show-list .xl6,
    .show-product .xl6 {
        width: 100% !important
    }

    #fh5co-news-list .item .media .media-body h3 a {
        font-size: 12px;
    }

    #fh5co-content_show .contact-boxs {
        padding: 20px 10px;
    }

    #fh5co-content_show .f-heading h2 {
        font-size: 14px;
    }

    #fh5co-content_show .f-heading p {
        font-size: 18px;

    }

    /* 内页 end*/



    /* ======置顶 ======*/

    .backToTop {
        display: none;
        width: 35px;
        height: 35px;
        position: fixed;
        _position: absolute;
        right: 5px;
        bottom: 60px;
        _bottom: "auto";
        cursor: pointer;
        z-index: 9;
        background: #666 url(../images/icon-gotop-fixed.png) no-repeat center center;
    }

    .backToTop:hover {
        background-color: #000;
    }

}

    /*=======首页订单查询========*/
    .chaxun{
        background: #234d9f;
        width: 100%;
        height: 112px;
        color:#fff;
    }
    .chaxun_body{
        width: 1200px;
        margin: 0 auto;
        height: auto;
        
    }
    .div_left{
        width: 14%;float: left;
        padding-top:34px;
    }
    .div_left img{
        display: block;
        float: left;
        padding-right: 20px;
    }
    .div_left a{
        color:#fff;
    }
    .div_left p{
        display: block;
        float: left;
        width: 85px;
        color:#fff;
    }
    .div_left p:hover{
        color: #bfbfbf;
        text-decoration: underline;
    }
    .div_left span{

        display: block;
        float: left;
    }
    .chaxun_line{
        width: 1px;
        border-left: 1px solid #fff;
        display: block;
        float: left;
        margin-top: 34px;
        padding:0 20px;
        height: 43px;
    }
    .div_right{
        width: 32%;float: right;
        background: #003b87;
        height: 112px;
    }
    .div_right_div1{
        width: 40%;
        float: left;
        padding-left: 15%;
        padding-top: 35px;
    }
    .div_right_div1 p{
        color:#fff;
        font-size: 16px;
        text-align: left;
    }
    .div_right_div1 span{
        color:#fff;
        font-size: 12px;
        text-align: left;
    }
    .div_right a{
        display: block;
        width: 188px;
        height: 38px;
        float: left;
        color:#818181;
        text-align: center;
        line-height: 38px;
        background: #fff url(/style/images/cxico.png) no-repeat 150px center;
        margin-top: 35px;
}
    .div_right a:hover{
        background: #e85508 url(/style/images/cxico.png) no-repeat 150px center;
        cursor: pointer;
        color:#fff;
    }
    }
    /*=======首页订单查询end========*/


    /*=======首页志邦产业 ========*/
    .zbcy{
        width: 100%;
        height: auto;

    }
    .zbcy p{
        font-size:28px;
        color:#e85508;
        font-weight: bold;
        padding-top: 60px;
        width: 100%;
        display: block;
        text-align: center;
    }
    .zbcy span{
        font-size: 16px;
        color:#2f2f2f;
        display: block;
        width: 100%;
        text-align: center;
        padding-top:10px;
    }
    .zbcy_img_body{
        width: 1200px;
        margin:50px auto 50px auto;
        height: 340px;
    }
    .zbcy_left{
        width: 50%;
        float: left;
        background: url(/style/images/zbcy_img1.jpg);
        height: 340px;
    }
    .zbcy_bg{
        float: left;
        width: 100%;
        height: 340px;
    }
    .zbcy_bg:hover{
        display: block;
        background: #003b87;
        filter:alpha(Opacity=90);-moz-opacity:0.9;opacity: 0.9; 
    }
    .zbcy_left p{
        font-size: 28px;
        color:#fff;
        text-align: left;
        padding-left: 40%;

    }
    .zbcy_left span{
        font-size: 18px;
        color:#fff;
        text-align: left;
        padding-left: 40%;
    }
    .zbcy_right{
        width: 50%;
        height: 340px;
        float: right;
        background: url(/style/images/zbcy_img2.jpg);
    }
    .zbcy_right:hover{
        background-color: #003b87;
        filter:alpha(Opacity=90);-moz-opacity:0.9;opacity: 0.9; 
        background: url(/style/images/zbcy_img2.jpg);
    }
    .zbcy_right p{
        font-size: 28px;
        color:#fff;
        text-align: left;
        padding-left: 40%;
    }
    .zbcy_right span{
        font-size: 18px;
        color:#fff;
        text-align: left;
        padding-left: 40%;
    }
    .zbcy_left_div{
        width: 55%;
        float: left;
        text-align: left;
        padding-top: 5%;
    }
    .zbcy_left img{
        display: block;
        float: left;
        padding-top: 15%;
    }
    .zbcy_left_div a{
        display: block;
        width: 180px;
        height: 42px;
        border:2px solid #fff;
        line-height: 36px;
        color:#fff;
        margin-top: 15%;
        margin-left: 40%;
        text-align: center;
        font-size: 18px;
    }
    .zbcy_left_div a:hover{
        background: #e85508;
        cursor: pointer;
    }

    .zbcy_right_div{
        width: 55%;
        float: left;
        text-align: left;
        padding-top: 5%;
    }
    .zbcy_right img{
        display: block;
        float: left;
        padding-top: 15%;
    }
    .zbcy_right_div a{
        display: block;
        width: 180px;
        height: 42px;
        border:2px solid #fff;
        line-height: 36px;
        color:#fff;
        margin-top: 15%;
        margin-left: 40%;
        text-align: center;
        font-size: 18px;
    }
    .zbcy_right_div a:hover{
        background: #e85508;
        cursor: pointer;
    }
    /*=======首页志邦产业 end========*/

    /*=======首页产品展示 ========*/
    .cpzs{
        width: 100%;
        height: 800px;
        background: url(/style/images/cpzs_bg.jpg) no-repeat 0 0;
    }
    .cpzs_body{
        width: 1200px;
        margin: 0 auto;
    }
    .cpzs p{
        font-size:28px;
        color:#e85508;
        font-weight: bold;
        padding-top: 60px;
        width: 100%;
        display: block;
        text-align: center;
    }
    .cpzs span{
        font-size: 16px;
        color:#2f2f2f;
        display: block;
        width: 100%;
        text-align: center;
        padding-top:10px;
    }

    /*选项卡样式*/
    .cpzs_body_img{
        width: 1200px;
        height: 500px;
    }

    #tab{
        width:1200px;
        padding:5px;
        margin:20px;
}
    #tab ul{
        width: 780px;
        padding-left: 15%;
        height: 40px;      
        position:relative;   /*设置为相对定位，让子元素相对它进行定位*/
        margin:20px auto 20px auto;
        display: block;
}
    #tab ul li{
        cursor:pointer;
        list-style:none;
        height:40px;
        font-size: 16px;
        line-height: 40px;
        width:112px;
        float:left;     /*浮动为横排*/
        margin-right:20px;
        border-right:1px solid #fff;
        background-color:#fff;
        border:1px solid #bcbbbb;
        text-align: center;

}
    #tab ul li.on{
        background-color:#003b87;
        color:#fff;
}
    #tab div{
        height:550px;
        width:100%;
        line-height:24px;
        border-top:none;
}
    .hide{display:none;}
    .show li{
        width: 286px;
        height: 280px;
        float: left;
        margin-right: 10px;
}
    .show li img{
        transition: all .3s ease-in-out;
        border:1px solid #dbdbdb;
        width: 286px;
        height: 197px;
}
    .show li img:hover{
        -webkit-transform:scale(1.1);transform:scale(1.1)
}
    .show li a{
        color:#575757;
        line-height: 30px;
        font-size: 16px;
        text-align: center;
        display: block;
}
    .show li a:hover{
        color:#e85508;
    }
    .show .show_li_right{
        float: right;
        margin: 0;
}
    /*=======首页产品展示 end========*/

    /*=======首页关于志邦 ========*/
    .about{
        width: 100%;
        height: 650px;
    }
    .about_body{
        width: 1200px;
        margin: 0 auto;
    }
    .about h1{
        font-size:28px;
        color:#e85508;
        font-weight: bold;
        padding-top: 60px;
        width: 100%;
        display: block;
        text-align: center;
    }
    .about h2{
        font-size: 16px;
        color:#2f2f2f;
        display: block;
        width: 100%;
        text-align: center;
        padding-top:10px;
    }
    .about_left{
        margin-top:40px;
        margin-bottom:50px;
        width: 50%;
        float: left;

    }
    .about_right{
        width: 45%;
        float: right;
        margin-top: 40px;
    }
    .about_right .about_right_h1{
        color: #202020;
        font-size: 20px;
        text-align: left;
    }
    .about_right .about_right_p{
        color: #8a8a8a;
        font-size: 15px;
        text-align: left;
        font-weight: normal;
        padding: 20px 0 20px 0;
        margin-bottom:40px;
        border-bottom:1px solid #e3e3e3;
    }
    .about_right li{
    	width: 50%;
    	float: left;
    	height: 78px;
    }
     .about_right li img{ 
     	display: block;
     	float: left;
     	margin-right: 20px;
     }
     .about_right li p{
     	font-size: 18px;
     	font-weight: bold;
     	line-height: 25px;
     } 
     .about_fwtx{
     	width: 100%;
     	height: auto;
     	overflow: hidden;
     }
     .about_fwtx img{
     	display: block;
     	width: 30%;
     	margin: 0 1.5%!important;
     	float: left;
     }
    /*=======首页关于志邦 end========*/

    /*=======首页sbanner ========*/
    .sbanner{
    	background: url(/style/images/sbanner.jpg) no-repeat center 0;
    	width: 100%;
    	height: 250px;
    	margin: 50px 0;
    }
    .sbanner_body{
    	width: 1200px;
    	margin: 0 auto;
    }
    .sbanner .sbanner_body p{
        font-size: 18px;
        width: 50%;
        float: left;
        color:#fff;
        display: block;
        padding:9% 0 0 2%;
    }
    .sbanner a{
   	display: block;
   	width: 200px;
   	height: 50px;
   	float: right;
   	margin-top:95px;
   	margin-right: 10px;
   	text-align: center;
   	background: #e85508;
   	color:#fff;
   	font-size: 16px;
   	line-height: 50px;
    }
    /*=======首页sbanner end========*/

    /*=======首页新闻资讯 ========*/
    /*=======首页新闻资讯 end========*/



 /*=======产品展示内页========*/
    .yyal{
        width: 100%;
        height: 600px;
    }
    .yyal_body{
        width: 1200px;
        margin: 0 auto;
    }
    .yyal .yyal_body h1{
        font-size:28px;
        color:#e85508;
        font-weight: bold;
        padding-top: 60px;
        width: 100%;
        display: block;
        text-align: center;
    }
    .yyal .yyal_body h2{
        font-size: 16px;
        color:#2f2f2f;
        display: block;
        width: 100%;
        text-align: center;
        padding-top:10px;
    }
    .yyal_body li{
        width: 20%;
        float: left;
        margin-top:30px;
        margin-right: 60px;
        display: block;
    }
    /*=======产品展示内页end========*/

    /*=======售后与服务========*/
    .shyfw{
        width: 100%;
        height: 400px;
    }
    .shyfw_body{
        width: 1200px;
        margin: 0 auto;
    }
    .shyfw .shyfw_body h1{
        font-size:28px;
        color:#e85508;
        font-weight: bold;
        padding-top: 60px;
        width: 100%;
        display: block;
        text-align: center;
    }
    .shyfw .shyfw_body h2{
        font-size: 16px;
        color:#2f2f2f;
        display: block;
        width: 100%;
        text-align: center;
        padding-top:10px;
    }
    .shyfw_body li{
        width: 20%;
        float: left;
        margin-top:30px;
        margin-right: 60px;
        display: block;
    }
    .shyfw_body img{
        display: block;
        text-align: center;
        margin: 10px auto;
    }
    .shyfw_body p{
        color:#222222;
        font-size: 20px;
        line-height: 20px;
        margin: 20px 0;
        text-align: center;
    }
    .shyfw_body span{
        color:#777777;
        font-size: 15px;
        line-height: 15px;
        margin: 10px 0;
        text-align: center;
        display: block;
        line-height: 25px;
    }
    /*=======售后与服务end========*/

    

    /*======= ========*/

.aside {
    position: fixed;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    z-index: 18;
    background: url(../images/aside.jpg) center top repeat;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
}
.aside ul {
    margin-top: 100px;
}
.aside ul li a {
    display: block;
    margin-top: 30px;
    text-align: center;
    color: #fff;
}
.aside ul li img {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.aside ul li.consulting .img2 {
    display: none;
}
.aside ul li.consulting span {
    display: inline-block;
    margin: 0 2px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #fff;
}
.aside ul li.consulting span:nth-child(1) {
    -webkit-animation: consulting 0.6s 0.07s infinite ease-in-out;
    animation: consulting 0.6s 0.07s infinite ease-in-out;
}
.aside ul li.consulting span:nth-child(2) {
    -webkit-animation: consulting 0.6s 0.14s infinite ease-in-out;
    animation: consulting 0.6s 0.14s infinite ease-in-out;
}
.aside ul li.consulting span:nth-child(3) {
    -webkit-animation: consulting 0.6s 0.21s infinite ease-in-out;
    animation: consulting 0.6s 0.21s infinite ease-in-out;
}
 @keyframes consulting {
 33% {
 -webkit-transform: translateY(5px);
 transform: translateY(5px);
}
 66% {
 -webkit-transform: translateY(-5px);
 transform: translateY(-5px);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @-webkit-keyframes consulting {
 33% {
 -webkit-transform: translateY(5px);
 transform: translateY(5px);
}
 66% {
 -webkit-transform: translateY(-5px);
 transform: translateY(-5px);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
.aside ul li.consulting.active {
    background: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.aside ul li.consulting.active a {
    color: #3F82ED;
}
.aside ul li.consulting.active span {
    background: #3F82ED;
}
.aside ul li.consulting.active .img1 {
    display: none;
}
.aside ul li.consulting.active .img2 {
    display: block;
}
.consulting_box {
    width: 250px;
    height: 100%;
    background: #fff;
    overflow: hidden;
    z-index: 15;
    position: fixed;
    top: 0;
    right: -250px;
    box-shadow: -2px 0 10px rgba(0, 0, 0, .1);
    transition: 0.8s all;
    -webkit-transition: 0.8s all;
}
.consulting_box .title {
    background: url(../images/002.png) center top no-repeat;
    text-align: center;
    padding: 26px 0 2px 0;
    color: #fff;
}
.consulting_box .title_t1 {
    font-size: 12px;
}
.consulting_box .title_t2 {
    font-size: 16px;
    margin: 5px 0;
}
.consulting_type {
    padding: 40px 0;
    border-bottom: solid 1px #399BEC;
}
.consulting_type_title {
    padding-left: 30px;
    font-size: 16px;
    color: #333;
}
.consulting_type ul {
    margin: 30px 0 20px 0;
}
.consulting_type ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-indent: 30px;
    z-index: 2;
    position: relative;
    color: #666;
    margin: 0;
    text-align: left;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}
.consulting_type ul li a img {
    margin: 0;
    display: inline-block;
    padding-right: 30px;
}
.consulting_type ul li a .img2 {
    display: none;
}
.consulting_type ul li a:before {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3c9af2;
    opacity: 0;
    -webkit-transform: scale3d(1, 0.1, 1);
    transform: scale3d(1, 0.1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.consulting_type ul li a, .consulting_type ul li a:before {
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.consulting_type ul li a:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.consulting_type ul li a:hover {
    color: #fff;
}
.consulting_type ul li a:hover .img2 {
    display: inline-block;
}
.consulting_type ul li a:hover .img1 {
    display: none;
}
.consulting_box .problem {
    padding-top: 40px;
}
.consulting_box .problem_title {
    padding-left: 30px;
    font-size: 16px;
    color: #333;
}
.consulting_box .problem ul {
    padding: 20px 0 0 30px;
}
.consulting_box .problem ul li {
    margin-bottom: 8px;
}
.consulting_box .problem ul li a {
    display: inline-block;
}
.consulting_box .problem ul li span {
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: #3c9af2;
    margin: 3px 10px 3px 0;
    animation: none;
}
.consulting_box .problem ul li a {
    font-size: 12px;
    color: #818181;
}
.consulting_box .problem ul li a:hover {
    color: #3c9af2;
}
.consulting_type .time {
    color: #818181;
    font-size: 12px;
    padding-left: 30px;
}
.consulting_box .close {
    position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer;
}
.consulting_box .close img {
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
}
.consulting_box .close:hover img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.all_title1 {
    margin-bottom: 50px;
    text-align: center;
}
.all_title1 .title {
    font-size: 35px;
    color: #333;
}
.all_title1 .text {
    color: #818181;
}
.all_title2 {
    margin-bottom: 50px;
    text-align: center;
    color: #fff;
}
.all_title2 .title {
    font-size: 35px;
}
.all_button {
    display: inline-block;
    background: #3B9FF2;
    border: solid 1px #3B9FF2;
    color: #fff;
    padding: 6px 30px;
    border-radius: 3px;
    overflow: hidden;
}
.all_button:hover {
    background: #fff;
    background: transparent;
    color: #3B9FF2;
}
.header {
    height: 80px;
    line-height: 80px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 11;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
}
.header .logo {
    margin-left: 20px;
}
.header .header_menu ul {
    text-align: center;
}
.header .header_menu ul li {
    display: inline-block;
    padding-top: 2px\0;
}
.header .header_menu ul li a {
    display: block;
    padding: 0 25px;
    color: #fff;
    border-top: solid 2px rgba(0, 0, 0, 0);
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.header .header_menu ul li a:hover, .header .header_menu ul li a.active {
    border-top: solid 2px #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}
.header .login {
    float: right;
    background: rgba(255, 255, 255, .1);
    margin: 20px 50px 0 0;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
}
.header .login span {
    color: #fff;
}
.header .header_avatar {
    width: 30px;
    border-radius: 50%;
    height: 30px;
    overflow: hidden;
    display: block;
    float: left;
    margin-top: 3px;
    margin-left: 5px;
}
.header .header_avatar img {
    display: block;
    max-width: 100%;
}
.header .login a {
    padding: 0 10px 0 10px;
    color: #fff;
}
.header .md-show {
    display: none;
}
.header_scroll {
    background: #257dff;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
}
.header .mobileMenuBtn {
    position: fixed;
    right: 20px;
    top: 18px;
    width: 32px;
    text-align: center;
    cursor: pointer;
    z-index: 100;
    display: none;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
}
.header .mobileMenuBtn.active {
    right: 220px;
}
.header .mobileMenuBtn span {
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    margin-bottom: 8px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}
.header .mobileMenuBtn span:last-child {
    margin: 0;
}
.header .mobileMenuBtn span:first-child, .header .mobileMenuBtn span:last-child {
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform: rotate(0);
    -webkit-transform: rotate(0);
}
.header .mobileMenuBtn.active span:first-child {
    transform: rotate(-43deg);
    -webkit-transform: rotate(-43deg);
}
.header .mobileMenuBtn.active span:last-child {
    transform: rotate(43deg);
    -webkit-transform: rotate(43deg);
}
.header .mobileMenuBtn span:nth-child(2) {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.header .mobileMenuBtn.active span:nth-child(2) {
    transform: translateX(80px);
    -webkit-transform: translateX(80px);
    opacity: 0;
}
.banner {
    overflow: hidden;
    text-align: center;
    z-index: 10;
    position: relative;
    background: #000;
    background: rgba(0, 0, 0, 0);
    background-image: url(../images/bg-new.png);
    height: 788px;
}
.mpage {
    width: 100%;
    height: 888px;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    top: 0;
    z-index: -1;
}
.anitOut {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.banner_title {
    color: #fff;
    font-size: 60px;
    padding-top: 280px;
}
.banner_text {
    color: #9ad0ff;
}
.banner_button {
    margin-top: 30px;
}
.banner_button a {
    display: inline-block;
    margin: 0 10px;
    padding: 5px 30px;
    border: solid 1px #fff;
    color: #fff;
}
.banner_button a:hover, .banner_button a.active {
    background: #fff;
    color: #3ca0f3;
}
.banner .owl-pagination {
    margin-top: 150px;
}
.banner .owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
 *display: inline;
/*IE7 life-saver */
}
.banner .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
    border: 1px #fff solid;
    transition: all .3s;
}
.banner .owl-theme .owl-controls .owl-page.active span, .banner .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
    background: none;
}
.banner .owl-buttons {
    display: none
}
.banner .owl-prev, .banner .owl-next {
    width: 39px;
    height: 39px;
    border-radius: 100%;
    opacity: 0.5;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    margin-top: -100px;
    display: none;
}
.banner .owl-prev {
    margin-left: 40px;
    float: left;
    background: #fff url(../images/icon_prev2_1.png) center no-repeat;
    display: none;
}
.banner .owl-next {
    margin-right: 40px;
    float: right;
    background: #fff url(../images/icon_next2_1.png) center no-repeat;
    display: none;
}
.index_product {
    padding: 100px 0;
    background: #fff;
}
.index_product_content {
    margin-left: -10px;
}
.index_product_list {
    display: block;
    margin: 0 0 10px 10px;
    position: relative;
    overflow: hidden;
}
.index_product_list:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    content: '';
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: scale3d(2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -140%, 0);
    transform: scale3d(2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -140%, 0);
}
.index_product_list:hover:before {
    -webkit-transform: scale3d(2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
    transform: scale3d(2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
}
.index_product_list .list_backimg {
    padding: 20px 0;
    text-align: center;
}
.index_product_list .list_backimg1 {
    background: url(../images/002.png) center repeat;
}
.index_product_list .list_backimg2 {
    background: url(../images/003.png) center repeat;
}
.index_product_list .list_backimg3 {
    background: url(../images/004.png) center repeat;
}
.index_product_list .list_backimg4 {
    background: url(../images/005.png) center repeat;
}
.index_product_list .list_backimg5 {
    background: url(../images/006.png) center repeat;
}
.index_product_list .list_backimg6 {
    background: url(../images/007.png) center repeat;
}
.index_product_list .list_txt {
    color: #fff;
    margin-top: 10px;
}
.index_product_list .list_title {
    font-size: 16px;
}
.index_product_list .list_text {
    font-size: 12px;
}
.platform_advantage {
    background: #fff url(../images/01411.jpg) center top repeat-x;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.platform_advantage_content {
    margin-left: -100px;
    overflow: hidden;
}
.platform_advantage_list {
    display: block;
    overflow: hidden;
    margin: 0 0 60px 100px;
}
.platform_advantage_img {
    float: left;
}
.platform_advantage_brief {
    float: left;
    color: #fff;
    padding-left: 50px;
}
.platform_advantage_brief .brief_title {
    font-size: 18px;
}
.platform_advantage_brief .brief_text {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.waves_box canvas {
    height: 150px !important;
    width: 100% !important;
    margin-bottom: 30px;
}
.response_shows .response_shows_box {
    padding: 0 0 100px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.response_shows .response_shows_box img {
    width: 100%;
}
.response_shows .response_shows_width {
    position: relative;
}
.response_shows .response_shows_box .pic {
    overflow: hidden;
    position: absolute;
    float: none;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.response_shows .response_shows_box .pc {
    position: relative;
    margin-top: -2%;
    max-width: 75%;
    width: 100%;
}
.response_shows .response_shows_box .pc .pic {
    top: 2.5%;
    bottom: 20%;
    left: 2.22%;
    right: 1.5%;
}
.response_shows .response_shows_box .pad {
    position: absolute;
    bottom: 2%;
    right: 0px;
    max-width: 40%;
    width: 100%;
}
.response_shows .response_shows_box .pad .pic {
    top: 3%;
    bottom: 6%;
    left: 2%;
    right: 1.6%;
    overflow: hidden;
}
.response_shows .response_shows_box .phone {
    position: absolute;
    bottom: 0;
    right: 38%;
    max-width: 15%;
    width: 100%;
}
.response_shows .response_shows_box .phone .pic {
    top: 8%;
    bottom: 10.5%;
    left: 5%;
    right: 5%;
}
.response_shows .response_shows_box .item {
    width: 100%;
    height: 101%;
    position: relative;
    float: left;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}
.response_shows .response_shows_box .thumb {
    width: 120px;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    bottom: -15%;
}
.response_shows .response_shows_box .thumb span {
    width: 25px;
    height: 25px;
    position: relative;
    float: left;
    border-radius: 100%;
    cursor: pointer;
    margin: 0 0 0 10px;
}
.response_shows .response_shows_box .thumb span:before {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    border: solid 1px #2D9EDD;
    background: #fff;
    z-index: 1;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.response_shows .response_shows_box .thumb span:hover::before, .response_shows .response_shows_box .thumb span.active:before {
    background: #2D9EDD;
}
.platform_advantage_bg {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.platform_advantage_bg_z {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.platform_advantage_bg li {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, .15);
    bottom: -160px;
    -webkit-animation: square 28s infinite;
    animation: square 28s infinite;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}
.platform_advantage_bg_z li {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, .15);
    bottom: -300px;
    -webkit-animation: square_z 22s infinite;
    animation: square_z 22s infinite;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}
.platform_advantage_bg li:nth-child(1), .platform_advantage_bg_z li:nth-child(1) {
    left: 10%
}
.platform_advantage_bg li:nth-child(2), .platform_advantage_bg_z li:nth-child(2) {
    left: 20%;
    width: 80px;
    height: 80px;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
    -webkit-animation-duration: 17s;
    animation-duration: 17s
}
.platform_advantage_bg li:nth-child(3), .platform_advantage_bg_z li:nth-child(3) {
    left: 25%;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms
}
.platform_advantage_bg li:nth-child(4), .platform_advantage_bg_z li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    background-color: rgba(255, 255, 255, .25)
}
.platform_advantage_bg li:nth-child(5), .platform_advantage_bg_z li:nth-child(5) {
    left: 70%
}
.platform_advantage_bg li:nth-child(6), .platform_advantage_bg_z li:nth-child(6) {
    left: 80%;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    background-color: rgba(255, 255, 255, .2)
}
.platform_advantage_bg li:nth-child(7), .platform_advantage_bg_z li:nth-child(7) {
    left: 32%;
    width: 100px;
    height: 100px;
    -webkit-animation-delay: 7s;
    animation-delay: 7s
}
.platform_advantage_bg li:nth-child(8), .platform_advantage_bg_z li:nth-child(8) {
    left: 55%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
    -webkit-animation-duration: 40s;
    animation-duration: 40s
}
.platform_advantage_bg li:nth-child(9), .platform_advantage_bg_z li:nth-child(9) {
    left: 25%;
    width: 10px;
    height: 10px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    background-color: rgba(255, 255, 255, .3)
}
.platform_advantage_bg li:nth-child(10), .platform_advantage_bg_z li:nth-child(9) {
    left: 90%;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 11s;
    animation-delay: 11s
}
 @-webkit-keyframes square {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0)
}
 100% {
 -webkit-transform: translateY(-1700px)rotate(600deg);
 transform: translateY(-1700px)rotate(600deg)
}
}
 @keyframes square {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0)
}
 100% {
 -webkit-transform: translateY(-1700px)rotate(600deg);
 transform: translateY(-1700px)rotate(600deg)
}
}
 @-webkit-keyframes square_z {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0)
}
 100% {
 -webkit-transform: translateY(-700px)rotate(500deg);
 transform: translateY(-700px)rotate(500deg)
}
}
 @keyframes square_z {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0)
}
 100% {
 -webkit-transform: translateY(-700px)rotate(500deg);
 transform: translateY(-700px)rotate(500deg)
}
}
.marketing_advantage {
    padding: 100px 0;
    background: url(../images/0181.jpg) center top repeat;
}
.marketing_advantage_content {
    margin-left: -15px;
}
.marketing_advantage_list {
    position: relative;
    margin: 0 0 15px 15px;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    overflow: hidden;
}
.marketing_advantage_brief {
    position: absolute;
    top: 30%;
    padding: 0 40px;
}
.marketing_advantage_brief .brief_title {
    font-size: 16px;
    color: #606060;
    margin-bottom: 10px;
}
.marketing_advantage_brief .brief_title span {
    margin-left: 15px;
}
.marketing_advantage_brief .brief_text {
    font-size: 12px;
    color: #a5a5a5;
    line-height: 1.6;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}
.marketing_advantage_list:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
}
.marketing_advantage_list:hover .brief_text {
    color: #333;
}
.partners {
    padding: 100px 0;
}
.partners_content {
    text-align: center;
}
.partners_content_list {
    display: inline-block;
    margin: 20px 10px;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}
.partners_content_list:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
}
.join_in {
    padding: 100px 0;
    background: url(../images/033.jpg) center top repeat;
    text-align: center;
}
.join_in_title {
    font-size: 36px;
    color: #fff;
}
.join_in_title span {
    color: #31b5ff;
}
.join_in_text {
    color: #e3e3e3;
    font-size: 18px;
    margin: 15px 0 50px 0;
}
.join_in_button {
    padding: 8px 60px;
}
.news_center {
    padding: 100px 0;
}
.news_center_list_title {
    font-size: 16px;
    color: #333;
    margin: 25px 0;
}
.news_center_content {
    margin-left: -60px;
}
.news_center_list {
    margin-left: 60px;
}
.news_center_list_img {
    overflow: hidden;
}
.news_center_list_img img {
    width: 100%;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}
.news_center_list_img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.news_center_content ul li a {
    display: block;
    color: #767676;
    font-size: 12px;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: url(../images/056.png) left center no-repeat;
    padding: 3px 0 3px 15px;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
}
.news_center_content ul li a .text {
    float: left;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_center_content ul li a .time {
    float: right;
    width: 20%;
    text-align: right;
}
.news_center_content ul li a:hover {
    color: #333;
    text-indent: 5px;
}
.footer {
    background: url(../images/0371.jpg) center top repeat;
}
.footer_content {
    padding: 100px 0;
    overflow: hidden;
    margin-left: -70px;
}
.footer_list {
    margin-left: 70px;
}
.quick_navigation_title, .footer_link_title, .footer_cotact_title {
    color: #D9D9DA;
    font-size: 16px;
    margin-bottom: 15px;
}
.quick_navigation {
    padding-left: 50px;
}
.quick_navigation ul li a {
    display: block;
    margin-bottom: 10px;
    color: #8A8A8A;
    font-size: 13px;
}
.quick_navigation ul li a:hover {
    color: #fff;
}
.footer_link ul li {
    float: left;
}
.footer_link ul li a {
    display: block;
    margin: 0 1px 1px 0;
    background: #292929;
    color: #8A8A8A;
    font-size: 13px;
    padding: 5px 16px;
}
.footer_link ul li a:hover {
    color: #fff;
    background: #222;
}
.footer_cotact {
    color: #8A8A8A;
    font-size: 13px;
}
.footer_cotact .footer_cotact_type {
    width: 15%;
    display: block;
    float: left;
}
.footer_cotact .footer_cotact_content {
    width: 85%;
    display: block;
    float: left;
}
.footer_cotact ul li {
    margin-bottom: 10px;
    overflow: hidden;
}
.footer_cotact ul li a {
    color: #8A8A8A;
}
.footer .copyright {
    text-align: center;
    padding: 8px 10px;
    color: #8a8a8a;
    background: #000;
    font-size: 12px;
}
.z_banner {
    background: url(../images/0555.jpg) center top repeat;
    text-align: center;
    padding: 170px 0;
    overflow: hidden;
}
.support_z_banner {
    padding: 150px 0 70px 0;
}
.z_banner_title {
    font-size: 34px;
    color: #fff;
    margin-bottom: 10px;
}
.z_banner_text {
    font-size: 16px;
    color: #aedaff;
}
.case_show_content {
    margin: 50px 0;
    border-bottom: solid 1px #F7F7F7;
    overflow: hidden;
}
.case_show_list {
    overflow: hidden;
    padding-top: 50px;
    border-top: solid 1px #F7F7F7;
}
.case_show_brief_title {
    color: #333;
    font-size: 16px;
}
.case_show_brief_title span {
    color: #8a8a8a;
}
.case_show_brief_text {
    color: #8a8a8a;
    margin: 20px 60px 30px 0;
    line-height: 1.8;
}
.case_show_brief_button .all_button {
    padding: 8px 50px;
}
.case_show_more {
    padding: 50px 0;
    text-align: center;
}
.case_show_more .all_button {
    padding: 8px 50px;
}
.know_more {
    text-align: center;
    padding: 50px 0;
}
.know_more_text {
    font-size: 16px;
    color: #818181;
    margin-bottom: 20px;
}
.know_more .all_button {
    margin: 0 15px;
}
.z_banner_input {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 50px auto 20px auto;
}
.z_banner_input input {
    background: #2A6EAA;
    color: #829BC4;
    border: solid 1px #78ADF4;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    text-indent: 20px;
}
.z_banner_input img {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}
.hot_search {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.hot_search ul li {
    float: left;
    color: #C2D6F9;
    margin-right: 20px;
}
.hot_search ul li a {
    color: #A3BBE0;
}
.hot_search ul li a:hover {
    color: #C2D6F9;
}
.support_type {
    margin: 50px 0;
}
.support_type_content {
    margin-left: -50px;
}
.support_type_list {
    display: block;
    border: solid 1px #F2F2F2;
    text-align: center;
    padding: 10px 0;
    color: #7b7b7b;
    margin-left: 50px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.support_type_list.active {
    color: #fff;
    background: #003b87;
    border: solid 1px #003b87;
}
.support_type_list.normal:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 0;
    height: 100%;
    background: #003b87;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    z-index: -1;
}
.support_type_list.normal:hover:before {
    width: 100%;
}
.support_type_list.normal:hover {
    color: #fff;
    background: #003b87;
    background: rgba(0, 0, 0, 0);
    border: solid 1px #003b87;
    border: solid 1px rgba(0, 0, 0, 0);
}
.technical_support {
    background: #F5F7F9;
    overflow: hidden;
    padding: 50px 0;
}
.technical_support_content {
    overflow: hidden;
    margin-left: -30px;
}
.technical_support_list {
    margin-left: 30px;
    overflow: hidden;
}
.technical_support_type {
    background: #fff;
}
.technical_support_type .title {
    background: url(../images/074.png) center no-repeat;
    color: #fff;
    font-size: 16px;
    text-indent: 35px;
    padding: 15px 0;
    position: relative;
}
.technical_support_type .title span {
    position: absolute;
    top: 13px;
    right: 20px;
    display: none;
}
.technical_support_type .title span img {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
}
.technical_support_type .title span.active img {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.technical_support_type ul li {
    position: relative;
    z-index: 1;
}
.technical_support_type ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    width: 0;
    height: 100%;
    background: #fafafa;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    z-index: -1;
}
.technical_support_type ul li a {
    display: block;
    color: #4e4e4e;
    padding: 15px 0;
    margin: 0 10px;
    border-bottom: solid 1px #F7F7F7;
    text-indent: 25px;
}
.technical_support_type ul li:last-child a, .technical_support_type ul li:hover:last-child a {
    border: none;
}
.technical_support_type ul li:hover:before {
    width: 100%;
}
.technical_support_type ul li:hover a {
    background: #003b87;
    background: rgba(0, 0, 0, 0);
    border-bottom: solid 1px #003b87;
}
.technical_support_type ul li:first-child.active {
    border-top: none;
}
.technical_support_type ul li.active {
    background: #003b87;
    border-bottom: solid 1px #fff;
    border-top: solid 1px #fff;
}
.technical_support_type ul li.active a {
    color: #fff;
    border-bottom: solid 1px #003b87;
}
.technical_support_type ul li.active:hover:before {
    display: none;
}
.technical_support_box {
    padding: 30px 20px;
    background: #fff;
}
.technical_support_box .title {
    font-size: 16px;
    color: #4e4e4e;
    text-indent: 10px;
}
.technical_support_box ul {
    margin: 15px 0;
    padding: 10px 0;
    border-top: solid 1px #F7F7F7;
    border-bottom: solid 1px #F7F7F7;
}
.technical_support_box ul li a {
    display: block;
    overflow: hidden;
    color: #9a9a9a;
    position: relative;
    z-index: 1;
    padding: 10px;
}
.technical_support_box ul li a:before {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FAFAFA;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1, 0.1, 1);
    transform: scale3d(1, 0.1, 1);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.technical_support_box ul li a, .technical_support_box ul li a:before {
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.technical_support_box ul li a:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.technical_support_box ul li a:hover {
    color: #333;
}
.technical_support_box ul li a .text {
    float: left;
    width: 85%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.technical_support_box ul li a .time {
    float: right;
    width: 15%;
    text-align: right;
}
.technical_support_page {
    padding: 0 20px 30px 20px;
    overflow: hidden;
    background: #fff;
}
.technical_support_page ul li {
    float: left;
}
.technical_support_page ul li a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: solid 1px #D1D1D1;
    border-radius: 3px;
    color: #c1c1c1;
    margin-right: 15px;
}
.technical_support_page ul li a.active, .technical_support_page ul li a:hover {
    background: #3c9af2;
    color: #fff;
    border: solid 1px #3c9af2;
}
.technical_support_page ul li a.disable {
    cursor: not-allowed;
}
.technical_support_page ul li a.disable:hover {
    color: #c1c1c1;
    background: #fff;
    border: solid 1px #D1D1D1;
}
.technical_support_box_z {
    background: #fff;
    padding: 30px;
}
.technical_support_box_z_header .title {
    color: #4E4E4E;
    font-size: 24px;
}
.technical_support_box_z_header ul {
    overflow: hidden;
    margin-top: 10px;
}
.technical_support_box_z_header ul li {
    float: left;
    font-size: 12px;
    color: #989898;
    margin-right: 20px;
}
.technical_support_box_z_info_box {
    border-top: solid 1px #F7F7F7;
    border-bottom: solid 1px #F7F7F7;
    margin: 30px 0;
    padding: 30px 0;
}
.technical_support_box_z_info img {
    max-width: 100%;
    height: auto !important;
}
.technical_support_page_z {
    background: #fff;
    overflow: hidden;
    padding: 0 30px 30px 30px;
}
.technical_support_page_z a {
    display: inline-block;
    padding: 8px 45px;
    background: #fff;
    border: solid 1px #F7F7F7;
    color: #9a9a9a;
    border-radius: 3px;
}
.technical_support_page_z a.active, .technical_support_page_z a:hover {
    background: #3F98F2;
    color: #fff;
    border: solid 1px #3F98F2;
}
.technical_support_page_z a.page_next {
    float: right;
}
.template_search {
    text-align: center;
    margin: 50px 0;
    overflow: hidden;
}
.template_search_select {
    display: inline-block;
    margin: 0 30px;
}
.template_search_select select {
    color: #adadad;
    width: 280px;
    height: 40px;
    text-indent: 15px;
    border: solid 1px #F0F0F0;
    border-radius: 3px;
    cursor: pointer;
}
.template_search_select option {
    color: #adadad;
}
.template_search_button {
    display: inline-block;
    margin: 0 30px;
}
.template_search_button .all_button {
    display: initial;
}
.template_show_content {
    position: relative;
    overflow: hidden;
}
.template_show_content:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background: #F7F7F7;
}
.template_show_list_box {
    border-bottom: solid 1px #F7F7F7;
}
.template_show_list {
    width: 96%;
    max-width: 540px;
    margin: 0 auto;
    padding: 80px 0;
}
.template_show_list_text {
    margin: 25px 0;
    overflow: hidden;
}
.template_show_list_text ul li {
    float: left;
    margin-right: 30px;
    color: #9a9a9a;
}
.template_show_list_text ul li span {
    color: #636363;
}
.template_show_list_button a:last-child {
    float: right;
}
.template_show_list_button .all_button {
    padding: 8px 40px;
}
.template_show .know_more {
    border-top: solid 1px #F7F7F7;
}
.introduce {
    padding: 100px 0;
}
.introduce_content {
    overflow: hidden;
}
.introduce_list_brief {
    margin: 0 50px 20px 0;
}
.introduce_list_title {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    margin-bottom: 5px;
}
.introduce_list_text {
    color: #969696;
}
.cloud_platform {
    padding: 100px 0;
    background: url(../images/076.jpg) center top repeat;
}
.cloud_platform_content {
    overflow: hidden;
    margin: 80px 0 80px -30px;
}
.cloud_platform_list {
    display: block;
    margin-left: 30px;
    background: #fff;
    text-align: center;
    padding: 60px 20px;
}
.cloud_platform_list_title {
    font-size: 16px;
    color: #333;
}
.cloud_platform_list_text {
    color: #aeaeae;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    margin-top: 10px;
}
.cloud_platform_solution {
    text-align: center;
    color: #fff;
}
.cloud_platform_solution .title {
    font-size: 24px;
}
.cloud_platform_solution .text {
    color: #c0e3ff;
    margin-top: 10px;
}
.industry {
    padding: 100px 0;
}
.industry_content {
    margin-top: 50px;
    overflow: hidden;
}
.industry_list_img {
    text-align: center;
}
.industry_list_left {
    text-align: right;
    padding-right: 60px;
}
.industry_list_rigth {
    text-align: left;
    padding-left: 60px;
}
.industry_list_brief {
    margin-bottom: 40px;
}
.industry_list_title {
    color: #474747;
    font-size: 18px;
    margin-bottom: 30px;
}
.industry_list_brief_title {
    color: #464646;
}
.industry_list_brief_text {
    margin-top: 5px;
    height: 40px;
    line-height: 20px;
    color: #9c9c9c;
    overflow: hidden;
}
.advantage_project {
    padding-top: 100px;
    background: url(../images/079.jpg) center bottom repeat;
}
.advantage_project_content {
    overflow: hidden;
    margin: 50px 0 0 -30px;
}
.advantage_project_list {
    overflow: hidden;
    margin: 0 0 100px 30px;
}
.advantage_project_list_brief {
    padding-left: 10px;
    color: #fff;
}
.advantage_project_list_brief .title {
    font-size: 16px;
}
.advantage_project_list_brief .text {
    font-size: 12px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.marketing_support {
    padding: 100px 0;
}
.marketing_support_content {
    overflow: hidden;
    margin-left: -20px;
}
.marketing_support_list {
    margin-left: 20px;
}
.marketing_support_list_brief {
    margin-top: 30px;
}
.marketing_support_list_brief .title {
    color: #383838;
    font-size: 18px;
}
.marketing_support_list_brief .text {
    color: #686868;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.proxy_process {
    padding: 100px 0;
    background: #3BA1F2;
}
.proxy_process_line {
    height: 15px;
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    margin-top: 60px;
}
.proxy_process_content {
    margin: -55px 0 0 -60px;
}
.proxy_process_list {
    display: block;
    text-align: center;
    margin-left: 60px;
}
.proxy_process_list_top {
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    margin: 0 auto;
    border-radius: 100%;
    background: #fff;
    color: #3ba1f2;
    font-size: 48px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.proxy_process_list_top:before {
    content: "";
    width: 70px;
    height: 70px;
    background: #fff;
    background: rgba(59, 161, 242, 1);
    border-radius: 100%;
    position: absolute;
    top: 12%;
    left: 12%;
    z-index: -1;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
}
.proxy_process_list_middle {
    width: 15px;
    height: 15px;
    background: #fff;
    margin: -1px auto 0 auto;
}
.proxy_process_list_bottom {
    background: #fff;
    padding: 30px 0;
    min-height: 90px;
    border-radius: 5px;
}
.proxy_process_list_bottom .title {
    color: #3b3b3b;
    font-size: 18px;
    margin-bottom: 10px;
}
.proxy_process_list_bottom .text {
    color: #939393;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.proxy_process_list:hover .proxy_process_list_top:before {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.proxy_process_list:hover .proxy_process_list_top {
    color: #3ba1f2;
    color: rgba(255, 255, 255, 1);
}
.proxy_process_list:hover .proxy_process_list_bottom .text {
    color: #333;
}
.h82 {
    height: 82px;
    padding: 0px;
}
.page_num_box {
    float: right;
}
.page_num_box ul li {
    float: left;
}
.page_num_box ul li a {
    display: block;
    border: solid 1px #E9E9E9;
    padding: 3px 0;
    width: 25px;
    text-align: center;
    font-size: 12px;
}
.page_num_box ul li a:hover, .page_num_box ul .page_num_active {
    background: #008BD6;
    color: #fff;
    border: solid 1px #008BD6;
}
.news_banner {
    padding: 40px 0;
}
/*
*  Author:�Ƽѱ�(Jabo)
*  Time: 2016/07/19
*  Dec: ������ҳ������ʽ
*/

/*ͷ���˵����һ��li*/

/*
.header .header_menu ul li:last-child {
    display:none;
}*/

/*Ϊ����IE��ʹ��*/
.header .header_menu ul .nav-last-li {
    display: none;
}
 @media screen and (max-width: 1199px) {
.header .header_menu ul li:last-child {
    display: block;
    line-height: 40px;
    border-bottom: 1px solid #378fdd;
}
.header .header_menu ul li:last-child a {
    display: inline;
    padding: 0 20px;
    border: none;
}
.header .header_menu ul li:last-child span {
    color: #fff;
    filter: alpha(opacity=20); /* IE ͸����20% */
    opacity: 0.8;
}
.header .header_menu ul li:last-child a:hover {
    border: none;
}
}
/**
 * AUTHOR:�Ƽѱ�(Jabo)
 * TIME:2016/07/25
 * DESC:��վ����
 * */

.template_show_list_button .all_button {
    padding: 6px 30px;
}
.template_show_list_button .all_button:first-child {
    float: right;
    margin-left: 25px;
}
.template_show_list {
    width: 82%;/*   padding: 80px 0;*/
    /*padding-right: 10px;*/
}
.template_show-container {
    background: #F5F5F5;
    height: 100%;
    padding: 10px 10px 68px 10px;
}
.template_show_list_text {
    position: absolute;
    margin: 22px 0 12px 0;
}
.template_show_list_pic img {
    background: transparent;
    background-color: rgba(0, 0, 0, 0);
}
.template_show_list_pic {
    position: relative;
}
.template_show_list_pic .front-model {
/*position: relative;*/
}
.template_show_list_pic .front-img {
    position: absolute;
    transition: all 0.3s;
}
.template_show_list_pic .front-img:hover {
    opacity: 0;
    filter: Alpha(opacity=0);
}
.template_show_list_button {
    margin-top: 28px;
}
.template_show_list_text h3 {
    color: #636363;
    padding-bottom: 3px;
}
.template_show_list_text p {
    color: #9A9A9A;
}
.web_tip {
    margin: 76px 0 36px;
    text-align: center;
    position: relative;
}
.web_tip:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
    border-bottom: 1px solid #eee;
}
.web_tip h4 {
    font-size: 16px;
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 0 30px;
    z-index: 1;
}
.web_tip .create_web {
    margin-top: 18px;
}
.web_tip a {
    display: inline-block;
    padding: 6px 30px;
    background: #3B9EF3;
    border-radius: 3px;
    color: #fff;
    border: solid 1px #3B9FF2;
    transition: all 0.3s;
}
.web_tip a:hover {
    background: transparent;
    color: #3B9FF2;
}
 @media only screen and (max-width: 1110px) {
.web_tip h4 {
    padding: 0 26px;
}
.template_show_list_text {
    position: relative;
    margin: 22px 0 12px 0;
    text-align: center;
}
.template_show_list_button {
    margin-top: 12px;
    text-align: center;
}
.template_show_list_button .all_button:first-child {
    float: none;
    margin-left: 0;
}
.template_show_list_button a:last-child {
    float: none;
}
.template_show-container {
    padding: 10px 10px 18px 10px;
}
.web_tip {
    margin: 50px 0 26px;
}
}
 @media only screen and (min-width: 420px) and (max-width: 770px) {
.web_tip h4 {
    padding: 0 20px;
}
.web_tip {
    margin: 40px 0 16px;
}
.template_show_list_button .all_button:first-child {
    margin-left: 0;
}
}
 @media only screen and (max-width: 420px) {
.web_tip h4 {
    padding: 0 15px;
}
.web_tip {
    margin: 40px 0 6px;
}
.template_show_list {
    padding: 30px 0 !important;
}
}
 @media only screen and (max-width: 322px) {
.web_tip:before {
    display: none;
}
}
/*
 * @Autor:Jabo(�Ƽѱ�)
 * Time:2016/09/07
 * Desc:��������
 */

.support_type_content .kzf-mod-center {
    position: relative;
    left: 30%;
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    transform: translateX(-25%);
}
.kzf-mod-new-container {
    margin-bottom: 95px;
}
.kzf-mod-new-container .container {
    max-width: 900px;
}
.kzf-mod-new-container .kzf-mod-new-li {
    position: relative;
    overflow: hidden;
    padding: 10px 0;
    margin: 4px 0;
}
.kzf-mod-new-container .kzf-mod-new-li:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background: #003b87;
    z-index: -1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.kzf-mod-new-container .kzf-mod-new-li:hover:after {
    right: 0;
    width: 100%;
}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-time-box {
    padding: 6px 0;
    border-right: 1px solid #eee;
    text-align: center;
    color: #ccc;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.kzf-mod-new-container .kzf-mod-new-li:hover .kzf-mod-new-time-box {
    color: #fff;
}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-box {
    padding: 12px 40px;
}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-time-date {
    font-size: 36px;
}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-time-year {
    font-size: 14px;
}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-title {
    position: relative;
    font-size: 16px;
    color: #767676;
    line-height: 24px;
    padding-bottom: 12px;
    text-indent: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-title:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    border: 7px solid;
    border-color: transparent transparent transparent #afafaf;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-text {
    font-size: 14x;
    color: #b2b2b2;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.kzf-mod-new-container .kzf-mod-new-li:hover .kzf-mod-new-title {
    color: #fff;
}
.kzf-mod-new-container .kzf-mod-new-li:hover .kzf-mod-new-text {
    color: #fff;
}
.kzf-mod-new-container .kzf-mod-new-li:hover .kzf-mod-new-title:before {
    border-left-color: #fff;
}
.kzf-mod-new-container .kzf-mod-new-btn-more {
    text-align: center;
    padding: 55px 0;
}
.kzf-mod-new-container .kzf-mod-new-btn-more a {
    padding: 10px 40px;
    border-radius: 3px;
    color: #fff;
    background-color: #3b9ef3;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.kzf-mod-new-container .kzf-mod-new-btn-more a:hover {
    color: #3b9ef3;
    border: 1px solid #3b9ef3;
    background-color: #fff;
}
 @media only screen and (max-width: 1199px) {
.kzf-mod-new-container {
    margin-bottom: 60px;
}
.kzf-mod-new-container .kzf-mod-new-btn-more {
    padding: 25px 0;
}
}
 @media only screen and (max-width: 960px) {
.kzf-mod-new-container {
    margin-bottom: 40px;
}
.kzf-mod-new-container .kzf-mod-new-btn-more {
    padding: 15px 0;
}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-time-box {
    padding: 6px 0;
}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-time-date {
    font-size: 38px;
}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-title {
    padding-bottom: 22px;
}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-box {
    padding: 6px 20px;
}
.kzf-mod-new-container .kzf-mod-new-li {
    padding: 14px 0;
}
}
 @media only screen and (max-width: 767px) {
.kzf-mod-new-container {
    margin-bottom: 25px;
}
.kzf-mod-new-container .kzf-mod-new-btn-more {
    padding: 15px 0;
}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-time-box {
    padding: 3px 0;
}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-time-date {
    font-size: 24px;
}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-title {
    padding-bottom: 12px;
    line-height: 19px;
}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-box {
    padding: 3px 10px;
}
.kzf-mod-new-container .kzf-mod-new-li {
    padding: 4px 0;
}
}
 @media only screen and (max-width: 479px) {
.kzf-mod-new-container {
    margin-bottom: 25px;
}
.kzf-mod-new-container .kzf-mod-new-btn-more {
    padding: 10px 0;
}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-time-date {
    font-size: 14px;
}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-time-year {
    font-size: 12px;
}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-title {
    padding-bottom: 2px;
}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-box {
    padding: 0 10px;
}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-title {
    font-size: 14px;
}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-text {
    font-size: 12px;
}
.kzf-mod-new-container .kzf-mod-new-li {
    padding: 4px 0;
}
.support_type_content .kzf-mod-center {
    position: relative;
    left: 0;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
}
/*
 * @Autor:Jabo(�Ƽѱ�)
 * Time:2016/09/12
 * Desc:�������
 */

.kzf-mod-case-container {
    padding: 65px 0;
}
.kzf-mod-so-title-box {
    margin: 25px 0 56px;
    text-align: center;
}
.kzf-so-title {
    margin-bottom: 10px;
    font-size: 36px;
    color: #3c94f1;
}
.kzf-so-text {
    color: #818181;
}
.kzf-mod-case-container .kzf-mod-case-out .kzf-mod-case-box {
    margin-left: -30px;
    text-align: center;
}
.kzf-mod-case-container .kzf-mod-case-out .kzf-mod-case-box .kzf-mod-wrap {
    margin: 0 0 60px 30px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.kzf-mod-case-container .kzf-mod-case-out .kzf-mod-case-box .kzf-mod-wrap .kzf-mod-pic {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.kzf-mod-case-container .kzf-mod-case-out .kzf-mod-case-box .kzf-mod-wrap:hover .kzf-mod-pic {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.kzf-mod-case-container .kzf-mod-case-out .kzf-mod-case-box .kzf-mod-wrap .kzf-mod-title {
    color: #818181;
}
.kzf-mod-link-container {
    padding: 76px 6px 110px;
    background: url(../images/so-link-bg.png) no-repeat;
    background-size: cover;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-inf-box {
    margin: 0 0 30px -26px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-inf-box> div {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-inf-box> div a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-inf-box .kzf-mod-wrap {
    padding: 20px 3px;
    margin: 0 0 3px 26px;
    width: 100%;
    text-align: center;
    background-color: rgba(180, 180, 180, .2);
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-inf-box .kzf-mod-wrap .kzf-mod-pic {
    margin-bottom: 20px;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-inf-box .kzf-mod-wrap .kzf-mod-txt {
    color: #fff;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-qq-box {
    margin-left: -15px;
    /*QQ����*/
    display: none;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-qq-box .kzf-mod-wrap {
    margin-left: 15px;
    margin-bottom: 1px;
    padding: 12px 3px;
    text-align: center;
    color: #fff;
    background-color: rgba(180, 180, 180, .2);
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-qq-box .kzf-mod-wrap img {
    margin-right: 10px;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-qq-box .kzf-mod-wrap span {
    vertical-align: middle;
    font-size: 16px;
}
 @media screen and (max-width: 967px) {
.kzf-so-title {
    font-size: 30px;
}
.kzf-mod-case-container {
    padding: 50px 0;
}
.kzf-mod-so-title-box {
    margin: 25px 0 45px;
}
.kzf-mod-case-container .kzf-mod-case-out .kzf-mod-case-box .kzf-mod-wrap {
    margin: 0 0 55px 30px;
}
.kzf-mod-link-container {
    padding: 50px 6px 82px;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-inf-box {
    margin: 0 0 30px -16px;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-inf-box .kzf-mod-wrap {
    margin: 0 0 3px 16px;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-qq-box .kzf-mod-wrap span {
    font-size: 14px;
}
}
 @media screen and (max-width: 767px) {
.kzf-mod-case-container {
    padding: 40px 0;
}
.kzf-mod-so-title-box {
    margin: 25px 0 30px;
}
.kzf-so-title {
    margin-bottom: 3px;
    font-size: 26px;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-inf-box .kzf-mod-wrap {
    margin: 0 0 1px 5px;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-inf-box {
    margin: 0 0 10px -5px;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-qq-box {
    margin-left: -5px;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-qq-box .kzf-mod-wrap {
    margin-left: 5px;
}
}
 @media screen and (max-width: 479px) {
.kzf-mod-case-container {
    padding: 15px 0;
}
.kzf-mod-so-title-box {
    margin: 15px 0 30px;
}
.kzf-mod-case-container .kzf-mod-case-out .kzf-mod-case-box .kzf-mod-wrap {
    margin: 0 0 30px 30px;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-inf-box {
    margin: 0 0 5px -5px;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-inf-box .kzf-mod-wrap .kzf-mod-pic {
    margin-bottom: 10px;
}
.kzf-mod-link-container {
    padding: 15px 6px 35px;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-inf-box .kzf-mod-wrap {
    padding: 10px 3px;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-inf-box .kzf-mod-wrap .kzf-mod-txt {
    font-size: 12px;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-qq-box {
    margin-left: -3px;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-qq-box .kzf-mod-wrap {
    margin-left: 3px;
    margin-bottom: 1px;
    padding: 6px 2px;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-qq-box .kzf-mod-wrap img {
    margin-right: 3px;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-qq-box .kzf-mod-wrap span {
    font-size: 12px;
}
}
/*
 * @Autor:����Ⱥ
 * Time:2016/09/12
 * Desc:��Ʒ�ͷ���
 */

.kzf-mod-product {
    padding: 90px 0;
    text-align: center;
}
.kzf-mod-product-title {
    font-size: 36px;
    color: #3c94f1;
}
.kzf-mod-product-brief {
    color: #818181;
    margin: 20px 0 55px 0;
}
.kzf-mod-product-list-title {
    color: #333;
    font-size: 18px;
    margin: 25px 0 10px 0;
}
.kzf-mod-product-list p {
    line-height: 2;
    color: #818181;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}
.kzf-mod-product-list img {
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    position: relative;
    top: 0;
}
.kzf-mod-product-list:hover img {
    top: 5px;
}
.kzf-mod-product-list:hover p {
    color: #444;
}
 @media only screen and (max-width: 967px) {
.kzf-mod-product {
    padding: 60px 0;
}
.kzf-mod-product-title {
    font-size: 30px;
}
.kzf-mod-product-brief {
    margin: 20px 0 40px 0;
}
.kzf-mod-product-list-title {
    font-size: 16px;
    margin: 20px 0 10px 0;
}
.kzf-mod-product-list p {
    line-height: 1.8;
}
}
 @media only screen and (max-width: 767px) {
.kzf-mod-product {
    padding: 40px 0 0 0;
}
.kzf-mod-product-title {
    font-size: 26px;
}
.kzf-mod-product-brief {
    margin: 15px 0 25px 0;
}
.kzf-mod-product-list {
    margin-bottom: 40px;
}
.kzf-mod-product-list-title {
    font-size: 16px;
    margin: 20px 0 10px 0;
}
.kzf-mod-product-list p {
    line-height: 1.8;
}
}
.kzf-mod-custom {
    padding: 90px 0;
    text-align: center;
    background: #11121C;
}
.kzf-mod-custom-title {
    font-size: 36px;
    color: #3c94f1;
}
.kzf-mod-custom-brief {
    color: #818181;
    margin: 20px 0 55px 0;
}
.kzf-mod-custom-content {
    overflow: hidden;
}
.kzf-mod-custom-list {
    width: 14.2%;
    float: left;
}
.kzf-mod-custom-list img {
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    position: relative;
    top: 0;
}
.kzf-mod-custom-list-title {
    color: #fff;
    font-size: 18px;
    margin: 25px 0 10px 0;
}
.kzf-mod-custom-list p {
    line-height: 2;
    color: #818181;
    padding: 0 15px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}
.kzf-mod-custom-list:hover img {
    top: 5px;
}
.kzf-mod-custom-list:hover p {
    color: #FAFAFA;
}
 @media only screen and (max-width: 967px) {
.kzf-mod-custom {
    padding: 60px 0 20px 0;
}
.kzf-mod-custom-title {
    font-size: 30px;
}
.kzf-mod-custom-brief {
    margin: 20px 0 40px 0;
}
.kzf-mod-custom-list {
    width: 25%;
    margin-bottom: 40px;
}
.kzf-mod-custom-list-title {
    font-size: 16px;
    margin: 20px 0 10px 0;
}
.kzf-mod-custom-list p {
    line-height: 1.8;
}
}
 @media only screen and (max-width: 767px) {
.kzf-mod-custom {
    padding: 40px 0 0 0;
}
.kzf-mod-custom-title {
    font-size: 26px;
}
.kzf-mod-custom-brief {
    margin: 15px 0 25px 0;
}
.kzf-mod-custom-list {
    margin-bottom: 40px;
}
.kzf-mod-custom-list-title {
    font-size: 16px;
    margin: 20px 0 10px 0;
}
.kzf-mod-custom-list p {
    line-height: 1.8;
}
}
 @media only screen and (max-width: 479px) {
.kzf-mod-custom-list {
    width: 33.333%;
}
.kzf-mod-custom-list img {
    width: 100px;
}
.kzf-mod-custom-list p {
    padding: 0 10px;
    font-size: 12px;
}
.kzf-mod-custom-list-last {
    float: none;
    animation-delay: inherit;
    visibility: visible;
    animation-name: inherit;
    -webkit-animation-fill-mode: inherit;
    animation-fill-mode: initial;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
}

.pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
.pagess ul li { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;color:#999}
.pagess ul li:hover{ background:#3b9ef3; color:#fff;border: 1px solid #3b9ef3}
.pagess ul li:hover a{color:#fff;}
.pagess ul li.thisclass {display: inline-block;border: 1px solid #3b9ef3;padding: 2px 9px;margin: 0 3px;background: #3b9ef3;color: #fff;}
.pagess ul li.thisclass a {color: #fff;}
.pagess ul li a{ display:block;color:#999}
.pagess ul li a:hover {color: #fff;}

.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
    float: left;
}
.span12 {
    margin-bottom: 60px;
    margin-top: 20px;
}
.span11 {
    width: 91.66666667%;
}
.span10 {
    width: 83.33333333%;
}
.span9 {
    width: 75%;
}
.span8 {
    width: 66.66666667%;
}
.span7 {
    width: 58.33333333%;
}
.span6 {
    width: 50%;
}
.span5 {
    width: 41.66666667%;
}
.span4 {
    width: 33.33333333%;
}
.span3 {
    width: 25%;
}
.span2 {
    width: 16.66666667%;
}
.span1 {
    width: 8.33333333%;
}
.span0 {
    width: 15%;
    float: left;
}
    /*======= end========*/

/*=======志邦装备科技========*/
.zbzbkj_content{
    width: 1200px;
    margin: 0 auto;
}
.zbzbkj_content li{
    width: 280px;
    height: 365px;
    float: left;
    display: block;
    border:1px solid #dcdcdc;
    margin-right: 168px;
    margin-bottom: 30px;
}
.zbzbkj_li_right{
    float: right!important;
    margin: 0!important;
}
.zbzbkj_content img{
    display: block!important;
    margin: 60px auto 30px auto!important;
}
.zbzbkj_content p{
    font-size: 24px!important;
    font-weight: bold;
    color:#000;
    text-align: center;
    line-height: 30px;
}
.zbzbkj_content span{
    font-size: 16px;
    color:#929191;
    padding:20px 30px;
    display: block;
}
.zbzbkj_content a{
    display: block;
    width: 92px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color:#fff!important;
    background: #3083eb;
    margin: 10px auto;
    text-align: center;
    border-radius:20px;
}
.zbzbkj_content a:hover{
    background: #d34a02;
}
/*=======志邦装备科技end========*/


/*=======无人立体仓储========*/
.zbkj_wrltck_content{
    width: 100%;
}
.content_div0{
    width: 100%;
    height: 500px;
}
.content_div0_body{
    width: 1200px;
    margin:0 auto;
    padding:50px 0;
}
.content_div0 h1{
    font-size: 24px!important;
    color:#e85508;
    font-weight: bold;
    text-align: center;
}
.content_div0 span{
    font-size: 22px;
    color:#b1b0b0;
    text-align: center;
    display: block;
    padding-bottom: 30px;
}
.div0_left{
    float: left;
    width: 50%;
}
.div0_right{
    float: right;
    width: 50%;
}
.div0_right h1{
    color:#505050;
    font-size: 20px;
    text-align: left;
}
.div0_right span{
    color:#b1b0b0;
    font-size:22px;
    text-align: left;
    margin:30px 0 10px 0!important;
    padding-bottom:0px!important;
}
.div0_right p{
    color:#2f2f2f;
    margin: 20px 0;
    font-size: 16px;
}
.content_div1{
    width: 100%;
    height: 534px;
    margin: 0 auto;
    background: url(/style/images/wrltck_img01.jpg) no-repeat 0 center;
}
.content_div1_body{
    width: 1200px;
    margin:0 auto;
    padding:50px 0;
}
.content_div1 h1{
    font-size: 24px!important;
    color:#e85508;
    font-weight: bold;
    text-align: center;
}
.content_div1 span{
    font-size: 18px;
    color:#2f2f2f;
    text-align: center;
    display: block;
    padding-bottom: 30px;
}
.content_div1 li{
    display: block;
    width: 25%;
    height: 325px;
    float: left;
    background: #fff;
}
.content_div1 li h2{
    font-size: 105px;
    text-align: center;
    color:#e85508;
    padding: 50px 0 20px 0;
    font-weight: bold;
}
.content_div1 li span{
    color:#333333;
    font-size: 15px;
    text-align: center;
    padding:0 40px;
}
.div1_body_two{
    background-color: #f1f0f0!important;
}
.content_div2{
    width: 100%;
    height: 530px;
}
.content_div2_body{
    width: 1200px;
    margin: 0 auto;
    padding:50px 0;
}
.content_div2_body h1{
    font-size: 24px!important;
    color:#e85508;
    text-align: center;
    font-weight: bold;
}
.content_div2_body span{
    font-size: 18px;
    color:#2f2f2f;
    text-align: center;
    display: block;
    padding-bottom: 30px;
}
.content_div2_body li{
    display: block;
    width: 334px;
    height: 335px;
    float: left;
    overflow: hidden;
    margin-right:98px;
}
.div2_body_right{
    float: right!important;
    margin: 0!important;
}
.content_div2_body li span{
    display: block;
    background: #f1f0f0;
    font-size: 18px;
    line-height: 48px;
    width: 334px;
    height: 48px;
    text-align: center;
    color:#2f2f2f;
}
.content_div2_body li a{
    display: block;
    width: 122px;
    height: 42px;
    line-height: 42px;
    color:#fff;
    font-size: 16px;
    text-align: center;
    background: #013893;
    margin: 30px auto;
}
.content_div2_body li a:hover{
    background:#e85508;
}
.content_div3{
    width: 100%;
    background: url(/style/images/cpzs_bg.jpg) no-repeat 0 0;
}
.content_div3_body{
    width: 1200px;
    margin: auto;
    height: 700px;
    padding:50px 0;
}
.content_div3_body h1{
    font-size: 24px!important;
    color:#e85508;
    text-align: center;
    font-weight: bold;
}
.content_div3_body span{
    font-size: 18px;
    color:#2f2f2f;
    text-align: center;
    display: block;
}
/*=======无人立体仓储产品展示 ========*/
    .cpzs2{
        width: 100%;
        height: 800px;
    }
    .cpzs2_body{
        width: 1200px;
        margin: 0 auto;
    }
    .cpzs2 p{
        font-size:28px;
        color:#e85508;
        font-weight: bold;
        padding-top: 60px;
        width: 100%;
        display: block;
        text-align: center;
    }
    .cpzs2 span{
        font-size: 16px;
        color:#2f2f2f;
        display: block;
        width: 100%;
        text-align: center;
        padding-top:10px;
    }

    /*选项卡样式*/
    .cpzs2_body_img{
        width: 1200px;
        height: 500px;
    }

    #tab2{
        width:1200px;
        padding:5px;
        margin:20px;
}
    #tab2 ul{
        width: 1160px;
        padding-left: 15%;
        height: 40px;      
        position:relative;   /*设置为相对定位，让子元素相对它进行定位*/
        margin:20px auto 20px auto;
        display: block;
}
    #tab2 ul li{
        cursor:pointer;
        list-style:none;
        height:40px;
        font-size: 16px;
        line-height: 40px;
        width:112px;
        float:left;     /*浮动为横排*/
        margin-right:20px;
        border-right:1px solid #fff;
        background-color:#fff;
        border:1px solid #bcbbbb;
        text-align: center;

}
    #tab2 ul li.on{
        background-color:#003b87;
        color:#fff;
}
    #tab2 div{
        height:550px;
        width:100%;
        line-height:24px;
        border-top:none;
}
    .hide{display:none;}
    .show2 li{
        width: 286px;
        height: 280px;
        float: left;
        margin-right: 15px;
}
    .show2 li img{
        border:1px solid #dbdbdb;
}
    .show2 li img:hover{
        background:#000;filter:alpha(Opacity=50);-moz-opacity:0.5;opacity: 0.5
}
    .show2 li a{
        color:#575757;
        line-height: 30px;
        font-size: 16px;
        text-align: center;
        display: block;
}
    .show2 li a:hover{
        color:#e85508;
    }
    .show2 .show_li_right2{
        float: right;
        margin: 0;
}
/*=======无人立体仓储产品展示 end========*/
/*=======无人立体仓储end========*/


/*=======智慧云技术========*/
.zbkj_zhwjs_content{
    width: 100%;
    height: auto;
}
.zhwjs_content_div2{
    width: 100%;
    height: 850px;
    background: #f6f6f6;
}
.zhwjs_content_div2_body{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding:50px 0;
}
.zhwjs_content_div2_body h1{
    font-size: 24px!important;
    color:#e85508;
    text-align: center;
    font-weight: bold;
}
.zhwjs_content_div2_body span{
    font-size: 18px;
    color:#2f2f2f;
    text-align: center;
    display: block;
}
.zhwjs_content_div2_body li span{
    font-size: 13px;
    line-height: 22px;
    padding: 0 30px 30px 30px;
}
.zhwjs_li_left{
    width: 285px;
    float: left;
    background: #fff;
    margin:30px 20px 0 0;
}
.zhwjs_li_right{
    width: 285px;
    float: right;
    background: #fff;
    margin:30px 0 0 0;
}
.zhwjs_li_left img{
    display: block;
    margin: 50px auto 20px auto;
}
.zhwjs_li_left h2{
    font-size: 16px;
    text-align: center;
    color:#2f2f2f;
    display: block;
    margin: 0 auto;
    height: 50px;
    width: 40px;
    line-height: 50px;
    border-bottom:1px solid #999999;
}
.zhwjs_li_left p{
    color:#2f2f2f;
    font-size: 16px;
    text-align: center;
    line-height: 80px;
    font-weight: bold;
}
.zhwjs_li_left a{
    color:#fff;
    font-size: 16px;
    background: #013893;
    display: block;
    width: 120px;
    height: 40px;
    margin: 10px auto;
    line-height: 40px;
    text-align: center;
}
.zhwjs_li_left a:hover{
    background: #e85508;
}
.zhwjs_li_right{
    float: right!important;
    margin: 30px 0 0 0!important;
}
/*=======智慧云技术end========*/


/*=======发展历程========*/
.about_fzlc{
    background: url(/style/images/about_fzlcimg.jpg) no-repeat center bottom;
    width: 100%;
    height: 947px;
}
.about_fzlc h1{
    font-size: 24px!important;
    color:#e85508;
    text-align: center;
    font-weight: bold;
}
.about_fzlc span{
    font-size: 18px;
    color:#2f2f2f;
    text-align: center;
    display: block;
}
/*=======发展历程end========*/

/*=======企业愿景========*/
.about_qyyj{
    width: 100%;
    height: 1500px;
}
.about_qyyj_body{
    width: 1200px;
    margin: 0 auto;
}
.about_qyyj h1{
    font-size: 24px!important;
    color:#e85508;
    text-align: center;
    font-weight: bold;
}
.about_qyyj span{
    font-size: 18px;
    color:#2f2f2f;
    text-align: center;
    display: block;
    margin-bottom:80px;
}
.about_qyyj_div1{
    width: 100%;
    height: 688px;
    background: url(/style/images/qiyj_img005.jpg) no-repeat 0 center;
}
.about_qyyj_div1_text{
    width: 40%;
    float: left;
    display: block;
}
.about_qyyj_div1_text h2{
    font-weight: bold;
    font-size: 29px;
    color:#000;
    width: 30%;
    line-height: 40px;
    display: block;
    float: left;
}
.about_qyyj_div1_text h3{
    color:#b1b1b1;
    width: 70%;
    line-height: 40px;
    font-size: 30px;
    display: block;
    float: left;
}
.about_qyyj_div1_text p{
    width: 100%;
    display: block;
    margin-top: 80px;
    font-size: 18px;
    color:#333333;
    line-height: 40px;
}
.about_qyyj_div1_text strong{
    font-weight: bold;
    font-size: 18px;
    color:#333333;
}
.about_qyyj_div2{
    margin-top:80px;
    width: 100%;
    height: 578px;
    background: url(/style/images/qyyj_img006.jpg) no-repeat 0 center;
}
.about_qyyj_div2_text{
    width: 40%;
    float: right;
    display: block;
    margin-top:80px;
    margin-right: 60px;
}
.about_qyyj_div2_text h2{
    font-weight: bold;
    font-size: 29px;
    color:#000;
    width: 30%;
    line-height: 40px;
    display: block;
    float: left;
}
.about_qyyj_div2_text h3{
    color:#b1b1b1;
    width: 70%;
    line-height: 40px;
    font-size: 30px;
    display: block;
    float: left;
}
.about_qyyj_div2_text p{
    width: 100%;
    display: block;
    margin-top: 80px;
    font-size: 18px;
    color:#333333;
    line-height: 40px;
}
.about_qyyj_div2_text span{
    width: 90px;
    display: block;
    float: left;
    height: 40px;
    margin: 0;
}
.about_qyyj_div2_text strong{
    font-weight: bold;
    font-size: 18px;
    color:#333333;
}
/*=======企业愿景 end========*/

/*=======产品图集========*/
.h1canshu{
    height: 500px;
    overflow: hidden;
    padding: 0 17px;
}
.cpxxms{
    width: 100%;
    padding:20px 17px;
    float: left;
}
.cpxxms h2{
    text-align: left;
    font-size: 18px;
    color:#2f2f2f;
    border-bottom: 1px solid #d5d5d5;
    line-height: 40px;
    margin-bottom: 20px;

}
/*=======产品图集end========*/


/*=======banner========*/
.banner{height:535px;overflow:hidden;}
.banner .d1{width:100%;height:535px;display:block;position:absolute;left:0px;top:0px;}
.banner .d2{width:100%;height:30px;clear:both;position:absolute;z-index:100;left:0px;top:500px;}
.banner .d2 ul{float:left;position:absolute;left:50%;top:0;margin:0 0 0 0;display:inline;}
.banner .d2 li{width:17px;height:15px;overflow:hidden;cursor:pointer;background:url(/banner/images/img1.png) no-repeat center;float:left;margin:0 3px;display:inline;}
.banner .d2 li.nuw{background:url(/banner/images/img1_1.png) no-repeat center;}
/*=======banner end========*/

/*=======志邦智慧物流========*/
.zbcy_zbzhwl{
    width: 100%;
    height: auto;
    margin-bottom:100px;
}
.zbcy_zbzhwl_body{
    width: 1200px;
    margin: 0 auto;
}
.zbcy_zbzhwl h1{
    font-size: 24px!important;
    color:#e85508;
    text-align: center;
    font-weight: bold;
}
.zbcy_zbzhwl span{
    font-size: 18px;
    color:#2f2f2f;
    text-align: center;
    display: block;
    margin-bottom:80px;
}
.zbcy_zbzhwl_body_div1{
    background: #f0f0f0 url(/style/images/zhwl_img2.jpg) no-repeat right 0;
    height: 336px;
    width: 100%;
    margin-bottom: 50px;
}
.zbcy_zbzhwl_body_div2{
    background: #f0f0f0 url(/style/images/zhwl_img3.jpg) no-repeat left 0;
    height: 337px;
    width: 100%;
    margin-bottom: 50px;
}
.zbcy_zbzhwl_body_div3{
    background: #f0f0f0 url(/style/images/zhwl_img6.jpg) no-repeat right 0;
    height: 336px;
    width: 100%;
    margin-bottom: 50px;
}
.zbcy_zbzhwl_body_div4{
    background: #f0f0f0 url(/style/images/zhwl_img7.jpg) no-repeat left 0;
    height: 336px;
    width: 100%;
    margin-bottom: 50px;
}
.zbcy_zbzhwl_body_div5{
    background: #f0f0f0 url(/style/images/zhwl_img10.jpg) no-repeat right 0;
    height: 334px;
    width: 100%;
}
.zbcy_zbzhwl_body_div1_text_left{
    width: 48%;
    display: block;
    float: left;
    padding:60px;
}
.zbcy_zbzhwl_body_div1_text_left h2{
    font-size: 20px;
    color:#000;
    font-weight: bold;
}
.zbcy_zbzhwl_body_div1_text_left h3{
    font-size: 16px;
    color:#acacac;
}
.zbcy_zbzhwl_body_div1_text_left p{
    font-size: 16px;
    color:#353535;
    margin: 20px 0;
    line-height: 36px;
}
.zbcy_zbzhwl_body_div1_text_left a{
    display: block;
    width: 120px;
    height: 40px;
    color:#fff;
    background:#013893;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}
.zbcy_zbzhwl_body_div1_text_left a:hover{
    background:#e85508;
    cursor:pointer;
}
.zbcy_zbzhwl_body_div1_text_right{
    width: 48%;
    display: block;
    float: right;
    padding:60px;
}
.zbcy_zbzhwl_body_div1_text_right h2{
    font-size: 20px;
    color:#000;
    font-weight: bold;
}
.zbcy_zbzhwl_body_div1_text_right h3{
    font-size: 16px;
    color:#acacac;
}
.zbcy_zbzhwl_body_div1_text_right p{
    font-size: 16px;
    color:#353535;
    margin: 20px 0;
    line-height: 36px;
}
.zbcy_zbzhwl_body_div1_text_right a{
    display: block;
    width: 120px;
    height: 40px;
    color:#fff;
    background:#013893;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}
.zbcy_zbzhwl_body_div1_text_right a:hover{
    background:#e85508;
    cursor:pointer;
}
/*=======志邦智慧物流 end========*/

/*=======精准卡航服务========*/
.zbcy_jzkhfw{
    width: 100%;
    height: auto;
    margin-bottom:100px;
}
.zbcy_jzkhfw_body{
    width: 1200px;
    margin: 0 auto;
}
.zbcy_jzkhfw h1{
    font-size: 24px!important;
    color:#e85508;
    text-align: center;
    font-weight: bold;
}
.zbcy_jzkhfw span{
    font-size: 18px;
    color:#2f2f2f;
    text-align: center;
    display: block;
    margin-bottom:80px;
}
.zbcy_jzkhfw_body_div1{
    background: #f7f7f7 url(/style/images/jzkhfw_img01.jpg) no-repeat left 0;
    height: 504px;
    margin-bottom:80px;
    border:1px #eeeee9 solid;
}
.zbcy_jzkhfw_body_div2{
    background: #f7f7f7 url(/style/images/jzkhfw_img04.jpg) no-repeat right 0;
    height: 504px;
    border:1px #eeeee9 solid;
}
.zbcy_jzkhfw_body_div1 h2{
    font-size:20px;
    color:#000;
    font-weight: bold;
    margin-bottom: 20px;
}
.zbcy_jzkhfw_body_div1_text{
    width: 43%;
    display: block;
    float: right;
    padding: 80px 20px 0 20px;
}
.zbcy_jzkhfw_body_div1 span{
    display: block;
    width: 10px;
    height: 10px;
    background: #e85508;
    margin: 10px 20px 0 0;
    float: left;
    line-height: 30px;
}
.zbcy_jzkhfw_body_div1 p{
    font-size: 16px;
    color:#484849;
    line-height: 30px;
    display: block;
    float: left;
    margin-top:20px;
}
.zbcy_jzkhfw_body_div2 h2{
    font-size:20px;
    color:#000;
    font-weight: bold;
    margin-bottom: 20px;
}
.zbcy_jzkhfw_body_div2_text{
    width: 43%;
    display: block;
    float: left;
    padding: 80px 20px 0 20px;
}
.zbcy_jzkhfw_body_div2 span{
    display: block;
    width: 10px;
    height: 10px;
    background: #e85508;
    margin: 10px 20px 0 0;
    float: left;
    line-height: 30px;
}
.zbcy_jzkhfw_body_div2 p{
    font-size: 16px;
    color:#484849;
    line-height: 30px;
    display: block;
    float: left;
    margin-top:20px;
}
/*=======精准卡航服务 end========*/

/*=======快递运输服务========*/
.zbcy_kdysfw{
    width: 100%;
    height: auto;
}
.zbcy_kdysfw_body{
    width: 1200px;
    margin: 0 auto;
}
.zbcy_kdysfw h1{
    font-size: 24px!important;
    color:#e85508;
    text-align: center;
    font-weight: bold;
}
.zbcy_kdysfw span{
    font-size: 18px;
    color:#2f2f2f;
    text-align: center;
    display: block;
    margin-bottom:80px;
}
.zbcy_kdysfw_body_div1{
    background: #f7f7f7 url(/style/images/kdysfw_img01.jpg) no-repeat 0 0;
    height: 403px;
    margin-bottom:80px;
}
.zbcy_kdysfw_body_div1_text{
    width: 50%;
    display: block;
    float: right;
    margin-top: 80px;
}
.zbcy_kdysfw_body_div1_text span{
    color:#bdbcbc;
    font-size: 24px;
    text-align: left;
    line-height: 50px;
    margin-bottom: 0;
}
.zbcy_kdysfw_body_div1_text h2{
    color:#2c2c2c;
    font-size: 24px;
    text-align: left;
    line-height: 50px;
    font-weight: bold;
}
.zbcy_kdysfw_body_div1_text p{
    color:#2c2c2c;
    font-size: 18px;
    margin: 20px 0;
    line-height: 30px;
}
.zbcy_kdysfw_body_div1_text a{
    display: block;
    width: 120px;
    height: 40px;
    color:#fff;
    background:#013893;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}
.zbcy_kdysfw_body_div1_text a:hover{
    background:#e85508;
    cursor:pointer;
}
.zbcy_kdysfw_body_div2{
    background: #f5f4f4;
    width: 100%;
    height: 500px;
}
.zbcy_kdysfw_body_div2_body{
    background: #e1e0e0;
    width: 1200px;
    height: 500px;
    margin: 0 auto;
}
.zbcy_kdysfw_body_div2_body li{
    width: 50%;
    float: left;
    height: 500px;
    padding: 80px 30px 80px 30px;
}
.zbcy_kdysfw_body_div2_body li img{
    display: block;
    margin: 0 auto;
}
.zbcy_kdysfw_body_div2_body li h1{
    font-size: 24px;
    color:#2c2c2c;
    text-align: center;
    line-height: 100px;
}
.zbcy_kdysfw_body_div2_body li p{
    font-size: 18px;
    color:#2c2c2c;
    text-align: center;
    margin: 20px auto;
    width: 260px;
}
/*=======快递运输服务 end========*/

/*=======仓储配送服务========*/
.zbcy_ccpsfw{
    width: 100%;
   
}
.zbcy_ccpsfw_body{
    width: 1200px;
    margin: 0 auto;
}
.zbcy_ccpsfw h1{
    font-size: 24px!important;
    color:#e85508;
    text-align: center;
    font-weight: bold;
}
.zbcy_ccpsfw span{
    font-size: 18px;
    color:#2f2f2f;
    text-align: center;
    display: block;
    margin-bottom:80px;
}
.zbcy_ccpsfw_body_div1{
    height: 460px;
}
.zbcy_ccpsfw_body_div1 li{
    width: 381px;
    margin: 0 8px;
    float: left;
}
.zbcy_ccpsfw_body_div1 p{
    background: #e6e4e4;
    text-align: center;
    color:#000;
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    display: block;
}
.zbcy_ccpsfw_body_div2{
    background: url(/style/images/ccpsfw_bg.jpg) no-repeat center center;
    height: 420px;
    margin-top:80px;
}
.zbcy_ccpsfw_body_div2_body{
    width: 1200px;
    margin: 0 auto;
}
.zbcy_ccpsfw_body_div2_body img{
    display: block;
    float: left;
}
.zbcy_ccpsfw_body_div2_body p{
    width: 50%;
    float: right;
    font-size: 18px;
    color:#000;
    margin: 100px 0 30px 0;
}
.zbcy_ccpsfw_body_div2_body a{
    display: block;
    width: 120px;
    height: 40px;
    color:#fff;
    background:#013893;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    z-index: 999;
    margin-left: 80px;
    margin-top: 30px;
    float: left;
}
.zbcy_ccpsfw_body_div2_body a:hover{
    background:#e85508;
    cursor:pointer;
}
/*=======仓储配送服务 end========*/

/*=======手机版 ========*/
@media (max-width:1199px){
    .logo_text {
    float: left;
    width: 100px;
    padding-top: 4.5%;
    margin-left: 2%;
}
    .logo_text p {
    color: #1c1c1c;
    font-size: 12px;
    line-height: 16px;
    }
    #fh5co-header .header-box {
    display: none;
    }
    #fh5co-header .head-middle .head-info {
    display: none;
    }
    .banner a img{
    position: absolute!important;
    left: 20%!important;
    top: 20%!important;
    width: 60%;
    }
    .banner{
    height: 400px;
    }
    .banner .d2 ul {
    left: 45%;
    }
    .div_left{
        display: none;
    }
    .chaxun_line{
        display: none;
    }
    .div_right{
        float: none;
        width: 100%;
        height: 60px;
    }
    .div_right_div1 {
    width: 50%;
    float: left;
    padding-left: 15%;
    padding-top: 10px;
}
    .div_right a {
    display: block;
    width: 130px;
    height: 28px;
    float: right;
    color: #818181;
    text-align: left;
    padding-left: 5px;
    line-height: 28px;
    background: #fff url(/style/images/cxico.png) no-repeat 95% center;
    margin-top: 15px;
    margin-right: 10%;
}
.zbcy p {
    font-size: 22px;
    color: #e85508;
    font-weight: bold;
    padding-top: 20px;
    width: 100%;
    display: block;
    text-align: center;
}
.zbcy span {
    font-size: 14px;
    color: #2f2f2f;
    display: block;
    width: 100%;
    text-align: center;
}
.zbcy_img_body {
    width: 100%;
    margin: 10px auto 10px auto;
    height: 340px;
}
.zbcy_left_div {
    width: 100%;
    float: left;
    text-align: left;
    padding-top: 15%;
}
.zbcy_left p {
    padding-left:0;
    color: #FFF;
}
.zbcy_left span {
    padding-left: 0;
    color: #FFF;
}
.zbcy_left_div a {
    display: block;
    width: 120px;
    height: 35px;
    border: 2px solid #fff;
    line-height: 32px;
    color: #fff;
    margin: 15% auto;
    text-align: center;
    font-size: 14px;
}
.zbcy_left img {
    display: block;
    float: none;
    margin: 0 auto;
    padding-top: 0;
}

.zbcy_right_div {
    width: 100%;
    float: left;
    text-align: left;
    padding-top: 15%;
}
.zbcy_right p {
    padding-left:0;
    color: #FFF;
}
.zbcy_right span {
    padding-left: 0;
    color: #FFF;
}
.zbcy_right_div a {
    display: block;
    width: 120px;
    height: 35px;
    border: 2px solid #fff;
    line-height: 32px;
    color: #fff;
    margin: 15% auto;
    text-align: center;
    font-size: 14px;
}
.zbcy_right img {
    display: block;
    float: none;
    margin: 0 auto;
    padding-top: 0;
}
.cpzs_body {
    width: 100%;
    margin: 0 auto;
    overflow:hidden;
}
.cpzs p {
    font-size: 22px;
    color: #e85508;
    font-weight: bold;
    padding-top: 10px;
    width: 100%;
    display: block;
    text-align: center;
}
.cpzs span {
    font-size: 14px;
    }
#tab {
    width: 100%;
    padding:0!important;
    margin:20px 0!important;
}
#tab ul {
    width: 80%;
    padding-left: 0;
    height: 30px;
    position: relative;
    margin: 0 auto;
    display: block;
}
#tab ul li {
    cursor: pointer;
    list-style: none;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    width: 30%;
    float: left;
    margin-right: 10px;
    border-right: 1px solid #fff;
    background-color: #fff;
    border: 1px solid #bcbbbb;
    text-align: center;
}
#tab div {
    height: auto;
    width: 100%;
    line-height: 24px;
    border-top: none;
}
.cpzs{
        width: 100%;
        padding: 20px 0;
        height: auto;
        background: url(/style/images/cpzs_bg.jpg) repeat 0 0;
    }
.show li {
    display: block;
    width: 44%;
    height: auto;
    float: left;
    margin: 5% 3% 0 3%;
}
.show li img {
    transition: all .3s ease-in-out;
    border: 1px solid #dbdbdb;
    width: 100%;
    height: 100px;
}
.about {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.about_body {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.about h1 {
    font-size: 22px;
    color: #e85508;
    font-weight: bold;
    padding-top: 30px;
    width: 100%;
    display: block;
    text-align: center;
}
.about h2 {
    font-size: 14px;
    color: #2f2f2f;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}
.about_left {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    float: none;
}
.about_left img{
    width: 100%;
}
.about_right {
    width: 100%;
    padding: 10%;
    float: right;
    margin-top: 0px;
}
.sbanner {
    background: url(/style/images/sbanner.jpg) no-repeat center 0;
    width: 100%;
    height: 150px;
    margin: 20px 0;
}
.sbanner_body {
    width: 100%;
    margin: 0 auto;
}
.sbanner .sbanner_body p {
    font-size: 13px;
    width: 100%;
    text-align: center;
    float: none;
    color: #fff;
    display: block;
    padding: 45px 0 0 2%;
}
.sbanner a {
    display: block;
    width: 120px;
    height: 30px;
    float: none;
    margin: 4% auto;
    text-align: center;
    background: #e85508;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
}
.address{
    float: none!important;
    width: 100%!important;
    text-align: center!important;
}
.copy{
    float: none!important;
    width: 100%!important;
}
.chaxun_body {
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}
.chaxun {
    background: #234d9f;
    width: 100%;
    height: 60px;
    color: #fff;
}
.show li a {
    color: #575757;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    display: block;
    overflow: hidden;
    height: auto;
}
.pchead{
    display: none!important;
}
#fh5co-news-list .fh5co-heading h2 {
    text-align: center;
    color: #e85508;
    font-size: 22px;
}
#fh5co-news-list .fh5co-heading span {
    color: #2f2f2f;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    padding: 5px 0;
}
.support_type {
    margin: 10px 0;
    overflow: hidden;
    width: 100%;
}

.span12 {
    margin-bottom: 30px;
    margin-top: 20px;
    width: 100%;
    padding: 0 5%;
}
.support_type_content {
    margin: 0 auto;
}
.span0 {
    width: 30%;
    margin-bottom: 3%;
    margin: 0 5px 10px;
    float: left;
}
.support_type_list {
    display: block;
    border: solid 1px #F2F2F2;
    text-align: center;
    padding: 10px 0;
    color: #7b7b7b;
    margin-left:0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.content-boxs .detail img{
    max-width: 100%;
    overflow: hidden;
}
.content-boxs .detail table{
    width: 100%!important;
}
#fh5co-content_show .detail {
    font-size: 14px;
    padding: 0px 20px;
    line-height: 180%;
}
.about_qyyj {
    width: 100%;
    height: auto;
}
.about_qyyj_body {
    width: 100%;
    margin: 0 auto;
}
.about_qyyj h1 {
    font-size: 22px!important;
    color: #e85508;
    text-align: center;
    font-weight: bold;
}
.about_qyyj span {
    font-size: 14px;
    color: #2f2f2f;
    text-align: center;
    display: block;
    margin-bottom: 30px;
}
.about_qyyj_div1_text {
    width: 100%;
    float: left;
    padding: 0 20px;
    display: block;
}
.about_qyyj_div1_text h2 {
    font-weight: bold;
    font-size: 20px;
    color: #000;
    width: auto;
    margin-right: 10px;
    line-height: 20px;
    display: block;
    float: left;
}
.about_qyyj_div1_text h3 {
    color: #b1b1b1;
    width: auto;
    line-height: 20px;
    font-size: 18px;
    display: block;
    float: left;
}
.about_qyyj_div1_text strong {
    font-weight: bold;
    font-size: 13px;
    color: #333333;

    margin-top: 10px;
}
.about_qyyj_div1_text p {
    width: 40%;
    display: block;
    margin-top: 50px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}
.about_qyyj_div1 {
    width: 100%;
    overflow: hidden;
    height: auto;
    padding: 30px 0 34% 0;
    background: url(/style/images/qiyj_img005.jpg) no-repeat 0 bottom;
    background-size: 100%;
}
.about_qyyj_div2 {
    margin-top: 40px;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(/style/images/qyyj_img006.jpg) no-repeat 0 0;
    background-size: 100%;
}
.about_qyyj_div2_text {
    width: 50%;
    float: right;
    display: block;
    margin-top: 0;
    margin-right: 10px;
}
.about_qyyj_div2_text h2 {
    font-weight: bold;
    font-size: 20px;
    color: #000;
    margin-right: 10px;
    line-height: 20px;
    display: block;
    float: left;
    width: auto;
}
.about_qyyj_div2_text h3 {
    color: #b1b1b1;
    width: auto;
    line-height: 20px;
    font-size: 20px;
    display: block;
    float: left;
}
.about_qyyj_div2_text p {
    width: 100%;
    display: block;
    margin-top: 30px;
    font-size: 13px;
    color: #333333;
    line-height: 20px;
}
.about_qyyj_div2_text strong {
    font-weight: bold;
    font-size: 14px;
    color: #333333;
}
.about_qyyj_div2_text span {
    width: auto;
    display: block;
    float: left;
    height: 40px;
}
.about_fzlc h1 {
    font-size: 20px!important;
    color: #e85508;
    text-align: center;
    font-weight: bold;
}
.about_fzlc span {
    font-size: 14px;
    color: #2f2f2f;
    text-align: center;
    display: block;
}
.about_fzlc {
background: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-size: 100%;
}
.about_fzlc img{
	width: 100%;
}
.zbcy_zbzhwl {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.zbcy_zbzhwl_body {
    width: 100%;
    margin: 0 auto;
}
.zbcy_zbzhwl h1 {
    font-size: 20px!important;
    color: #e85508;
    text-align: center;
    font-weight: bold;
}
.zbcy_zbzhwl span {
    font-size: 14px;
    color: #2f2f2f;
    text-align: center;
    display: block;
    margin-bottom: 30px;
}
.zbcy_zbzhwl_body_div1 {
    background: #f0f0f0 url(/style/images/zhwl_img2.jpg) no-repeat right center;
    background-size: 50%;
    height: auto;
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}
.zbcy_zbzhwl_body_div1_text_left {
    width: 48%;
    display: block;
    float: left;
    padding: 10px;
}
.zbcy_zbzhwl_body_div1_text_left h2 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.zbcy_zbzhwl_body_div1_text_left h3 {
    font-size: 13px;
    color: #acacac;
}
.zbcy_zbzhwl_body_div1_text_left p {
    font-size: 12px;
    color: #353535;
    margin: 5px 0;
    line-height: 20px;
}
.zbcy_zbzhwl_body_div1_text_left a {
    display: block;
    width: 80px;
    height: 28px;
    color: #fff;
    background: #013893;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
}


.zbcy_zbzhwl_body_div2 {
    background: #f0f0f0 url(/style/images/zhwl_img2.jpg) no-repeat left center;
    background-size: 50%;
    height: auto;
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}
.zbcy_zbzhwl_body_div3 {
    background: #f0f0f0 url(/style/images/zhwl_img2.jpg) no-repeat right center;
    background-size: 50%;
    height: auto;
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}
.zbcy_zbzhwl_body_div4 {
    background: #f0f0f0 url(/style/images/zhwl_img2.jpg) no-repeat left center;
    background-size: 50%;
    height: auto;
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}
.zbcy_zbzhwl_body_div5 {
    background: #f0f0f0 url(/style/images/zhwl_img2.jpg) no-repeat right center;
    background-size: 50%;
    height: auto;
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}
.zbcy_zbzhwl_body_div1_text_right {
    width: 48%;
    display: block;
    float: right;
    padding: 10px;
}
.zbcy_zbzhwl_body_div1_text_right h2 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.zbcy_zbzhwl_body_div1_text_right h3 {
    font-size: 13px;
    color: #acacac;
}
.zbcy_zbzhwl_body_div1_text_right p {
    font-size: 12px;
    color: #353535;
    margin: 5px 0;
    line-height: 20px;
}
.zbcy_zbzhwl_body_div1_text_right a {
    display: block;
    width: 80px;
    height: 28px;
    color: #fff;
    background: #013893;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
}
#fh5co-content_show > div > div.content-boxs > div > div > table > tbody > tr:nth-child(1) > td:nth-child(2) > div:nth-child(1) > span > strong{
    font-size: 14px;
}
.jzkyfw_body table tbody tr td{
    padding: 20px;
}
.height_clear{
    height: 0!important;
    display: none!important;
}
.zbcy_jzkhfw_body {
    width: 100%;
    margin: 0 auto;
}
.zbcy_jzkhfw h1 {
    font-size: 20px!important;
    color: #e85508;
    text-align: center;
    font-weight: bold;
}
.zbcy_jzkhfw span {
    font-size: 14px;
    color: #2f2f2f;
    text-align: center;
    display: block;
    margin-bottom: 30px;
}
.zbcy_jzkhfw_body_div1 {
    background: #f7f7f7 url(/style/images/jzkhfw_img01.jpg) no-repeat left 0;
    background-size: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
    border: 1px #eeeee9 solid;
}
.zbcy_jzkhfw_body_div1_text {
    width: 100%;
    display: block;
    float: none;
    padding: 80% 20px 20px 20px;
}
.zbcy_jzkhfw_body_div2 {
    background: #f7f7f7 url(/style/images/jzkhfw_img04.jpg) no-repeat right 0;
    background-size: 100%;
    height: auto;
    overflow: hidden;
    border: 1px #eeeee9 solid;
}
.zbcy_jzkhfw_body_div2_text {
    width: 100%;
    display: block;
    float: left;
    padding: 85% 20px 20px 20px;
}
.img_100{
    width: 100%!important;
    display: block!important;
}
.img_100 img{
    width: 100%!important;
    display: block!important;
}
.w_100{
    width: 100%;
}
.zbcy_kdysfw_body {
    width: 100%;
    margin: 0 auto;
}
.zbcy_kdysfw h1 {
    font-size: 20px!important;
    color: #e85508;
    text-align: center;
    font-weight: bold;
}
.zbcy_kdysfw span {
    font-size: 14px;
    color: #2f2f2f;
    text-align: center;
    display: block;
    margin-bottom: 30px;
}
.zbcy_kdysfw_body_div1 {
    background: #f7f7f7 url(/style/images/kdysfw_img01.jpg) no-repeat 0 0;
    background-size: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}
.zbcy_kdysfw_body_div1_text span {
    color: #bdbcbc!important;
    font-size: 16px!important;
    text-align: left!important;
    line-height: 20px;
    margin-top: 3%;
    margin-bottom: 2%!important;
}
.zbcy_kdysfw_body_div1_text h2 {
    color: #2c2c2c;
    font-size: 18px;
    text-align: left;
    line-height: 20px;
    font-weight: bold;
}
.zbcy_kdysfw_body_div1_text p {
    color: #2c2c2c;
    font-size: 13px;
    margin: 5px 0;
    line-height: 20px;
}
.zbcy_kdysfw_body_div1_text a {
    display: block;
    width: 80px;
    height: 28px;
    color: #fff;
    background: #013893;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    margin-bottom: 3%;
}
.zbcy_kdysfw_body_div1_text {
    width: 50%;
    display: block;
    float: right;
    margin-top: 20px;
}
.zbcy_kdysfw_body_div2 {
    background: #f5f4f4;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.zbcy_kdysfw_body_div2_body {
    background: #e1e0e0;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.zbcy_kdysfw_body_div2_body li {
    width: 50%;
    float: left;
    height: auto;
    padding: 5%;
}
.zbcy_kdysfw_body_div2_body li img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.zbcy_kdysfw_body_div2_body li h1 {
    font-size: 18px!important;
    color: #2c2c2c;
    text-align: center;
    line-height: 50px;
}
.zbcy_kdysfw_body_div2_body li p {
    font-size: 14px;
    color: #2c2c2c;
    text-align: center;
    margin: 10px auto;
    width: 100%;
}
.zbcy_ccpsfw_body {
    width: 100%;
    margin: 0 auto;
}
.zbcy_ccpsfw h1 {
    font-size: 20px!important;
    color: #e85508;
    text-align: center;
    font-weight: bold;
}
.zbcy_ccpsfw span {
    font-size: 14px;
    color: #2f2f2f;
    text-align: center;
    display: block;
    margin-bottom: 30px;
}
.zbcy_ccpsfw_body_div1 {
    height: auto;
    overflow: hidden;
    padding: 5%;
}
.zbcy_ccpsfw_body_div1 li {
    width: 100%;
    margin: 20px 0;
}
.zbcy_ccpsfw_body_div1 li img{
    width: 100%;

}
.zbcy_ccpsfw_body_div2 {
    background: url(/style/images/ccpsfw_bg.jpg) no-repeat center bottom;
    height: auto;
    overflow: hidden;
    padding: 5%;
    margin-top: 30px;
}
.zbcy_ccpsfw_body_div2_body {
    width: 100%;
    margin: 0 auto;
}
.zbcy_ccpsfw_body_div2_body img {
    display: block;
    float: none;
    width: 100%;
}
.zbcy_kdysfw {
    width: 100%;
    height: auto;
    padding: 5%;
}
.zbcy_jzkhfw {
    width: 100%;
    height: auto;
    padding: 5%;
    margin-bottom: 100px;
}
.zbzbkj_content img {
    display: block!important;
    margin: 60px auto 30px auto!important;
    width: 50px!important;
    height: 50px!important;
}
.zbcy_ccpsfw_body_div2_body p {
    width: 100%;
    float: none;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin: 0;
    padding: 5%;
}
.zbcy_ccpsfw_body_div2_body a {
    display: block;
    width: 120px;
    height: 40px;
    color: #fff;
    background: #013893;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    z-index: 999;
    margin: 30px auto;
    float: none;
}
.zbzbkj_content {
    width: 100%;
    margin: 0 auto;
}
.zbzbkj_content li {
    width: 45%;
    height: auto;
    overflow: hidden;
    float: left!important;
    display: block;
    border: 1px solid #dcdcdc;
    margin: 3% 2.5%!important;
}

.zbzbkj_content p {
    font-size: 18px!important;
    font-weight: bold;
    color: #000;
    text-align: center;
    line-height: 30px;
    margin-bottom: 0!important;
}
.zbzbkj_content span {
    font-size: 16px;
    color: #929191;
    padding: 3% 10%;
    display: block;
}
.zbzbkj_content a {
    display: block;
    width: 92px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #fff!important;
    background: #3083eb;
    margin: 10px auto 30px auto;
    text-align: center;
    border-radius: 20px;
}
.content_div0 {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.content_div0_body {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}
.content_div0 h1 {
    font-size: 20px!important;
    color: #e85508;
    font-weight: bold;
    text-align: center;
}
.content_div0 span {
    font-size: 16px;
    color: #b1b0b0;
    text-align: center;
    display: block;
    padding-bottom: 30px;
}
.div0_left {
    float: none;
    width: 100%;
}
.div0_left img{
    width: 100%;
}
.div0_right {
    float: right;
    width: 100%;
    padding: 5%;
}
.content_div1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    background: url(/style/images/wrltck_img01.jpg) no-repeat center center;
}
.content_div1_body {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    overflow: hidden;
}
.content_div1 li {
    display: block;
    width: 50%;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 20px 0;
    background: #fff;
}
.content_div1 li h2 {
    font-size: 50px;
    text-align: center;
    color: #e85508;
    padding: 20px 0;
    font-weight: bold;
}
.content_div1 li span {
    color: #333333;
    font-size: 15px;
    text-align: center;
    padding: 0 40px 40px;
}
.content_div1 span {
    font-size: 18px;
    color: #2f2f2f;
    text-align: center;
    display: block;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.content_div2 {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.content_div2_body {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
}
.content_div2_body h1 {
    font-size: 20px!important;
    color: #e85508;
    text-align: center;
    font-weight: bold;
}
.content_div2_body span {
    font-size: 14px;
    color: #2f2f2f;
    text-align: center;
    display: block;
    padding-bottom: 30px;
}
.content_div2_body li {
    display: block;
    width: 100%;
    height: auto;
    float: none;
    overflow: hidden;
    padding: 5%;
    margin: 0;
}
.content_div2_body li img{
    width: 100%;
}
.content_div2_body li span {
    display: block;
    background: #f1f0f0;
    font-size: 18px;
    line-height: 48px;
    width: 100%;
    height: 48px;
    text-align: center;
    color: #2f2f2f;
}
.content_div3 {
    width: 100%;
    background: url(/style/images/cpzs_bg.jpg) no-repeat 0 0;
    overflow: hidden;
}
.content_div3_body {
    width: 100%;
    margin: auto;
    height: auto;
    overflow: hidden;
    padding: 50px 0;
}
.content_div3_body h1 {
    font-size: 20px!important;
    color: #e85508;
    text-align: center;
    font-weight: bold;
}
.content_div3_body span {
    font-size: 14px;
    color: #2f2f2f;
    text-align: center;
    display: block;
}
.cpzs2 {
    width: 100%;
    height: auto;
    overflow: hidden;
}
#tab2 {
    width: 100%;
    padding: 5px;
    margin: 20px;
}
#tab2 div {
    height: auto;
    width: 100%;
    overflow: hidden;
    line-height: 24px;
    border-top: none;
}
.show2 li {
    width: 45%;
    height: auto;
    float: left!important;
    margin-right: 2%!important;
    margin-bottom: 3%!important;
}
.show2 li img {
    border: 1px solid #dbdbdb;
    width: 100%;
}
.show2 li a {
    color: #575757;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    display: block;
}
.img_100{
    width: 100%;
    height: auto!important;
}
.zhwjs_content_div2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f6f6f6;
}
.zhwjs_content_div2_body {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 30px 0;
}
.zhwjs_content_div2_body h1 {
    font-size: 20px!important;
    color: #e85508;
    text-align: center;
    font-weight: bold;
}
.zhwjs_content_div2_body span {
    font-size: 14px;
    color: #2f2f2f;
    text-align: center;
    display: block;
}
.zhwjs_li_left {
    width: 100%;
    float: left;
    background: #fff;
    padding: 2%;
    margin-bottom: 3%;
}
.zhwjs_li_right {
    width: 100%;
    float: left;
    background: #fff;
    padding: 2%;
    margin-bottom: 5%!important;
}
.yyal {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.yyal_body {
    width: 100%;
    margin: 0 auto;
}
.yyal .yyal_body h1 {
    font-size: 20px;
    color: #e85508;
    font-weight: bold;
    padding-top: 30px;
    width: 100%;
    display: block;
    text-align: center;
}
.yyal .yyal_body h2 {
    font-size: 14px;
    color: #2f2f2f;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}
.yyal_body li {
    width: 49%;
    float: left;
    padding: 2%;
    margin-top: 30px;
    margin-right: 1%;
    display: block;
}
.yyal_body li img{
    width: 100%;
}
.shyfw {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.shyfw_body {
    width: 100%;
    margin: 0 auto;
}
.shyfw .shyfw_body h1 {
    font-size: 20px;
    color: #e85508;
    font-weight: bold;
    padding-top: 30px;
    width: 100%;
    display: block;
    text-align: center;
}
.shyfw .shyfw_body h2 {
    font-size: 14px;
    color: #2f2f2f;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}
.shyfw_body li {
    width: 45%;
    float: left;
    margin: 2%;
    padding: 5%;
    display: block;
}
.shyfw_body span {
    color: #777777;
    font-size: 15px;
    line-height: 15px;
    margin: 10px 0;
    text-align: center;
    display: block;
    line-height: 25px;
    height: 100px;
}
.rowFluid{
    width: 100%!important;
    clear: both;
}
.rowFluid:before, .rowFluid:after, .column:before, .column:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
    overflow: hidden;
}
#fh5co-content_show .article-media li {
    padding: 3%;
    width: 100%;
    float: none;
    margin:0 0 5% 0!important;
    border:1px solid #f1f1f1;
}
.article-media img {
    width: 100%!important;
}
.zhibang_img{
    width: 89px!important;
    display: none!important;
}
.content-boxs{
    width: 100%;
}
.detail {
    text-align: center;
    font-size: 20px;
    width: 100%;
    padding: 10%;
}
.search {
    margin: 50px auto;
    width: 100%!important;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    border: 1px solid #cccccc;
}
#box {
    width: 100%!important;
    height: auto!important;
    float: none!important;
    padding: 5%!important;
    margin: 0!important;
}
.bigPic {
    margin: 0px auto!important;
    overflow: hidden!important;
    width: 100%!important;
    position: relative!important;
}
.sPic {
    margin: 0px auto!important;
    overflow: hidden!important;
    width: 100%!important;
    position: relative!important;
}
.h1canshu {
    height: auto!important;
    overflow: hidden!important;
    padding: 20px 17px!important;
}
.h1canshu a{
    margin: 20% auto!important;
}
.pager {
    list-style: none!important;
    padding: 0!important;
    text-align: center!important;
    clear: both!important;
    margin: 30px 0!important;
}
.bigPic .info div img {

    height: auto!important;
    display: block!important;
    margin: auto auto!important;
}
.bigPic .info div {
    overflow: hidden!important;
    width: 100%!important;
    text-align: center!important;
}
.bigPic .info {
    margin-bottom: 10px!important;
    border: #ececec 1px solid!important;
    overflow: hidden!important;
    width: 100%!important;
    height: auto!important;
}
.cpxq_bread {
    padding: 0;
    font-size: 14px;
    color: #999;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding-left: 20px;
}
#fh5co-news-list .item .media:last-child {
    border-bottom: 1px solid #DBD4CD;
}
.margin-large-bottom {
    margin-bottom: 10px;
}
.show_content.padding-large-bottom.margin-large-top form{
	width: 90%!important;
}
     .about_fwtx{
     	width: 100%;
     	height: auto;
     	overflow: hidden;
     }
     .about_fwtx img{
     	display: block;
        background: #eeeeee;
        padding: 0 10%;
        width: 100%;
        margin: 5% auto!important;
        float: none;
     }

#fh5co-content_show .detail .description {
    padding: 0px;
    font-size: 14px;
    text-align: left;
}
#mkinuKatfPE{
	padding: 5%;
}
.support_type_list.normal:before {
	display: none;
}
.support_type_list.normal:hover:before {
    display: none;
}
.support_type_list.normal:hover {
    color: #fff;
    background: #003b87;
    background: rgba(0, 0, 0, 0);
    border: solid 1px #003b87;
    border: solid 1px rgba(0, 0, 0, 0);
}
.news_pc_p{
    display: none!important;
}
.desc{
    display: none!important;
}
.lxwm_p{
    text-align: left;
}
}
@media (min-width: 667px) and (max-width: 1199px) {
    .show li a {
    color: #575757;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    display: block;
    overflow: hidden;
    height: auto;
}
.show li img {
    transition: all .3s ease-in-out;
    border: 1px solid #dbdbdb;
    width: 100%;
    height: 180px;
}

}
@media (max-width: 666px){
    .jzkyfw_body table tbody tr td{
    display: block;
    padding: 20px;
    width: 100%;
}
}
@media (min-width: 1200px){
    .sjhead{
        display: none!important;
    }
    .about_fzlc img{
        display: none;
    }
    .news_wap_p{
        display: none!important;
    }
    .desc-wap{
        display: none!important;
    }
    .lxwm_p{
    text-align: center;
}
}
/*=======手机版 end ========*/

/*======= ========*/
/*======= ========*/

/*======= ========*/
/*======= ========*/