/* --- common --- */
@charset "utf-8";
body {
	margin: 0;
	padding: 0; 
	-webkit-text-size-adjust:none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0; 
	-webkit-text-size-adjust:none;
}
div, dl, dt, dd, ul, ol, li, p, img, th, td, pre, form, fieldset, input, textarea, blockquote {
	margin: 0;
	padding: 0; 
	-webkit-text-size-adjust:none;
}
body {
	font-family: Lato,Arial,Helvetica,sans-serif;
	font-size:14px;
	line-height:1.6em;
	color: #464646;
	background-color: #FFFFFF;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
img { 
	border:none;
} 
ul {
	list-style:none;
}
li {
	list-style:none;
}
a {
	text-decoration:none;
	color:#0075D0;
}
a:hover { 
	text-decoration:underline;
}
.clear { 
	clear:both; 
	height:0; 
	overflow:hidden; 
	margin:0px; 
	padding:0px; 
	line-height:0px;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.wrapper { 
	width:100%;
	margin:0 auto;
}
.container {
	width: 1000px;
	margin:0 auto;
}

.header {
	margin-right: auto;
	margin-left: auto;
	height:86px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #CFDEE7;
	background-color: #0b73b5;
}
.header .true-header {
	float: left;
	width: 20%;
}
.header .true-header a {
	float:left;
	display:block;
	width:100%;
	height:40px;
	background-image: url(../images/common/isunshare1.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 25px;
}

.menu-main {
	margin-top:53px;
	float: right;
	width: 80%;
	position: relative;
	z-index: 30;
}
.menu-main .nav-box {

}
.menu-main ul {
	float:left;
	margin-left: 60px;
	height:33px;
}
.menu-main ul li {
	float:left;
	position:relative;
	height:33px;
}
.menu-main ul li .item {
	padding-right: 20px;
	padding-left: 20px;
	height:33px;
	line-height:33px;
	color:#e3f4ff;
	display:inline-block;
	text-align:center;	
	float:left;
}
.menu-main ul li .item:hover {
	text-decoration:none;
	background-color: #ec546a;
}
.menu-main ul li:hover .item {
	text-decoration:none;	
	background-color: #ec546a;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #CFDEE7;
}
.menu-main ul li.select .item {
	text-decoration:none;	
	background-color: #ec546a;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #CFDEE7;
}
.menu-main li div {
	display:none;
	width: 460px;
	background-color: #0b73b5;
	position: absolute;
	top:39px;
	left:0px;
	overflow: hidden;
}
.menu-main li:hover .menu-main-sub { 
	display:block;
}
.menu-main li .menu-main-sub {
	background-color: #0b73b5;
	padding-top: 5px;
	padding-bottom: 5px;
	width:460px;	
}
.menu-main li .menu-main-sub dl {
	width:230px;
	float: left;
}
.menu-main li .menu-main-sub dl dt {
	float:left;
	width:230px;
	display: block;
	margin-left: 20px;
	color:#ff8e00;
	font-size: 16px;
	margin-bottom: 8px;
	margin-top: 8px;
}
.menu-main li .menu-main-sub dl dd {
	float:left;
	width:230px;
	display: block;
	background-image: url(../images/common/list-bg.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
	margin-left: 20px;
}
.menu-main li .menu-main-sub dl dd a {
	color:#e3f4ff;
	padding-left: 15px;
	height: 25px;
	display: block;
	line-height: 25px;	
}
.menu-main li .menu-main-sub dl dd a:hover {
	text-decoration:underline;
}

.footer {
	background-color: #121619;
	padding-top: 30px;
	padding-bottom: 30px;
	width:100%;
	height: 140px;	
}

.footer p {
	color:#878787;
	text-align:center;
	padding-bottom: 30px;
}
.footer a {
	text-align:center;
	color:#878787;
	margin-right: 5px;
	margin-left: 5px;
}
.footer img{
	margin-right: 15px;
}

.banner { 
    clear: both; 
	width:100%;
    overflow: hidden;
    position: relative; 
}

.crumb-box {
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #999;
}
.crumb-box a{
	color: #999999;
}
.left-home {
	margin-bottom:20px;
}
.left-home .item{
	width:290px;
	float:left;
	margin-top: 30px;
	margin-left: 65px;
	margin-bottom: 30px;
}
.left-home .item:first-child{
	margin-left: 0px;
}
.left-home .item .icon {
	text-align: center;
}
.left-home .item h2{
	margin-top: 15px;
	font-size:18px;
	line-height:24px;
}
.left-home .item p{
	margin-top: 5px;
}
.left-home .item1{
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #F7F7F7;
}
.left-home .item1 h3 {
	margin-bottom:10px;
	font-size:18px;	
}
.left-home .item1 p{
	margin-top: 5px;
}
.left-home .item1 .sub1{
	float:left;
	padding-top: 15px;
	width:280px;
	padding-left: 20px;
	padding-bottom: 15px;
}
.left-home .item1 .sub2 {
	float:left;
	padding-top: 15px;
	margin-right: 40px;
	width:340px;
	padding-bottom: 15px;
}
.left-home .item1 .sub3 {
	width:400px;
	float:left;
	padding-top: 15px;
	margin-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.left-home .item1 .sub3 p a{
	margin-right: 15px;
}

.left-full {
	margin-bottom:20px;
}
.left-full p{
	overflow:hidden;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.left-full h1 {
	font-size:24px;
	font-weight:bold;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	line-height: 30px;
}

.left {
	width:71%;
	margin-bottom:20px;
	float: left;
	border:1px solid #ededed;
	padding: 20px;
	color: #4e4e4e;
	line-height: 22px;
}
.left p{
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.left h1 {
	font-size:24px;
	font-weight:bold;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	line-height: 30px;
}
.left h2 {
	font-size:22px;
	font-weight:bold;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	line-height: 28px;
}
.left h3 {
	font-size:19px;
	font-weight:bold;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
.left h4 {
	font-size:18px;
	font-weight:bold;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
.left h5 {
	font-size:16px;
	font-weight:bold;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	color:#0075D0;
}
.left h6 {
	font-size:16px;
	font-weight:bold;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	color:#0075D0;
}
.left ul, .left ol{
	margin-left: 16px;
	list-style-position: outside;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.8em;
}
.left ul li{
	list-style-type: disc;
	list-style-position: outside;
}

.left ol li {   
	list-style-image: url(../images/common/list-ol.png);
	list-style-position: outside;
}

.left .video {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.left-product {
	width:71%;
	margin-bottom:20px;
	float: left;
	border:1px solid #ededed;
	padding: 20px;
	color: #4e4e4e;
}
.left-product p{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.left-product h1 {
	font-size:24px;
	font-weight:bold;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	line-height: 30px;
}
.left-product h2 {
	font-size:22px;
	font-weight:bold;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	line-height: 28px;
}
.left-product h3 {
	font-size:20px;
	font-weight:bold;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.left-product .product-title {
	font-size:16px;
	color:#0075D0;
	font-weight:bold;
}
.left-product .product-images {
	width:160px;
	float:left;
	margin-top:10px;
}
.left-product .product-images p {
	font-size: 16px;
	padding-top: 15px;
	text-align: center;
}
.left-product .product-images .price{
	color:#f33502;
	font-weight: bold;
	font-size: 18px;
}
.left-product dl{
	padding-right: 0px;
	padding-left: 0px;
}
.left-product dt{
	margin-bottom:10px;
	color: #0a5c8f;
	font-weight: bold;
	margin-top: 10px;
}
.left-product dd{
	padding-left:15px;
	margin-bottom:5px;
	background-image: url(../images/common/dot-product.png);
	background-repeat: no-repeat;
	background-position: 0 9px;
	margin-top: 5px;
}
.left-product .button {
	padding-top: 15px;
}
.left-product .button img{
	margin-right: 30px;
}
.left-product p.features{
	color: #0a5c8f;
	font-weight: bold;
}
.version-box {
	width:720px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
}
.version-box .top {
	font-size:14px;
	line-height: 40px;
	width:680px;
	font-weight: bold;
	list-style-type: none;
	margin-left: 20px;
}
.version-box .top span {
	padding-right: 80px;
}
.version-box ul {
	background: url(../images/common/version-box.png) no-repeat;
	height:294px;
	margin-top: 20px;
	padding: 0px;
}
.version-box li {
	display: block;
	float: left;
}
.version-box .bottom {
	padding:0px;
	width: 170px;
	margin: 0px;
	list-style-type: none;
}
.version-box dl {
	width: 170px;
}
.version-box ul .bottom dl dt {
	float:left;
	text-align: center;
	width: 170px;
	margin-top: 0px;
	font-weight: normal;
	padding-top: 5px;
}
.version-box .dd-image {
	float: left;
	width: 170px;
	text-align: center;
	background-image: none;
	background-position: 0px 0px;
	padding-left:0px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.version-box .dd-image .price {
	font-size: 14px;
	font-weight:bold;
	color:#ff0000;
	margin-top: 10px;
}
.version-box .dd-buttom {
	margin:20px 0 0 0;
	float: left;
	width: 170px;
	background-image: none;
	background-position: 0px 0px;	
	padding-left:0px;
}
.version-box .dd-buttom img {
	margin-bottom: 10px;
	margin-left:17px;
}

.version-box1 {
	width:720px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
}
.version-box1 .top {
	font-size:14px;
	line-height: 40px;
	width:680px;
	font-weight: bold;
	list-style-type: none;
	margin-left: 20px;
}
.version-box1 .top span {
	padding-right: 80px;
}
.version-box1 ul {
	background: url(../images/common/version-box3.png) no-repeat;
	height:294px;
	margin-top: 20px;
	padding: 0px;
}
.version-box1 li {
	display: block;
	float: left;
}
.version-box1 .bottom {
	padding:0px;
	width: 340px;
	margin: 0px;
	list-style-type: none;
}
.version-box1 dl {
	width: 340px;
	text-align: center;
}
.version-box1 ul .bottom dl dt {
	float:left;
	text-align: center;
	width: 340px;
	margin-top: 0px;
	font-weight: normal;
	padding-top: 5px;
}
.version-box1 .dd-image {
	float: left;
	width: 340px;
	text-align: center;
	background-image: none;
	background-position: 0px 0px;
	padding-left:0px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.version-box1 .dd-image .price {
	font-size: 14px;
	font-weight:bold;
	color:#ff0000;
	margin-top: 10px;
}
.version-box1 .dd-buttom {
	margin:20px 0 0 0;
	float: left;
	width: 340px;
	background-image: none;
	background-position: 0px 0px;	
	padding-left:0px;
}
.version-box1 .dd-buttom img {
	margin-bottom: 10px;
	margin-left:17px;
}

.version-box2 {
	width:720px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
}
.version-box2 .top {
	font-size:14px;
	line-height: 40px;
	width:680px;
	font-weight: bold;
	list-style-type: none;
	margin-left: 20px;
}
.version-box2 .top span {
	padding-right: 80px;
}
.version-box2 ul {
	background: url(../images/common/version-box4.png) no-repeat;
	height:294px;
	margin-top: 20px;
	padding: 0px;
}
.version-box2 li {
	display: block;
	float: left;
}
.version-box2 .bottom {
	padding:0px;
	width: 227px;
	margin: 0px;
	list-style-type: none;
}
.version-box2 dl {
	width: 227px;
	text-align: center;
}
.version-box2 ul .bottom dl dt {
	float:left;
	text-align: center;
	width: 227px;
	margin-top: 0px;
	font-weight: normal;
	padding-top: 5px;
}
.version-box2 .dd-image {
	float: left;
	width: 227px;
	text-align: center;
	background-image: none;
	background-position: 0px 0px;
	padding-left:0px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.version-box2 .dd-image .price {
	font-size: 14px;
	font-weight:bold;
	color:#ff0000;
	margin-top: 10px;
}
.version-box2 .dd-buttom {
	margin:20px 0 0 0;
	float: left;
	width: 227px;
	background-image: none;
	background-position: 0px 0px;	
	padding-left:0px;
}
.version-box2 .dd-buttom img {
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

.right{
	float:right;
	width:23%;
	margin-bottom:20px;
}
.right p {
	background-color: #dbdbdb;
	color: #5a5a5a;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
}
.right ul {
	background-color: #f3f3f3;
	margin-bottom: 15px;	
}
.right li{
	line-height: 32px;
	padding-left: 10px;
}
.right li a{
	color: #464646;
}
.right dl {
	background-color: #f3f3f3;
	margin-bottom: 15px;	
}
.right dt{
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/common/list-right.png);
	background-repeat: no-repeat;
	background-position: 0px 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 13px;
	font-weight: bold;
	margin-left: 10px;
}
.right dd{
	line-height: 32px;
	padding-left: 10px;
}
.right dd a{
	color: #464646;
}

.main-page-image-left {
    float:left;
    padding-top: 5px;
    padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
	
.main-page-image-right {
    float:right;
    padding-top: 5px;
    padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.product-box {
	width: 355px;
	float: left;
	margin-top: 10px;
}
.product-box h2 {
	color: #00abeb;
	margin-bottom: 20px;
	font-weight:bold;
	font-size:16px;
}
.product-box .img {
	float: left;
	padding-top: 5px;
}
.product-box .img p {
	color: #f33502;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.product-box .content {
	width: 230px;
	float: left;
	padding-left: 20px;
}
.product-box .content h3{
	font-size:14px;
	line-height:16px;
}
.product-box .content span {
	display:block;
}
.product-box p {
	margin-top: 0px;
}
.product-box p .button-buy {
	background: url(../images/common/button-buy10.png) left no-repeat;
	width: 79px;
	height: 28px;
	float: left;
	margin-right: 20px;
}
.product-box p .button-down {
	background: url(../images/common/button-download10.png) left no-repeat;
	width: 79px;
	height: 28px;
	float: left;
}
	
.resources-item {
	float:left;
	width:290px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.resources-item h2 {
	font-size:18px;
	line-height: 20px;
}
.resources-item ul {
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.resources-item ul li {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	list-style-type: none;
	background-image: url(../images/common/dot.png);
	background-repeat: no-repeat;
	background-position: 0px 13px;
}
.resources-item ul a {
	font-size:13px;
	
}

.video-box {
      float:left; 	  	  	  
	  
}

.video-box ul {
    padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;	
	
}

.video-box ul li {
	float:left; 
	width:200px;
	height:180px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left:0;
	list-style-type: none;	
	list-style-position:inside;	
		   
}      

.video-box ul a {
    font-size:13px;
	color:#155CA9;
	font-weight:bold;

}

.purchase-price {
	font-weight:bold;
	color:#ff6100;
	font-size: 20px;
}
.purchase-original {
	font-weight:bold;
	font-size: 16px;
}

.purchase-box {
	float: left;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.purchase-box p{
	font-size: 16px;
	padding-left: 15px;
	color: #777;
	padding-top: 5px;
	padding-bottom: 5px;
}

.purchase-text {
	padding-left: 20px;
}

.left-purchase-box {
	margin-right:10px;
}

.purchase-text a{
	background-color:#ff6100;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	display:inline-block;
	border-radius:5px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.purchase-text a img{
	margin-right:8px;
	vertical-align:middle;
}
.purchase-text a:hover{
	text-decoration:none;
	background-color:#ff741e;	
}

.special-offer {
	padding-top: 30px;
	text-align:center;
	padding-bottom: 20px;
}
.special-offer h3{
	font-size:20px;
	line-height:1.2em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.special-offer p{
	display:block;
	font-size:16px;
	font-weight:normal;
	color:#bcc8cf;
	margin: 0px;
	padding: 0px;
}
.special-offer span{
	color:#f00
}

.home-list{
	background-color: #121619;
	padding-top: 30px;
	padding-bottom: 10px;
	width:100%;
}

.home-list .item{
	width:350px;
	float:left;
	margin-right: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #114b76;
	height: 280px;
	padding-right: 30px;
}

.home-list .item p{
	color:#878787;
}
.home-list .item a{
	color:#878787;
}
.home-list .item a{
	color:#878787;
}
.home-list .item h3 {
	margin-bottom:10px;
	font-size:18px;
	color: #d3d3d3;
}
.home-list .item1{
}
.home-list .item1 h3 {
	margin-bottom:10px;
	font-size:18px;
	color: #d3d3d3;
}
.home-list .item1 ul li{
	color:#878787;
	padding-top: 5px;
	padding-bottom: 5px;
}
.home-list .item1 a{
	color:#878787;
}
.home-list span{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #484242;
	display: block;
}



.key-function {
	width: 710px;
	float: left;
	margin-top: 0px;
}
.key-function h2 {
	color: #00abeb;
	margin-bottom: 10px;
	font-weight:bold;
	font-size:16px;
}
.key-function .img {
	float: left;
	padding-top: 5px;
}
.key-function .content {
	width: 250px;
	float: left;
	padding-left: 20px;
	padding-right: 10px;
}
.key-function .content h3{
	font-size:14px;
	line-height:16px;
}
.key-function .content span {
	display:block;
}
.key-function p {
	margin-top: 0px;
}

.recommended-title {
	color: #FF0000;
}

.recommended {
	width: 710px;
	float: left;
	margin-top: 20px;
	background-color: #F2F2F2;
	padding-bottom: 10px;
	border-radius: 10px;
}
.recommended img {
	float:left;
	padding-top: 10px;
}
.recommended h2 {
	float: left;
	display: block;
	color: #e80303;
	line-height: 60px;
	margin-top: 10px;
}
.recommended h2 img {
	padding-top: 0px;
	padding-left: 5px;
}
.recommended h3 {
	padding-left: 160px;
	padding-top: 10px;
}
.recommended p {
	padding-left: 160px;
	padding-top: 5px;
	padding-right: 30px;
}
