﻿@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
    font-family: 'microsoft yahei';
}

body {
    font-size: 14px;
    color: #333;
}

a {
    text-decoration: none;
    color: #333;
}

i,
em {
    font-style: normal;
}

ul,
ol {
    list-style: none;
    overflow: hidden;
    clear: both;
}

img {
    border: none;
    vertical-align: middle;
}

.cblue {
    color: #64c5dd;
}

.corange {
    color: #ff6600;
}

.cgrey {
    color: #999
}

.cred {
    color: #c11111;
}

input {
    vertical-align: middle;
    outline: none;
}

.main {
    width: 1200px;
    margin: 0 auto;
}


/*
	header
*/

.header {
    height: 90px;
}

.logo {
    padding-top: 20px;
    background-image: none;
    width: 300px;
    height: 50px;
}

.header .main {
    position: relative;
}

.nav ul {
    position: absolute;
    top: 0;
    right: 13px;
    overflow: inherit !Important;
}

.nav ul li,
.nav ul li a {
    display: block;
    float: left;
}

.nav ul li {
    padding: 0 10px;
    background: url(../../../images/enterprise/hr.jpg) no-repeat right center;
}

.nav ul li:last-child,
.nav ul li .lastC {
    background: none;
}

.nav ul li a {
    line-height: 87px;
    font-size: 18px;
    border-bottom: 3px solid #fff;
}

.nav ul li a:hover,
.nav ul li a.active {
    border-color: #ff6c0a;
    color: #ff6c0a;
    text-decoration: none;
}

li.nav-two {
    position: relative;
}

li.nav-two ul {
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 90px;
    z-index: 1000;
    width: 110px;
}

li.nav-two li {
    margin: 0;
}


/*li.nav-two:hover ul{ display:block;}*/


/*a.nav-two{ float:none !important; width:auto !important; height:auto !important; line-height:1 !important; border:none !important}*/

.step-box {
    position: absolute;
    left: 300px;
    top: 22px;
    overflow: hidden;
    clear: both;
    margin: 0;
    padding: 0;
}

.step-box li {
    position: relative;
    display: block;
    float: left;
    width: 140px;
    border-top: 4px solid #ff6600;
    margin-top: 10px;
    padding-top: 10px;
    text-align: center;
    color: #ff6600;
    font-size: 14px;
    cursor: default
}

.step-box li i {
    position: absolute;
    left: 50%;
    top: -10px;
    display: block;
    width: 16px;
    height: 16px;
    _overflow: hidden;
    margin-left: -8px;
    background: url(../../../images/enterprise/iconb.png) no-repeat 0 -24px;
}

.step-box li.active {
    border-color: #bbb;
    color: #666
}

.step-box li.active i {
    background-position: 0 -40px;
}

.phone {
    position: absolute;
    right: 0;
    top: 30px;
    width: 225px;
    height: 23px;
    background: url(../../../images/enterprise/iconb.png) no-repeat 0 -56px;
}


/*
	center
*/

.center {
    overflow: hidden;
    clear: both;
    background-color: #f7f6f6;
    min-width: 1200px;
}


/*flash*/

.flash {
    position: relative;
}

.new {
    position: absolute;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 39px;
    background-color: #00377f;
    /*background-color: #000000\0;
    filter: alpha(opacity=80)\0;
    background-color: rgba(0,0,0,0.8);
    *filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000,endColorstr=#88000000, GradientType=0);*/
    font-size: 16px;
    line-height: 16px;
}

.new ul li {
    display: block;
    float: left;
    line-height: 39px;
    margin-right: 50px;
}

.new ul li a {
    color: #fff;
}

.new table td {
    height: 39px;
    color: #fff;
    padding-right: 20px;
}

.new table td a {
    color: #fff !important;
}

.flash-box {
    width: 100%;
    height: 544px;
    overflow: hidden;
    position: relative;
}

.flash-box li {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
    display: block;
    width: 1920px;
}

.flexslider {
    height: 457px;
    overflow: hidden;
    position: relative;
}

.flexslider ul li img {
    /*width:100%;*/
    height: 457px;
}


/* Control Nav */

.flex-control-nav {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
    background: #ffd900;
    background: rgba(252, 218, 21, 0.9);
}

.flex-control-paging li a.flex-active {
    background: #ffd900;
    background: rgba(252, 218, 21, 0.9);
    cursor: default;
}


/*banner
.banner{ text-align:center; font-size:18px; line-height:40px; padding:20px 0; background-color:#fff;}*/

.banner,
.footer {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
    text-align: center
}


/*.banner img, .footer img{ position:absolute; top:0; left:0; margin-left:-960px;}*/

.footer {
    min-width: 1200px;
}

.footer img {
    margin: 0 auto;
}

.qyfooter {
    position: relative;
}

.qyfooter img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
}


/*text*/

.text-box {
    padding: 50px 0 20px 0;
    text-align: center;
    overflow: hidden;
}

.text-box h2 {
    font-size: 34px;
}

.text-box i {
    display: block;
    font-family: '楷体';
    font-size: 18px;
    margin-bottom: 20px;
}

.text-box ul {
    display: block;
    width: 100%;
    text-align: left;
}

.text-box ul li {
    display: block;
    _display: inline;
    float: left;
    width: 23%;
    margin: 0% 1% 2% 1%;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
}

.text-box ul>li>a {
    display: block;
    width: 282px;
    height: 215px;
    overflow: hidden;
}

.text-box ul>li>a img {
    transform: scaleX(1) scaleY(1);
    transition: transform .4s linear 0s;
    width: 282px;
    height: 215px
}

.text-box ul>li:hover img {
    transform: scaleX(1.1) scaleY(1.1);
}

.text-box ol {
    height: 104px;
    overflow: hidden;
}

.text-box ol li {
    _display: block;
    float: none;
    width: auto;
    margin: 0;
    padding: 5px 0;
    font-size: 12px;
}

.text-box .inner {
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px;
    border-radius: 0 0 5px 5px;
}

.text-box .inner h3 {
    height: 37px;
    border-bottom: 1px solid #adadad;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
}

.text-box .inner h3 span.mp {
    color: #FF9A50;
}

.text-box .inner h3 span.tdy {
    color: #F84E4E;
}

.text-box .inner h3 span.zyx {
    color: #42BCBC;
}

.text-box .inner h3 span.qz {
    color: #BC9303;
}

.text-box .inner h3 span.yl {
    color: #0081D8;
}

.text-box .inner .btn {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 5px;
    background: #ff4444;
    color: #fff;
    border-radius: 5px;
}


/*money-box*/

.money-box {
    padding: 20px;
    margin: 20px 0;
    border: 4px solid #eee;
    background-color: #fff;
}

.money-box .order-info {
    background-color: #f4ffee;
    padding: 20px;
    padding-right: 300px;
    position: relative;
}

.order-info h3,
.order-info p {
    margin-bottom: 20px;
}

.order-info h3 {
    font-size: 18px;
    font-weight: normal;
}

.order-info a {
    color: #0066cc
}

.order-money {
    position: absolute;
    top: 20px;
    right: 20px;
    _right: 20px;
    text-align: right;
}

.order-money em {
    font-size: 30px;
}

.order-money p {
    margin: 0;
}

.money-box .pay-info {
    margin-top: 20px;
}

.pay-info h3 {
    padding: 10px;
    background-color: #fff5e6;
    color: #6e614d;
}

.pay-btn {
    padding: 50px 0;
    text-align: center;
}

.pay-btn input {
    border: 1px solid #ccc;
    height: 38px;
    padding: 0 5px;
    border-radius: 2px;
}

.pay-btn .inpt {
    width: 300px;
}

.pay-btn .obtn,
.pay-btn .gbtn {
    background-color: #ff6600;
    border-color: #ff6600;
    color: #fff;
    padding: 0 20px;
    cursor: pointer
}

.pay-btn .obtn:hover {
    background-color: #ff3300;
}

.pay-btn .gbtn {
    background-color: #ffffff;
    border-color: #1cbc67;
    color: #1cbc67;
}

.pay-btn .gbtn:hover {
    border-color: #12954f;
    color: #12954f;
}


/*map*/

.map {
    padding: 10px 0;
}


/*list-box news-box*/

.list-box,
.news-box,
.info-box {
    background-color: #fff;
    margin-bottom: 40px;
}


/*title*/

.list-box .title {
    height: 42px;
    line-height: 42px;
    border-top: 1px solid #b8b8b8;
    background-color: #eee;
    color: #333;
    overflow: hidden;
    clear: both;
}

.list-box .title ul {
    float: left;
    margin-top: -1px;
}

.list-box .title ul li {
    float: left;
}

.list-box .title ul li a {
    display: block;
    float: left;
    height: 42px;
    line-height: 42px;
    _height: 32px;
    _line-height: 0;
    _padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-top: 1px solid #b8b8b8;
    _border-top: 3px solid #eee;
    cursor: pointer;
}

.list-box .title ul li a i {
    display: inline-block;
    width: 11px;
    height: 6px;
    zoom: 1;
    vertical-align: middle;
    margin-left: 5px;
    overflow: hidden;
    background: url(../../../images/enterprise/iconb.png) no-repeat 0 0;
}

.list-box .title ul li a.on i {
    background-position: 0 -6px;
}

.list-box .title ul li a:hover,
.title ul li a.active {
    background-color: #fff;
    border-top: 3px solid #008857;
    line-height: 38px;
    color: #008857
}

.list-box .title ul li a.active i {
    background-position: 0 -12px;
}

.list-box .title input {
    width: 60px;
    height: 24px;
    padding: 0 2px;
    *margin-top: 8px;
}

.list-box .title .btn {
    background-color: #008857;
    color: #fff;
    border: none;
    height: 28px;
    cursor: pointer
}

.list-box .title .btn:hover {
    background-color: #007149;
}


/*list*/

.list {
    padding: 20px;
    overflow: hidden;
}

.list li {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    clear: both;
    padding-right: 120px;
    font-size: 12px;
    zoom: 1;
}

.list li img {
    float: left;
    margin-right: 10px;
}

.list li p {
    overflow: hidden;
    margin-bottom: 10px;
}

.list li .stitle {
    height: 41px;
    overflow: hidden;
}

.list li .stitle span {
    display: inline-block;
    width: 54px;
    padding: 2px 5px;
    margin: 0 10px 0 0;
    background-color: #42BCBC;
    color: #FFFFFF;
    text-align: center;
}

.list li .stitle span.mp {
    background-color: #FF9A50;
}

.list li .stitle span.tdy {
    background-color: #F84E4E;
}

.list li .stitle span.zyx {
    background-color: #42BCBC;
}

.list li .stitle span.qz {
    background-color: #BC9303;
}

.list li .stitle span.yl {
    background-color: #0081D8;
}

.list li .stitle a {
    font-size: 16px;
}

.list li .stitle a:hover {
    text-decoration: underline;
    color: red;
}

.list li .corange {
    height: 14px;
    line-height: 14px;
    overflow: hidden;
}

.list li .icon i {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 0 3px;
    margin-right: 5px;
    color: #666;
}

.list li .money {
    position: absolute;
    right: 0;
    _right: 20px;
    top: 0;
    text-align: right;
    _display: inline;
}

.list li .money em {
    font-size: 24px;
    margin: 0 2px
}

.list li .money a {
    display: block;
    float: right;
    width: 90px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background-color: #008857;
    color: #fff;
    border-radius: 2px;
    margin-bottom: 5px;
}

.list li .money a:hover {
    background-color: #006d46;
}

.list li .money span {
    display: block;
    clear: both;
}


/*news-box
.news-box table{ border:1px solid #ccc; border-collapse:collapse; text-align:left}
.news-box table th, .news-box table td{ border:1px solid #ccc; padding:10px;}
.news-box table th{ background-color:#eee;}
*/


/*info-box
.info-box{ padding:30px;}
.info-box .title{ padding:20px 0; text-align:center; line-height:30px;}
.info-box p{ margin-bottom:20px; text-indent:2em;}
*/


/*news-box*/

.news-box table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    text-align: left;
}

.news-box table th,
.news-box table td {
    border: 1px solid #ccc;
    padding: 10px;
}

.news-box table th {
    background-color: #e4ebf3;
}

.news-box table th.title {
    text-align: left;
}

.news-box a:hover {
    text-decoration: underline;
}


/*info-box*/

.info-box {
    padding: 30px;
    border: 1px solid #dddddd;
}

.info-box .title {
    padding: 20px 0;
    text-align: center;
    line-height: 30px;
    border-bottom: 1px dashed #cccccc;
}

.info-box .title .tran {
    color: #053887;
    font-size: 20px;
    line-height: 20px;
}

.info-box .txt {
    padding-top: 40px;
}

.info-box p {
    margin-bottom: 20px;
    text-indent: 2em;
}


/*page*/

.page {
    text-align: center;
    padding: 10px 0 30px 0;
}

.page a {
    display: inline-block;
    padding: 5px 12px;
    border: 1px solid #ccc;
    text-align: center;
    margin: 0 3px;
    border-radius: 3px;
}

.page a:hover,
.page a.active {
    background-color: #008857;
    border-color: #008857;
    color: #fff;
}


/*
	footer

.footer{ background-color:#313131; color:#fff; padding:50px 0; overflow:hidden; clear:both; zoom:1;}
.footer a{ color:#fff;}
	.copy{ float:left; line-height:30px;}
	.copy h4{ font-size:20px;}
	.qr{ float:right;}
	.qr img{ display:block;}
*/


/*
	mask
	window
*/

html,
body {
    _height: 100%;
}

.mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    _width: 100%;
    _height: 100%;
    _position: absolute;
    _bottom: expression(eval(document.documentElement.scrollTop));
    _top: expression(eval(document.documentElement.scrollTop));
    background-color: #000000\0;
    filter: alpha(opacity=50)\0;
    background-color: rgba(0, 0, 0, .5);
    *filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#55000000, endColorstr=#55000000, GradientType=0);
    font-size: 16px;
    line-height: 16px;
}

.window {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 400px;
    height: 200px;
    margin: -100px 0 0 -200px;
    z-index: 1001;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
    _margin-top: 240px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.window .title {
    position: relative;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    background-color: #f1f1f1;
    font-size: 24px;
}

.window .title .more {
    position: absolute;
    top: 12px;
    right: 10px;
    display: block;
    width: 36px;
    height: 36px;
    background: url(../../../images/enterprise/iconb.png) no-repeat 0 -96px;
    cursor: pointer;
}

.window .title .fail {
    font-size: 16px;
    color: red;
    padding-left: 10px;
}

.window .inner {
    text-align: center;
    padding: 20px 0;
}

.window .inner input {
    display: block;
    margin: 0 auto;
    height: 38px;
    border: 1px solid #ccc;
    padding: 0 5px;
    border-radius: 2px;
    width: 300px;
}

.window .inner .btn {
    position: relative;
    display: block;
    width: 132px;
    height: 38px;
    line-height: 38px;
    padding: 0 50px;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #ff6600;
    border-color: #ff6600;
    color: #fff;
    font-size: 20px;
}

.window .inner .btn span {
    display: block;
    width: 21px;
    position: absolute;
    left: 150px;
    bottom: 2px;
    font-size: 30px;
    overflow: hidden;
    text-align: left;
}


/*测试BUG调整*/

.xingc {
    width: 1042px !important
}

.new ul li {
    width: 230px;
    margin-right: 10px;
    overflow: hidden;
}

.cpyd_main,
.backtopbox {
    font-size: 12px;
}

.nav ul {
    max-width: 900px;
    height: 90px;
    overflow: hidden;
}

.nav ul a {
    width: 90px;
    height: 87px;
    overflow: hidden;
    text-align: center;
}


/*首页返回顶部*/

.backtopt {
    display: block;
    background: #fff;
    color: #666;
    /*padding:5px 10px;*/
    width: 70px;
    height: 65px;
    padding-top: 5px;
    text-align: center;
    font-size: 12px;
    border-radius: 2px;
}

.backtopt .icon-top {
    display: block;
    margin: 0 auto;
    width: 42px;
    height: 40px;
    background: url(../../../images/ch_icon.png) no-repeat -10px -97px;
}


/*产品页字号*/

.siteicon a,
.backtopbox a {
    font-size: 12px;
}

.page a.ahover,
.page a.ahover:hover {
    color: #FFF;
    background-color: #008858;
    border: 1px solid #006843;
}


/* 图片轮播 */

.flashBox_panel {
    height: 457px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    transition: background .5s linear 0s;
}

.flashBox_panel .fl_other {
    position: relative;
    height: 100%;
    width: 100%;
}

.flashBox .fl_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 457px;
    overflow: hidden;
    margin: 0 auto;
}

.flashBox .fl_img {
    display: none;
    width: 100%;
    height: 457px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    opacity: 0;
}

.flashBox .fl_img.on {
    opacity: 1;
    z-index: 1;
}

.flashBox .fl_img img {
    display: block;
    width: 1920px;
    height: 457px;
}

.flashBox .fl_img.fl_imgblock {
    display: block;
    opacity: 1;
}

.flashBox .fl_ul {
    z-index: 120;
    position: absolute;
    top: 0;
    width: 700px;
    height: 340px;
    left: 50%;
    margin-left: -340px;
}

.flashBox .fl_ul a {
    display: block;
    width: 700px;
    height: 340px;
    overflow: hidden;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 122;
    background: url(about:blank);
}

.flashBox span.arr_l,
.flashBox span.arr_r {
    display: block;
    height: 80px;
    width: 40px;
    background: #000 url(../../../images/NewIndex/arr_l.gif) no-repeat 10px 27px;
    position: absolute;
    left: 0;
    top: 116px;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
    border-radius: 0 3px 3px 0;
}

.flashBox span.arr_r {
    left: auto;
    right: 0;
    background: #000 url(../../../images/NewIndex/arr_r.gif) no-repeat 15px 27px;
    border-radius: 3px 0 0 3px;
}

.flashBox span.arr_l:hover,
.flashBox span.arr_r:hover {
    filter: alpha(opacity=70);
    opacity: .7;
}

.flash_number {
    z-index: 120;
    position: absolute;
    height: 30px;
    bottom: 6px;
    width: 690px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    left: 50%;
    margin-left: -331px;
}

.flash_number span {
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background: #fff;
    border-radius: 100%;
    color: #000;
    filter: alpha(opacity=65);
    opacity: .65;
    overflow: hidden;
    cursor: pointer;
}

.flash_number span.on {
    background: #000;
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=60);
    opacity: .6;
    font-weight: 700;
}


/*right_btn*/

.right_btn {
    position: fixed;
    _position: absolute;
    right: 10px;
    bottom: 190px;
    z-index: 1000;
}


/*订阅有礼按钮*/

.dingyue {}

.dingyue .dyyl_btn {
    display: block;
    width: 56px;
    height: 60px;
    padding: 5px 7px;
    margin-bottom: 5px;
    background-color: #fff;
    color: #ff6600;
    font-size: 23px;
    text-align: center;
    border-radius: 4px;
}

.dingyue .dyyl_btn:hover {
    background-color: #ff6600;
    color: #fff;
}

.dingyue .tanc {
    position: fixed;
    right: 102px;
    bottom: 10px;
    background-color: #fff;
    padding: 51px 65px;
    z-index: 1000;
}

.dingyue .tanc h2 {
    font-size: 20px;
}

.dingyue .tanc .exit_btn {
    position: absolute;
    right: 20px;
    top: 20px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../../../images/enterprise/exit_btn.jpg) no-repeat right center;
    cursor: pointer;
}

.dingyue .tanc .detail {
    position: absolute;
    top: 60px;
    left: 160px;
    color: #0066cc;
}

.dingyue .tanc .detail:hover {
    text-decoration: underline;
}

.dingyue .tanc .info {
    margin-top: 25px;
}

.dingyue .tanc .info li {
    margin-bottom: 20px;
}

.dingyue .tanc .info li input {
    width: 300px;
    height: 38px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-indent: 1rem;
}

.dingyue .tanc .info li input:hover {
    border-color: #ff7070;
}

.dingyue .tanc .tijiao {
    display: block;
    margin: 0 auto;
    margin-top: 31px;
    background-color: #ff7070;
    color: #fff;
    width: 300px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    cursor: pointer;
}

.dingyue .tanc .tijiao:hover {
    background-color: #fe5a5a;
}

.dingyue .tanc .sanjiao {
    position: absolute;
    right: -16px;
    top: 225px;
    display: block;
    width: 20px;
    height: 24px;
    background: url(../../../images/enterprise/sanjiao.png) no-repeat center center;
}

.hide {
    display: none;
}