<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body{
    background:#ffffff;
    font-size: 14px;
    font-family: "微软雅黑", "宋体", "Helvetica Neue", Arial, Helvetica, sans-serif;
    line-height: 22px;
}
html a:hover{
    color: #0db252;
    text-decoration: none;
}
.container {
    width: 1170px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.container .logo{
    float: left;
}
.container .search{
    margin-left: 10px;
}
.wrapper{
    background: #d6d6d6;
}
.main-header{
    background: #ffffff;
}
.main-header .btn-connect{
    display: inline-block;
    background: url(../img/btn_connect.png) no-repeat;
    background-position: 0 0;
    width: 74px;
    height: 26px;
    position: relative;
}
.main-header .btn-connect:hover{
    background-position: 0 100%;
}
.main-header .btn-work{
    display: inline-block;
    background: url("../img/btn_work.png") no-repeat;
    background-position: 0 0;
    width: 74px;
    height: 26px;
}
.main-header .btn-work:hover{
    background-position: 0 100%;
}
.main-header .input-search{
    background: url("../img/input_search.png") no-repeat;
    width: 200px;
    height: 28px;
    border: 0px;
    padding: 4px;
}
a.btn-more{
    background: url("../img/btn_more.png");
    background-position: 0 0;
    width: 102px;
    height: 26px;
    display: inline-block;
}
a.btn-more:hover{
    background-position: 0 26px;
}
hr.style-shadow {
    height: 18px;
    width: auto;
    border-top: 0!important;
    background: url("../img/hr_bg.png") no-repeat;
    background-size: 100% 100%;
}
/*--------------------------------------------------	TOP MENU BEGIN---------------------------------------------------*/
.navbar {
    background-color:#fff;
    -webkit-box-shadow:0 1px 3px rgba(0,0,0,.12);
    -moz-box-shadow:0 1px 3px rgba(0,0,0,.12);
    box-shadow:0 1px 3px rgba(0,0,0,.12);
    min-height:0;
    border-radius:0;
    border:0px;
    margin-bottom: 0;
    border-top: #c4c4c4 2px solid;
    text-align: center;
}
.navbar .container {
    padding-top: 10px;
    padding-bottom: 0;
}
.navbar-nav&gt;li {
    margin-left:2px;
    line-height: 40px;
    padding-top: 15px;
    padding-bottom: 15px;

}
.navbar-nav&gt;li:last-child a{
    border-right: none;
}
.navbar-nav&gt;li&gt;a {
    color:#666;
    border-radius:0px;
    /*margin-top:-26px;
    padding-top:26px;
    margin-bottom:-20px;
    padding-bottom:20px;
    line-height:40px;*/
    padding: 0 20px !important;
    text-transform:uppercase;
    font-weight:700;
    font-family:"微软雅黑";
    font-size:16px;border-right: #666 2px solid;
    /*-webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    -ms-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;*/
}
.navbar-nav&gt;li.active{
    border-bottom: 4px solid;
    border-image: -webkit-linear-gradient(right, #add034 , #008ece) 10 20;/* Safari 5.1 - 6.0 */
    border-image: -o-linear-gradient(right, #add034 , #008ece)10 20;/* Opera 11.1 - 12.0 */
    border-image:-moz-linear-gradient(right, #add034 , #008ece)10 20; /* Firefox 3.6 - 15 */
    border-image:linear-gradient(to right, #add034 , #008ece) 10 20; /* 标准的语法 */
}

.navbar-nav&gt;li:hover{
    border-bottom: 4px solid;
    border-image: -webkit-linear-gradient(right, #add034 , #008ece) 10 20;/* Safari 5.1 - 6.0 */
    border-image: -o-linear-gradient(right, #add034 , #008ece)10 20;/* Opera 11.1 - 12.0 */
    border-image:-moz-linear-gradient(right, #add034 , #008ece)10 20; /* Firefox 3.6 - 15 */
    border-image:linear-gradient(to right, #add034 , #008ece) 10 20; /* 标准的语法 */
}

.navbar-nav&gt;li.active&gt;a,.navbar-nav&gt;li.active&gt;a:hover,.navbar-nav&gt;li.active&gt;a:focus {
    /*background-color:#009966;*/
    /*color:#fff;*/
}
.navbar-nav&gt;li.active&gt;a:before,.navbar-nav&gt;li&gt;a:hover:before,.navbar-nav&gt;li&gt;a:focus:before,.extra-nav-class a.dropdown-toggle:before {
    /*content:"";
    width:0;
    height:0;
    border-bottom:6px solid #009966;
    border-right:6px solid transparent;*/
    position:absolute;
    /*top:0px;
    right:-4px;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    -ms-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;*/
}
.navbar-nav&gt;li&gt;a:hover,.navbar-nav&gt;li&gt;a:focus {
    border-radius:3px 3px 0 0 !Important;
    background-color: unset;
    /*background-color:#009966;*/
    /*color:#fff;*/
}
.navbar-nav&gt;li&gt;.dropdown-menu {
    margin:0px 0px 0 0px !Important;
    background-color:#444;
    border:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    -webkit-background-clip:padding-box;
    -moz-background-clip:padding;
    font-size:13px;
    padding-top:0;
    padding-bottom:0;
    min-width:165px;
    z-index: 9999;
}
.dropdown-menu {
    border-radius:0;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    -webkit-background-clip:padding-box;
    -moz-background-clip:padding;
    font-size:13px;
    padding-top:0;
    padding-bottom:0;
    border:0px;
    font-size:13px;
}
.dropdown-menu&gt;li&gt;a {
    color:#ccc;
    padding-top:10px;
    padding-bottom:10px;
    border:0px !Important;
    border-bottom:1px solid #3c3c3c!Important;
    border-top:1px solid #4f4f4f !important;
    background:#444 !Important;
}
.dropdown-menu&gt;li&gt;a:hover,.dropdown-menu&gt;li&gt;a:focus {
    background-color:#009966 !Important;
    color:#fff;
}
.dropdown-menu&gt;li&gt;a:hover,.dropdown-menu&gt;li&gt;a {
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    -ms-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
.navbar-nav.pull-left&gt;li&gt;.dropdown-menu,.navbar-nav&gt;li&gt;.dropdown-menu.pull-left {
    left:0;
}
.dropdown-toggle i {
    font-weight:800;
}
.extra-nav-class{
    border-bottom: 4px solid;
    border-image: -webkit-linear-gradient(right, #add034 , #008ece) 10 20;/* Safari 5.1 - 6.0 */
    border-image: -o-linear-gradient(right, #add034 , #008ece)10 20;/* Opera 11.1 - 12.0 */
    border-image:-moz-linear-gradient(right, #add034 , #008ece)10 20; /* Firefox 3.6 - 15 */
    border-image:linear-gradient(to right, #add034 , #008ece) 10 20; /* 标准的语法 */
}
.extra-nav-class a.dropdown-toggle {
    /*background-color:#009966 !Important;
    color:#fff !important;
    border-radius:3px 3px 0 0 !Important;*/
}
.dropdown-menu .sub-menu {
    position:absolute;
    visibility:hidden;
    margin-top:-40px;
    top:auto;
    display:inline;
    left:-100%;
    margin-left:5px;
}
.dropdown-menu .sub-menu li a,.dropdown-menu .sub-menu li a:hover {
    -webkit-transition:none;
    -moz-transition:none;
    -o-transition:none;
    -ms-transition:none;
    transition:none;
    transition:margin-left 0.3s linear;
}
.dropdown-menu li a i {
    margin-left:5px;
}
.dropdown-menu li:hover .sub-menu {
    visibility:visible;
    display:block;
}
.navbar .sub-menu:before {
    border-bottom:7px solid transparent;
    border-left:none;
    border-right:7px solid rgba(0,0,0,0.2);
    border-top:7px solid transparent;
    left:-7px;
    top:10px;
}
.navbar .sub-menu:after {
    border-top:6px solid transparent;
    border-left:none;
    border-right:6px solid #fff;
    border-bottom:6px solid transparent;
    left:10px;
    top:11px;
    left:-6px;
}
.wowmenu.tiny {
    top:0;
    background:rgba(255,255,255,0.97) !important;
    padding-top:10px;
    padding-bottom:0px;
    max-height: 54px;
}
.wowmenu.tiny .navbar-nav&gt;li&gt;a {
    line-height:24px;
    margin-top:-26px;
    padding-top:30px;
    margin-bottom:-20px;
    padding-bottom:16px;
}
.navbar-brand img {
    max-width:100%;
}
.wowmenu.tiny .navbar-brand img {
    max-width:85%;
}
.navbar-brand img,.wowmenu.tiny .navbar-brand img {
    transition:all 0.7s ease;
    -webkit-transition:all 0.7s ease;
    -moz-transition:all 0.7s ease;
    -o-transition:all 0.7s ease;
}
.semiboxshadow {
    display: none;
}
/*--------------------------------------------------	TOP MENU END---------------------------------------------------*/
/*--------------------------------------------------	CAROUSEL SLIDER---------------------------------------------------*/
#c-slide {
    padding:0px;
    /*margin-top:-10px;*/
}
#c-slide .btn-more{
    background: none;
    border: #009966 2px solid;
    padding-top: 3px;
    width: 130px;
    height: 28px;
    color: #009966;
    position: absolute;
    left: 80%;
    z-index: 10000;
    margin-left: -10%;
    text-align: center;
    bottom: 150px;
}
.carouselvshadow {
    margin-top:-30px;
}
.car-highlight1 {
    font-size:20px;
    line-height:20px;
    font-weight:800;
    color:rgb(255,255,255);
    text-decoration:none;
    background-color:#f54828;
    padding:10px;
    border-width:0px;
    border-color:rgb(255,214,88);
    border-style:none;
    display:inline-block;
}
.car-highlight2 {
    font-size:20px;
    line-height:20px;
    font-weight:800;
    color:rgb(255,255,255);
    text-decoration:none;
    background-color:#7f8c8d;
    padding:10px;
    border-width:0px;
    border-color:rgb(255,214,88);
    border-style:none;
    display:inline-block;
    margin-top:10px;
}
.car-highlight3 {
    font-size:20px;
    line-height:20px;
    font-weight:800;
    color:rgb(255,255,255);
    text-decoration:none;
    background-color:#f39c12;
    padding:10px;
    border-width:0px;
    border-color:rgb(255,214,88);
    border-style:none;
    display:inline-block;
    margin-top:10px;
}
.car-highlight4 {
    font-size:20px;
    line-height:20px;
    font-weight:800;
    color:rgb(255,255,255);
    text-decoration:none;
    background-color:#34495e;
    padding:10px;
    border-width:0px;
    border-color:rgb(255,214,88);
    border-style:none;
    display:inline-block;
    margin-top:10px;
}
.car-highlight5 {
    font-size:20px;
    line-height:28px;
    font-weight:800;
    color:#fff;
    text-decoration:none;
    padding:10px;
    border-width:0px;
    border-color:rgb(255,214,88);
    margin-left:-6px;
    border-style:none;
    display:inline-block;
    margin-top:10px;
    text-shadow:0 1px 0 rgba(0,0,0,0.2);
}
.car-largetext {
    font-weight:800;
    font-family:Open Sans;
    color:#fff;
    text-decoration:none;
    background-color:transparent;
    text-shadow:0 1px 0 rgba(0,0,0,0.2);
    margin:0px;
    padding:1px 4px 0px;
    border-width:0px;
    border-color:rgb(255,214,88);
    border-style:none;
    font-size:50px;
}
.car-widecircle {
    background:#222;
    width:130px;
    height:130px;
    color:#fff;
    border-radius:50%;
    display:inline-block;
    position:relative;
    margin-right:20px;
}
.car-widecircle span {
    position:absolute;
    text-align:center;
    vertical-align:middle;
    line-height:130px;
    width:130px;
    margin:0px auto;
    right:0;
    font-weight:100;
    font-size:19px;
}
.car-middlecircle {
    background:#fff;
    width:120px;
    height:120px;
    color:#555;
    border-radius:50%;
    display:inline-block;
    position:relative;
    margin-right:20px;
}
.car-middlecircle span {
    position:absolute;
    text-align:center;
    vertical-align:middle;
    line-height:120px;
    width:120px;
    margin:0px auto;
    right:0;
    font-weight:100;
    font-size:19px;
}
.car-smallcircle {
    background:#f54828;
    width:100px;
    height:100px;
    color:#fff;
    border-radius:50%;
    display:inline-block;
    position:relative;
}
.car-smallcircle span {
    position:absolute;
    text-align:center;
    vertical-align:middle;
    line-height:100px;
    width:100px;
    margin:0px auto;
    right:0;
    font-weight:100;
    font-size:19px;
}
.carouselText1 {
    font-weight:800;
    margin-top:50px;
    margin-bottom:20px;
    font-size:25px;
    background:#333;
    color:#fff;
    padding:10px 20px;
    display:inline-block;
    text-transform:uppercase;
    text-shadow:0 1px 0 rgba(0,0,0,0.2);
    border-radius:0;
}
.carouselText2 {
    font-size:19px;
    background:#f54828;
    display:inline-block;
    padding:5px 20px;
    color:#fff;
    border-radius:0;
    margin-bottom:15px;
    text-shadow:0 1px 0 rgba(0,0,0,0.2);
    font-weight:600;
}
.carouselText3 {
    font-size:14px;
    display:inline-block;
    padding:0px 10px;
    color:#fff;
    border-radius:5px;
    font-weight:900;
    text-transform:uppercase;
    text-shadow:0 1px 0 rgba(0,0,0,0.2);
}
.slide1-1 {
    z-index:0;
    margin-top:-230px;
    position:relative;
    margin-left:0px;
    left:0px;
    max-width:85%;
}
.slide1-2 {
    z-index:1000;
    margin-top:-250px;
    position:relative;
    right:180px;
    max-width:22%;
}
.slide1-3 {
    position:relative;
    z-index:1000;
    float:right;
    top:135px;
    left:10px;
    max-width:35%;
}
.carousel .carousel-control {
    width:10%;
}
.carousel .item {
    padding:30px 0px;
    height:400px;
    overflow:hidden;
    -webkit-background-size: 100%;
    background-size:100% 100%;
}
.carousel {
    position:relative;
}
.carousel p {
    color:#fff;
    line-height:30px;
}
.carousel-inner&gt;.item {
    display:none;
    position:relative;
    -webkit-transition:0.6s ease-in-out left;
    transition:0.6s ease-in-out left;
}
.carousel-inner&gt;.item&gt;img,.carousel-inner&gt;.item&gt;a&gt;img {
    display:block;
    max-width:100%;
    height:auto;
    line-height:1;
}
.carousel-inner&gt;.active,.carousel-inner&gt;.next,.carousel-inner&gt;.prev {
    display:block;
}
.carousel-inner&gt;.active {
    left:0;
}
.carousel-inner&gt;.next,.carousel-inner&gt;.prev {
    position:absolute;
    top:0;
    width:100%;
}
.carousel-inner&gt;.next {
    left:100%;
}
.carousel-inner&gt;.prev {
    left:-100%;
}
.carousel-inner&gt;.next.left,.carousel-inner&gt;.prev.right {
    left:0;
}
.carousel-inner&gt;.active.left {
    left:-100%;
}
.carousel-inner&gt;.active.right {
    left:100%;
}
.carousel-control {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    width:15%;
    opacity:0.5;
    filter:alpha(opacity=50);
    font-size:20px;
    color:#ffffff;
    text-align:center;
    text-shadow:0 1px 2px rgba(0,0,0,0.6);
}
.carousel-fade .carousel-inner .item {
    opacity:0;
    -webkit-transition-property:opacity;
    -moz-transition-property:opacity;
    -o-transition-property:opacity;
    transition-property:opacity;
}
.carousel-fade .carousel-inner .active {
    opacity:1;
}
.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right {
    left:0;
    opacity:0;
    z-index:1;
}
.carousel-fade .carousel-inner .next.left,.carousel-fade .carousel-inner .prev.right {
    opacity:1;
}
.carousel-fade .carousel-control {
    z-index:2;
}
.carousel-control.left {
    background-image:-webkit-gradient(linear,0% top,100% top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.0001)));
    background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.5) 0%),color-stop(rgba(0,0,0,0.0001) 100%));
    background-image:-moz-linear-gradient(left,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);
    background-image:linear-gradient(to right,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
}
.carousel-control.right {
    left:auto;
    right:0;
    background-image:-webkit-gradient(linear,0% top,100% top,from(rgba(0,0,0,0.0001)),to(rgba(0,0,0,0.5)));
    background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0%),color-stop(rgba(0,0,0,0.5) 100%));
    background-image:-moz-linear-gradient(left,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);
    background-image:linear-gradient(to right,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
}
.carousel-control:hover,.carousel-control:focus {
    color:#ffffff;
    text-decoration:none;
    opacity:0.9;
    filter:alpha(opacity=90);
}
.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right {
    position:absolute;
    top:50%;
    left:50%;
    z-index:5;
    display:inline-block;
}
.carousel-control .icon-prev,.carousel-control .icon-next {
    width:20px;
    height:20px;
    margin-top:-10px;
    margin-left:-10px;
    font-family:serif;
}
.carousel-control .icon-prev:before {
    content:'\2039';
}
.carousel-control .icon-next:before {
    content:'\203a';
}
.carousel-indicators {
    position:absolute;
    left:50%;
    z-index:10000;
    width:60%;
    margin-left:-30%;
    padding-left:0;
    list-style:none;
    text-align:center;
    /*bottom: 100px;*/
}
.carousel-indicators li {
    display:inline-block;
    width:15px;
    height:15px;
    margin:1px;
    text-indent:-999px;
    border:1px solid #ffffff;
    border-radius:10px;
    cursor:pointer;
}
.carousel-indicators .active {
    margin:0;
    width:42px;
    height:17px;
    background-color:#ffffff;
}
.carousel-caption {
    position:absolute;
    left:15%;
    right:15%;
    bottom:20px;
    z-index:10;
    padding-top:20px;
    padding-bottom:20px;
    color:#ffffff;
    text-align:center;
    text-shadow:0 1px 2px rgba(0,0,0,0.6);
}
.carousel-caption .btn {
    text-shadow:none;
}
.carousel-control {
    width:40px;
    color:#fff;
    text-shadow:none;
    opacity:1;
    margin-left:40px;
    margin-right:40px;
}
.carousel-control:hover,.carousel-control:focus {
    color:#ccc;
    text-decoration:none;
    opacity:0.9;
    filter:alpha(opacity=90);
}
.carousel-control.left,.carousel-control.right {
    background-image:none;
    filter:none;
    background:rgba(0,0,0,.1);
    height:80px;
    width:50px;
    margin-top:25%;
    margin-left:0px;
    margin-right:0;
}
.carousel:hover .carousel-control.left,.carousel:hover .carousel-control.right {
}
.carousel-control.left {
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}
.carousel-control.right {
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
.carousel-control i {
    position:absolute;
    top:30px;
    left:0;
    z-index:5;
    display:inline-block;
    width:50px;
    height:80px;
    margin-left:0px;
}
.carousel-indicators.out {
    bottom:-5px;
}
.carousel-control.left,.carousel-control.right {
    margin-top: 10%;
}

#m-slide{
    padding:0px;
    margin-top:-2px;
}
.m-slide .carousel .item {
    padding:30px 0px;
    height:350px;
    overflow:hidden;
    -webkit-background-size:cover !Important;
    -moz-background-size:cover !Important;
    -o-background-size:cover !Important;
    background-size:cover !Important;
}
.m-slide .carousel-indicators {
    position:absolute;
    left:50%;
    z-index:10000;
    width:60%;
    margin-left:-30%;
    padding-left:0;
    list-style:none;
    text-align:center;
    bottom: 10px;
}
.m-slide .carousel-control i {
    position:absolute;
    top:15px;
    left:0;
    z-index:5;
    display:inline-block;
    width:50px;
    height:80px;
    margin-left:0px;
    font-size: 50px;
}
.m-slide .btn-more{
    background: none;
    border: #009966 2px solid;
    padding-top: 3px;
    width: 130px;
    height: 28px;
    color: #009966;
    position: absolute;
    left: 90%;
    z-index: 10000;
    margin-left: -30%;
    text-align: center;
    margin-bottom: 20px;
    bottom: 20px;
}
.m-slide .carousel-control.left,.m-slide .carousel-control.right {
    margin-top: 12%;!important;}

/*--------------------------------------------------	carousel END---------------------------------------------------*/


/*--------------------------------------------------	IMG NEWS BEGIN---------------------------------------------------*/
.list_carousel .carousel_nav {
    position:relative;
    padding-left:8px;
    padding-right:12px;
    text-align:center;
    margin-bottom:20px;
    float:none;
    clear:both;
    display:inline-block;
    background:#fff;
}
.list_carousel .carousel_nav {
    background:#f9f9f9;
}
.list_carousel li{
    float:left;
    list-style:none;
    display:inline;
}
a.prev,a.next {
    background:url(../img/carousel_arrows.png) no-repeat #444;
    width:24px;
    height:24px;
    display:block;
    position:relative;
    float:left;
    margin-left:3px;
    -webkit-background-clip:padding-box;
    /* for Safari */background-clip:padding-box;
    box-shadow:inset 0 -1px 0 0 rgba(0,0,0,0.1);
    border-radius:2px;
}
a.prev:hover,a.next:hover {
    background-color:#444;
}
a.prev {
    background-position:-2px 0
}
a.prev.disabled {
    background-color:#555
}
a.next {
    background-position:-22px 0
}
a.next.disabled {
    background-color:#555
}
a.prev.disabled,a.next.disabled {
    cursor:default
}
a.prev span,a.next span {
    display:none
}
.boxcontainer {
    background:#fff;
    position:relative;
    overflow:hidden;
    width: 190px;
    height: 125px;
    padding-left: 10px;
}
.boxcontainer img {
    position:relative;
    max-width: 100%;
    width: 188px;
    height: 124px;
}
/*--------------------------------------------------	IMG NEWS END---------------------------------------------------*/
/*--------------------------------------------------	MAIN CONTENT BOX---------------------------------------------------*/
.wrapsemibox{
    max-width: 1200px;
    margin: 0px auto;
    background: #fff;
    /*margin-top: -100px;*/
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    position: relative;
    /*margin-bottom: -100px;
    padding-bottom: 40px;*/
    border-bottom: medium double #ccc;
    padding-top: 0;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

.semiboxshadow {display:block;padding-bottom: 10px;}
.semiboxshadow img{width: 1308px !Important; max-width: 1316px; margin: 0px auto; margin-left: -53px; margin-top: -43px; position: absolute;z-index:0;}

.indexnewsarea{}
.indexnewsarea .leftarea{float: left;position: relative;min-height: 1px;padding-right: 15px;padding-left: 15px;width: 70%;}
.indexnewsarea .rightarea{float: left;position: relative;min-height: 1px;padding-right: 15px;padding-left: 15px;width: 30%;}
.indexnewsarea .rightarea .widget_item{margin-bottom: 10px;}
.indexnewsarea .rightarea .widget_item:last-child{margin-bottom: 0;}
.indexnewsarea .leftarea .topnav{padding-bottom: 5px;border-bottom: #b4b4b4 solid 1px;margin-bottom: 10px;}
.indexnewsarea .leftarea ul{list-style: none;}
.indexnewsarea .leftarea .topnav ul li{float: left;width: 60px;font-weight: bold;font-size: 16px}
.indexnewsarea .leftarea .topnav .active{color: #00a65a;}
.indexnewsarea .leftarea .newspics li{margin-bottom: 20px;clear:both;}
.indexnewsarea .leftarea .newspics h4 a{color: red}
.indexnewsarea .leftarea .newspics .excerpt{word-break:break-all; }
.indexnewsarea .leftarea .newspics img{max-width: 180px;height: auto;}
.indexnewsarea .leftarea .newslist{list-style: none;}
.indexnewsarea .leftarea .newslist li{border-bottom: 1px dashed #eee;}
.indexnewsarea .leftarea .newslist a{color: black}
.indexnewsarea .leftarea .newslist a:hover{color: #0db252}
.indexnewsarea .leftarea .infolist a{color: #109363}
.indexnewsarea .leftarea .infolist a:hover{color: #0e93f2}
.indexnewsarea .leftarea .picslist li{float: left; width: 240px;margin:15px 10px;}
.indexnewsarea .leftarea .picslist img{width: 235px;height: 154px;}
.indexnewsarea .leftarea .picslist .title{font-size: 14px;padding-top: 10px;max-width: 235px;overflow: hidden;}

.indexnewsarea h3{border-bottom: #b4b4b4 solid 1px;padding-bottom: 10px;}
.indexnewsarea .rightbtn{margin-top: 10px;}
.indexnewsarea .btn-onlinedot{background: url("../img/btn_onlinedot2.jpg") no-repeat;display: inline-block; width: 307px;height: 54px;}
.indexnewsarea .btn-bezyz{background: url("../img/btn_bezyz.png") no-repeat;display: inline-block; width: 307px;height: 54px;}
.indexnewsarea .btn-gyjb{background: url("../img/btn_gyjb.jpg") no-repeat;display: inline-block; width: 307px;height: 54px;}
.indexnewsarea .btn-linkus{background: url("../img/btn_linkus2.jpg") no-repeat;display: inline-block; width: 307px;height: 54px;}
.indexnewsarea .btn-ticket{background: url("../img/btn_ticket.jpg") no-repeat;display: inline-block; width: 307px;height: 54px;}

.topnewslist h3{
    font-size: 16px;
    font-weight: bold;
}
.topnewslist h3 span{
    color: #828282;
    border-left: #828282 1px solid;
    padding-left: 5px;
}
.topnewslist a{
    color: #0b0b0b;
}
.topnewslist hr{
    border: 0;
    border-top: 1px solid #eee;
    box-sizing: content-box;
    margin: 5px;
}
.topnewslist .btn-more{
    clear: both;
    margin-top: 10px;
}
.topnewslist .newslist{
    list-style: none;
    padding: 0 0;
}
.topnewslist .newslist .title{
    float: left;
}
.topnewslist .newslist .date{
    float: right;
    color: #ccc;
}
.vedio-index{
    width: 95%;
    min-width: 325px;
    max-width: 360px;
    height: 210px;
    border: #74bcee 0px solid;
    border-radius:15px;
    background: #74bcee;
    box-sizing:border-box;
}
.subscribe{
    width: 95%;
    margin: 20px 0px;
    padding: 10px 15px;
    border: #9f9f9f 1px solid;
    border-radius:15px;
}
.input-subscribe{
    width: 100%;
    height: 37px;
    display: inline-block;
    border:#80be51 1px solid;
    padding: 5px 10px;
    border-radius: 10px;
}
.btn-subscribe{
    background: url("../img/btn_subscribe.png") no-repeat;
    width: 133px;
    height: 37px;
    display: inline-block;
    border: 0;
}
.donate{
    padding: 10px 15px;
    border: #9f9f9f 1px solid;
    border-radius:15px;
    margin: 10px 20px;
}

.donate .donate-content{width: 100%;height: 100%;display: flex;align-items: center;}
.donate .donate-content .cont{width: 65%;text-align: left;}
.donate .donate-content .cont .title{color: #80b9e1;font-size: 24px;}
.donate .donate-content .cont .money{color: #80be51;font-size: 24px;margin-top: 32px}
.donate .donate-content .cont .money span{font-size: 66px;font-weight: bold;margin-right: 10px;}
.donate .donate-content .cont .desc{color: #9b9b9b;font-size: 14px;margin-top: 10px;}
.donate .donate-content .donate-btn-list{width: 35%;}
.donate-num-suffix{
    width: 42px;
    height: 73px;
    display: inline-block;
    background: url("../img/donate-suffix.png") no-repeat;
    background-position: 0 0;
}
.donate-num i {
    width: 42px;
    height: 73px;
    display: inline-block;
    background: url("../img/donate-num.png") no-repeat;
    background-position: 0 0;
}
.donate-btn-list ul{
    margin-left: 0;
    padding-left: 0;
    text-align: center;
    clear: both;
}
.donate-btn-list li{
    /*display: inline-block;*/
    /*margin-left: 10px;*/
    list-style: none;
    margin-bottom: 30px;
}
.donate-btn-list li:last-child{margin-bottom: 0 !important;}
.donate-btn-list a{
    width: 160px;
    height: 42px;
    background: #80b9e1;
    display: inline-block;
    border-radius:18px;
    /*padding-top: 8px;*/
    text-align: center;
    color: white;
    font-size: 26px;
    padding-left: 0;
    line-height: 42px;
}
.donate-btn-list a.juanzeng{
    background: #80be51;
}
.donate-btn-list a.zhiyuan{
    background: #1f96dd;
}

.donate-table thead{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: -webkit-linear-gradient(left, #a6cc28 , #0691cf); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #a6cc28 , #0691cf); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #a6cc28 , #0691cf); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #a6cc28 , #0691cf); /* 标准的语法 */
}
.donate-table th,td{
    padding-left: 10px!important;
}
.donate-table th{height: 34px;}


.donate-list&gt;.title{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: -webkit-linear-gradient(left, #a6cc28 , #0691cf); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #a6cc28 , #0691cf); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #a6cc28 , #0691cf); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #a6cc28 , #0691cf); /* 标准的语法 */
    height: 34px;
    line-height: 34px;
}
.donate-list&gt;.title&gt;span{
    float: left;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}
.donate-list&gt;.listbox{
    position: relative;overflow: hidden;height: 132px;padding: 0 0;width: 534px;
}
.donate-list&gt;.listbox&gt;.donatelistbox{
    height: 132px;overflow: hidden;position: absolute;width: 1800px;
}
.donate-list&gt;.listbox ul {
    float: left;padding: 0!important;width: 534px;
}
.donate-list&gt;.listbox li{list-style: none;float: left;overflow: hidden;white-space: nowrap;}

.wrapmidbox{
    max-width: 1200px;
    margin: 0px auto;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    margin-top: 20px;
    margin-bottom: 20px;

}
.brands-gongyi-content img{
    width: 951px;
    height: 379px;
}
.brands-gongyi-content h1{
    font-size: 60px;
    font-weight: bolder;
}

.leftcontent{
    float: left;
    padding: 10px 10px;
    width: 100%;
    max-width: 951px;
}
.leftcontent&gt;.topcate{
    margin-top: 10px;
    /*padding-top: 20px;*/
}
.index-scroll{ margin-top: 15px;}
.index-scroll .prev,.index-scroll .next{ width:23px; margin:100px 10px; cursor:pointer; padding:30px 0;}
.index-scroll .next{ margin-left:0;margin-top: 100px;}
.index-scroll .items{float:left;position:relative;width:852px;height:286px;overflow:hidden;}
.index-scroll .items ul{position:absolute;width:9999px;list-style: none;display: inline;padding-left: 0 !important;}
.index-scroll .items ul li{float:left; margin-right:15px;border: #ccc 1px solid;width: 198px; height: 266px;display:block;}
.index-scroll .items ul li img{float:left;width:196px; height:176px; cursor:pointer;}
.leftcontent .info{padding: 3px 5px;max-width: 198px;max-height: 90px; overflow: hidden;}
.leftcontent .info h4{font-weight: bold}
.leftcontent .info p{color: #7f7f7f;}

.topbtn{
    border: #cccccc 1px solid;
    width: 90px;
    height: 27px;
    display: inline-block;
    text-align: center;
    padding-top: 3px;
    color: #7f7f7f;
}
.btn-topmore{
    width: 156px;
    height: 29px;
    display:inline-block;
    border-radius: 15px;
    text-align: center;
    padding: 3px;
    font-size: 16px;
}
.btn-orange{
    border: #e4580d 1px solid;
    color: #e4580d;
}
.btn-blue{
    border: #0e9ce4 1px solid;
    color: #0e9ce4;
}
.btn-purple {
    border: #e50e83 1px solid;
    color: #e50e83;
}
/* ----------------------------------合作伙伴 ------------------------------*/
.parter{position: relative;padding: 20px 20px;}
.parter .parter-head ul{ position:relative; left:50%; float:left;}
.parter .parter-head li{ position:relative; right:50%; float:left;}
.parter .parter-head li+li:before { content: "|"; padding-right: 10px; font-size: 10px}
.parter .parter-head a{font-size: 16px;display: inline}
.parter .parter-head a:hover{background: none !important;}
.parter .parter-head  .active a{color: #009966;background: none !important;}
.parter .parter-head  .active{background: none !important;}
.parter img{border: #ccc 1px solid;width: 160px;height: 98px}
.parter .tab-content ul{width: 100%;list-style: none;}
.parter .tab-content ul li{padding: 10px 10px;float: left}
.parter .tab-content ul li+li:before { content: ""; padding-right: 0; }
/*--------------------------------------------------	BOTTOM CONTENT BOX---------------------------------------------------*/
.bottom_info{
    background: -webkit-linear-gradient(left, #a6cc28 , #0691cf); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #a6cc28 , #0691cf); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #a6cc28 , #0691cf); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #a6cc28 , #0691cf); /* 标准的语法 */
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.bottom_info .share{
    padding: 20px 0;
}
.bottom_info .bankinfo{
    background: #fff;
    color: #009966;
    padding: 5px 5px;
    line-height: 52px;
    font-size: 16px;
}
.share .icon-qzone,.share .icon-weibo,.share .icon-wechat{width: 71px;height: 70px;font-size: 0px;line-height: 0px;}
.share .icon-qzone,.share .icon-qzone:hover{background: url("../img/icon-qzone.png");}
.share .icon-weibo,.share .icon-weibo:hover{background: url("../img/icon-weibo.png");}
.share .icon-wechat,.share .icon-wechat:hover{background: url("../img/icon-weixin.png");}


.icon-phone{
    background: url("../img/icon_phone.png") no-repeat;
    line-height: 78px;
    height: 78px;
    padding-left: 100px;
    display: block;
    font-size: 60px;
    color: #fff;
}
.footer {padding: 10px 10px;}
.footer .footer-logo{
    font-size: 18px;
    font-weight: bold;
}
.footer a{
    color: #000;
}

.footer h3{
    font-size: 16px;
    font-weight: bold;
}


.main-header .navbar-toggle{display:none; width:20px; height:20px; cursor:pointer; position:absolute; top:50%;    z-index: 11;}
.main-header .navbar-toggle span{display: block; width: 22px; height:2px; border-radius:1px; background:#C6F3E4}
.main-header .navbar-toggle span:nth-child(1){position:absolute; top:0; transition:0.3s;}
.main-header .navbar-toggle span:nth-child(2){position:absolute; top:50%; margin-top:-1px;}
.main-header .navbar-toggle span:nth-child(3){position:absolute; bottom:0; transition:0.3s;}
.mlogo{display:none}

@media screen and (max-width:1000px){ 
   .main-header{width: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 9999;
    background:rgb(0, 77, 51);
    height: 50px;
    border: 0;
	}
.mlogo{display:block;}    
.mlogo img{  width: inherit;  height: 43px;    position: absolute;    left: 10px;    top: 7px;    z-index: 3;    padding: 0rem 0;}

.main-header .logo{display:none}

.main-header .show{display:block; width:100%; height:100%;position: fixed; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); opacity: 1;}
    .main-header .show .navbar-toggle span:nth-child(1){top:50%; margin-top:-1px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg);}
    .main-header .show .navbar-toggle span:nth-child(2){filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); opacity: 0;}
    .main-header .show .navbar-toggle span:nth-child(3){bottom:50%; margin-bottom:-1px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}


.main-header  .navbar-toggle{display:block; margin-top:-10px;    right: 30px;}



	.main-header .container{width: 100%;padding: 0;    margin: 0;}

	.container .logo{  display:none;}



	 .main-header .right{display:none}

	.container .logo img{    height: 100%;    width: initial;    text-align: center;}

	.topnewslist,.semiboxshadow,.bottom_info,.wrapmidbox,.parter,.rightarea{
		display:none;
	}
	.footer .container{width:100%}
	.row{     margin-right: 0px;
    margin-left: 0px;}
	.indexnewsarea .leftarea{width:100%}
	.leftarea ul{padding-left: 0px;}
	.newspics .row .col-md-4{display:none;}
	.pull-right,.newspics .row .pull-right{text-align: left;    float: inherit;}

	.newslist li{ width:100% ;  height:40px;      line-height: 40px;        font-size: 14px;      list-style: initial; white-space: nowrap;      overflow: hidden;      text-overflow: ellipsis; }
	.footer .footer-logo,.footer .col-md-9{display:none}

	.wrapsemibox{    padding-bottom: 42px;    border-bottom: 3px solid #ccc; box-shadow: inherit;}
	.infolist h4{font-size:13px;}
	.indexnewsarea .leftarea .picslist li{    width: 46%;    margin: 2% 2%;}
	.indexnewsarea .leftarea .picslist img{    width: 100%;    height: initial;}
	.indexnewsarea .leftarea .picslist .title{    padding-top: 8px;
    max-width: 235px;
    overflow: initial;
    height: 51px;}


	.navbar{ .border-top:0px   position: fixed;    opacity: 0.9;    width: 100%;    overflow: hidden;    top: 50px;    background: rgba(0,0,0,1);    transition: all 0.8s;    height: 0%;}

	.navbar-nav&gt;li{float: inherit;border: 0;    width: 100%;    padding: 0;    display: inline-block;    margin-top: 27px;}

	.navbar-nav&gt;li:hover,.navbar-nav&gt;li.active{    border: 0px solid;}
	.nav .open&gt;a, .nav .open&gt;a:focus, .nav .open&gt;a:hover{    background-color: inherit;}

	.dropdown-menu&gt;li&gt;a{    border: 0px;    background: inherit;    text-align: center;    margin-top: 10px;}
	.carousel .item{height: 147px;    margin-top: 55px;}
	.carousel-control.left, .carousel-control.right{margin-top: 20%;}

}

.footer-nav{padding: 0 !important;}
.footer-nav div{padding: 0 !important;}
.footer-nav div p{line-height: 16px !important;}

.beian a{color: #fff}</pre></body></html>