﻿@charset 'UTF-8';

/**
 *
 * @authors WangLi
 * @email 1790676280@qq.com
 * @date    2016-09-30 14:52:38
 * @version $Id$
 */

body {
    overflow: hidden;
    width: 100%;
    min-width:1380px;
    height: 100%;
    color: white;
}

a {
    color: white;
}

img,
span {
    vertical-align: middle;
}


/* 重置字体样式 */

.font-xxxl {
    font-size: 72px;
}

.font-xxl {
    font-size: 38px;
}

.font-xl {
    font-size: 28px;
}

.font-l {
    font-size: 16px;
}

.font-lg {
    font-size: 22px;
}

.font-md {
    font-size: 20px;
}

.font-s {
    font-size: 18px;
}

.font-ss {
    font-size: 16px;
}

.font-weight {
    font-weight: 600;
}

.active {
    font-weight: 600;
}


/* 左浮动 */

.float-left {
    float: left;
}


/* 右浮动 */

.float-right {
    float: right;
}


/* 清除浮动 */

.clearfix:after {
    display: block;
    clear: both;
    height: 0;
    content: ' ';
}

.clearfix {
    zoom: 1;
}

.border-line {
    margin: 20px 0;
    padding: 30px;
    border: 1px solid #097;
}

.border-bottom {
    border-bottom: 1px solid #fff;
}

.line {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    margin-bottom: 10px;
    background-color: white;
}

.line:before {
    position: absolute;
    top: -5px;
    left: -10px;
    width: 10px;
    height: 10px;
    content: '';
    border-radius: 50%;
    background-color: #fff;
}


/*  */

.space {
    margin-right: 30px;
}


/* 行内元素垂直居中 */

.vertical-align {
    vertical-align: middle;
}


/* 头部样式 */

.header {
    width: 100%;
    height: auto;
    background: -webkit-linear-gradient(left, #0059b0, #fff);
    background: -moz-linear-gradient(left, #0059b0, #fff);
    background: -o-linear-gradient(left, #0059b0, #fff);
    background: -ms-linear-gradient(left, #0059b0, #fff);
    background: linear-gradient(left, #0059b0, #fff);
}

.header > .main {
    position: relative;
    padding: 23px 0;
}

.header > .main > li:last-child {
    position: absolute;
    right: 0;
    bottom: 0;
}


/* 主体样式 */

.main {
    width: 80%;
    height: auto;
    margin: 0 auto;
}

.banner {
    width: 100%;
    height: auto;
    padding: 20px 0;
    background-color: #0059b0;
}

.banner > .main {
    position: relative;
    height: 380px;
    background: url(../img/path.png) no-repeat;
}

.main-text {
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 40%;
    overflow: auto;
    width: 32%;
    height: 75%;
    margin: auto;
}

.container {
    width: 100%;
    height: auto;
    padding: 20px 0;
    background-color: #00b38c;
}

.main-content {
    position: relative;
    width: 40%;
    height: 100%;
    text-align: center;
}

.banner .main-content {
    left: -15%;
    position: absolute;
    overflow: auto;
    height: 100%;
    margin: auto;
}

.main-content > li {
    margin-top: 15px;
}

.main-content > li:last-child {
    margin-top: 35px;
}

.main-content > li:last-child > ul > li {
    margin: 0 20px;
}

.starC {
    position: relative;
}

.starC3 {
    position: absolute;
    top: -50px;
    right: 66px;
}

.main-content-img > img {
    width: auto;
    height: 70px;
}

.main-content-img > span {
    line-height: 35px;
    display: inline-block;
    width: 50%;
}

.main-content-download {
    position: relative;
    display: inline-block;
    width: 25%;
    margin: 0 auto;
    padding: 10px 0;
    border-radius: 35px;
    background-color: #9dda52;
}

.main-content-download > span {
    font-size: 16px;
    position: absolute;
    top: -30px;
    right: 0;
}

.download-content {
    position: relative;
}

.download-content > a {
    font-size: 16px;
    position: absolute;
    top: 6px;
    right: 0;
    text-decoration: underline;
}

.call{
    width: 100%;
    /*margin: auto;*/
    float: right;
    margin-top: 27px;
}
.call li {
    margin-top: -10px;
    margin-bottom: 10px;
}

.download-content h1,.content h1 {
    font-size: 24px;
    /*text-indent: 20px;*/
    margin-top: 15px;
}

.download-content div {
    margin: 26px 0;
    border-bottom: 1px solid #097;
}

.download-content div ul li {
    line-height: 40px;
}

.download-content-title {
    width: 100%;
    margin: 0 auto;
}

.download-content-title > li {
    line-height: 20px;
}

.download-detail-other a {
    font-weight: 600;
    margin: 0 20px 0 10px;
    background-color: #9dda52;
}

.download-detail-other > ul {
    margin-left: 3em;
}

.download-install > div {
    margin-top: -20px;
    border-top: none;
}

.download-install li {
    padding: 10px 0;
    border: 1px solid #097;
}

.download-install li:last-child {
    /*border-bottom: none;*/
}

.download-inline {
    text-align: center;
}

.download-inline li {
    float: left;
    width: 40%;
    text-align: left;
}

.download-inline li:first-child {
    border-bottom: none;
}


/* 尾部样式 */

.footer {
    line-height: 40px;
    width: 100%;
    height: auto;
    padding: 10px 0;
    text-align: center;
    background-color: #0059b0;

}


.content{
    width: 80%;
    margin: auto;
    height: auto;
    overflow: hidden;
    /*border: 1px solid #000000;*/
}


.content .content-right{
    width:28% ;
    /*height: auto;*/
    min-height: 650px;
    border: 1px solid #04765d;
    float: right;

}

.content .main-cont{
    width: 100%;
    height: auto;
    /*float: left;*/
    border-right: 1px solid #097;

}

/*
.line-box {
    border: 1px solid #009977;
    padding: 20px;
} */


/* 气泡框 */

.bubble {
    line-height: 25px;
    position: relative;
    display: inline-block;
    width: 45px;
    height: 25px;
    text-align: center;
    color: #0059b0;
    border-radius: 10%;
    background-color: #fff;
}

.bubble:after {
    position: absolute;
    top: 75%;
    left: -5px;
    width: 16px;
    height: 16px;
    content: '';
    color: #fff;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-right-width: 15px;
    border-right-color: currentColor;
    border-radius: 0 0 32px 0;
}

.ul3 li {
    font-size: 15px;
}



.download-content .icon-xiazai,.download-content .icon-peizhi,.download-content .font-md .anzhuangxiezai,.download-content .icon-shouji,.content .icon-gonggao1{
    font-size: 30px;
}

.main-contentLeft,.main-contentRight{
    width: 47%;
}
.main-contentRight{
    margin-right: 0px !important;
}

.main-contentLeft i,.main-contentRight i{
    font-style: normal;
    font-size: 14px;

}


/*.main-contentRight{*/
    /*margin-right: 175px !important;;*/
/*}*/

.main-contentLeft a,.main-contentRight a{
    display: block;
    width: 30%;
    /*line-height: 42px;*/
    padding: 8px 0;
    background: #9dda52;
    color: white;
    text-align: center;
    font-size: 16px;
    border-radius: 30px;
    margin-left: 48px;
    margin-top: 40px;
}

.main-contentLeft a:hover,.main-contentRight a:hover{
    box-shadow: 3px 3px 3px #666;
}

.main-contentLeft span,.main-contentRight span{
    display: inline-block;
    width: 276px;
    line-height: 40px;
    text-align: center;
    font-size: 25px;
}
.ul1 li:nth-of-type(1),.ul1 li:nth-of-type(4){
    margin-left: 2px;
}




.ul1 li{
    float: left;
    margin-left: 20px;
    width:30%;
    margin-top: 40px;
    min-height: 190px;
    height: auto;
    padding: 0 10px;

    /*border: 1px solid #ccc;*/
}




/*.ul2{*/
    /*overflow: hidden;*/
/*}*/

.ul2 li{
    list-style: none;
    width:97%;
    margin-top: 27px;
    line-height: 50px;
    /*min-height: 320px;*/
    min-height: 140px;
    padding-left: 10px;
    border-bottom: 1px solid #04765d;
    border-top: 1px solid #04765d;

}

.ul2 li:nth-of-type(1){
    border-top:none;
}
.ul2 li:nth-of-type(3){
    border-bottom:none;
}


.h1-title{
    height: 30px;
}


.ul1 li{
    transition: all .3s ;
}

.ul1 li:hover{
   transform: translateY(-5px) ;
    box-shadow: 1px 1px 2px 2px #097;
}



.ul1 li p{
    font-size: 15px;
    text-align: left;
    margin-top: 8px;

}
.ul2 li h3{
    font-size: 17px;
}
.ul2 li p{
    font-size:15px;
    /*margin-top: 20px;*/
}

.p1{
color: #f5ec02}

.ul1 li a,.ul2 li a{
    background: #9dda52;
}

.font-md i,.content-right i {
    font-size:30px ;
}

h1{
    border-bottom:1px solid #097;
    padding-bottom: 30px;
}

.main-left{
    float: left;
    width: 70%;
}
.main-right{
    float: right;
    width: 25%;
}
li{
    font-size: 17px;
}

@media screen and (min-width: 1857px) {
    .ul1 li {
        float: left;
        margin-left: 20px;
        width: 30.9%;
        margin-top: 40px;
        min-height: 190px;
        height: auto;
        /*padding-left: 10px;*/
        padding: 0 10px;
        border: 1px solid #097;
    }
    .ul2 li{
        list-style: none;
        width:97%;
        margin-top: 27px;
        line-height: 50px;
        /*min-height: 320px;*/
        min-height: 150px;
        padding-left: 10px;
        border-bottom: 1px solid #04765d;
        border-top: 1px solid #04765d;
    }
    .ul2 li:nth-of-type(1){
        border-top:none;
    }
    .ul2 li:nth-of-type(3){
        border-bottom:none;
    }

    .content .content-right{
        min-height: 650px;
    }

    .ul1 li:nth-of-type(1),.ul1 li:nth-of-type(4){
        margin-left: 2px;
    }
    .ul1 li:nth-of-type(3),.ul1 li:nth-of-type(5){
        margin-left: 20px;
    }

}






.gg-box,.gg-box1{
	position: relative;
	width: 45%; height: 250PX; 
	 border: 1px solid #4C90CD; 
	overflow: hidden;
	/*box-shadow: 1px 1px 1px 2px #009977;*/
}

.ul-gg{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: absolute;
}

.ul-gg p{
line-height:35px;
	width: 95%;
	height: 35px;

	/*border-bottom:1px solid #097 ;*/
	list-style-type: disc;
	margin-left: 25px;
	font-size: 13px;
	color: #fff;
	/*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
    word-wrap: break-word;
}
.abs{
	   /* float: right;*/
    /*margin: -13px 0 0 0;*/
    /*font-weight: 600;*/
    width: 97% !important;
    border-bottom: 1px solid #9dda52;
    text-align: right;
}
.abs i,.abs em{
	font-style: oblique;
	font-size: 13px;
	color: #9DDA52;
	display: inline-block;
	margin-right: 14px;
	
	/*font-weight: 600;*/
}




/*.main-contentLeft img,.main-contentRight img{*/
    /*position: absolute;*/
    /*top: 22px;*/
/*}*/

.pr{
	width: 50px;
	height: 30px;
	display: block;
	background:rgba(56,56,56,.5);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9999;
	line-height: 30px;
	text-align: center;
	font-size: 11px;
}
.nx{
	width: 50px;
	height: 30px;
	display: block;
	background:rgba(56,56,56,.5);
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 9999;
	line-height: 30px;
	text-align: center;
	font-size: 11px;
}





.mains{
	width: 80%;
	height: 290px;
	margin: auto;
}

