﻿/*去掉产品详情动画横向滚动条*/
.no-scroll{
    overflow-x: hidden !important;
}
li{
	list-style:none;
}
/*首頁*/
.banner{
	height: 610px;
	
    text-align: center;
}
b{
	font-weight: normal!important;
}

.banner > h3{
    padding-top: 315px;
    font-size: 25px;
    color: #FFFFFF;
}


.feature-con{
	background: #f9f9f9;
	padding-bottom: 65px;
	overflow: hidden;
}

.feature-list{
	max-width: 1200px;
	margin: 0 auto;
}

.feature-list h2{
	margin: 75px 0;
	text-align: center;
	font-size: 30px;
	color: #333333;
}

.feature-list ul{
	display: flex;
	display: -webkit-flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

.feature-list ul li{
	width: 32.5%;
	height: 320px;
	box-sizing: border-box;
	padding:50px;
	background: #f5f5f5;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.feature-icon{
	width: 65px;
	height: 55px;
	margin: 0 auto 30px;
}

.feature-1{
	background: url(../image/feature-icon.png) no-repeat;
}

.feature-2{
	background: url(../image/feature-icon.png) no-repeat;
	background-position-y: -107px;
}

.feature-3{
	background: url(../image/feature-icon.png) no-repeat;
	background-position-y: -218px;
}

.feature-con ul li h4{
	font-size: 20px;
	text-align: center;
	margin-bottom: 30px;
	color: #323232;
	
}

.feature-con ul li p{
	font-size: 15px;
	line-height: 25px;
	color: #666666;
}

.feature-con ul li:hover{
	background: #e02321;
}

.feature-con ul li:hover h4{
	color: #FFFFFF;
}

.feature-con ul li:hover p{
	color: #FFFFFF;
}

.feature-con ul li:hover .feature-1{
	background-position-y: -55px;
}

.feature-con ul li:hover .feature-2{
	background-position-y: -165px;
}

.feature-con ul li:hover .feature-3{
	background-position-y: -275px;
}

.advertising-1{
	height: 610px;
	background: #2a2a2a;
}

.advertising-1 .advertising-inf{
	margin: 0 auto;
	height: 690px;
    text-align: center;
}

.advertising-inf > h2{
    color: #FFFFFF;
    font-size: 35px;
    padding: 65px 0 25px;
}

.advertising-inf > h4{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: normal;
}


.products-con{
	background:#f5f5f5;
	padding: 65px 0;
	overflow: hidden;
}

.products-list-1{
	max-width: 1200px;
	margin: 0 auto;
}

.products-list-1 > h2{
	font-size: 30px;
	color: #333333;
	
	text-align: center;
	margin-bottom: 20px;
}

.products-list-1 > h5{
	font-size: 16px;
	color: #333333;
	text-align: center;
}

.products-list-1 > ul{
	display: flex;
	display: -webkit-flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin-top: 65px;
}

.products-list-1 > ul > li{
	width: 32.5%;
	height: 445px;
	box-sizing: border-box;
	padding: 70px 0;
	background: #FFFFFF;
	text-align: center;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.products-list-1 > ul > li > h4{
	font-size: 20px;
	color: #333333;
	margin-bottom: 20px;
}

.products-list-1 > ul > li > h6{
	font-size: 15px;
	color: #999999;
	margin-bottom: 60px;
}

.products-list-1 > ul > li img{
	-ms-transform:scale(.9);
    -webkit-transform:scale(.9);
    -o-transform:scale(.9);
    -moz-transform:scale(.9);
    transform:scale(.9);
    -ms-transition: ease .3s;
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -moz-transition: ease .3s;
    transition: ease .3s; 
}

.products-list-1 > ul > li:hover{
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
	box-shadow: 0 15px 30px rgba(0,0,0,.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	
}

.products-list-1 > ul > li:hover img{
	-ms-transform:scale(.9);
    -webkit-transform:scale(.9);
    -o-transform:scale(.9);
    -moz-transform:scale(.9);
    transform:scale(.9);
}

.advertising-2{
	height: 745px;
	background: url(../image/advertising-img2.jpg) no-repeat center;
    text-align: center;
}

.advertising-2 > h2{
    color: #FFFFFF;
    font-size: 35px;
    padding: 125px 0 20px;
}

.advertising-2 > h4{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: normal;
}

.wc-server{
    padding: 120px 0;
    background: #f7f7f7;
    text-align: center;
}

.wc-server > h2{
    font-size: 30px;
    color: #333333;
    margin-bottom: 30px;
}

.wc-server > h4{
    font-size: 20px;
    color: #333333;
    margin-bottom: 80px;
}

.wc-server img{
    width: 500px;
}

.products-list-2{
	margin: 10px 0;
}

.products-list-2 > ul{
	display: flex;
	display: -webkit-flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

.products-list-2 > ul > li{
	width: 25%;
	text-align: center;
	padding: 55px 0;
	box-sizing: border-box;
	-webkit-transition: all .2s linear ;
	transition: all .2s linear;
}

.products-list-2 > ul > li:first-of-type{
	background: #f8f7e5;
}

.products-list-2 > ul > li:nth-child(2){
	background: #e0edf5;
}
.products-list-2 > ul > li:nth-child(3){
	background: #f6f6f6;
}
.products-list-2 > ul > li:nth-child(4){
	background: #f6f6f6;
}
.products-list-2 > ul > li:last-of-type{
	background: #faeaea;
}

.products-list-2 > ul > li > h4{
	font-size: 22px;

	color: #333333;
	margin-bottom: 20px;
}

.products-list-2 > ul > li > h5{
	font-size: 18px;
	
	color: #333333;
	margin-bottom: 90px;
	color: #767676;
}

.products-list-2 > ul > li img{
	width: 50%;
}

.products-list-2 > ul > li:hover{
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	-webkit-transform:translate3d(0, -2px, 0);
	transform:translate3d(0, -2px, 0);
}

.products-list-3{
	margin-bottom: 10px;
}

.products-list-3 > ul{
	display: flex;
	display: -webkit-flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

.products-list-3 > ul > li{
	width: 49.6%;
	background: #f6f6f6;
	padding: 40px 6%;
	box-sizing: border-box;
	-webkit-transition: all .2s linear ;
	transition: all .2s linear;
}

.products-list-3 > ul > li > .ts-1{

	margin-top: 15%;
	text-align: center;
}

.products-list-3 > ul > li > .ts-2{
	text-align: right;
	margin-top: 10%;
}

.products-list-3 > ul > li  h4{
	font-size: 22px;
	
	color: #333333;
	margin-bottom: 15px;
}

.products-list-3 > ul > li  h5{
	font-size: 18px;
	font-weight:normal ;
	margin-bottom: 20px;
}

.products-list-3 > ul > li  h5 span{
	color: #da251c;
}

.products-list-3 > ul > li  p{
	font-size: 16px;
	line-height: 25px;
	color: #767676;
}

.products-list-3 > ul > li  img{
	float: left;
	width: 49%;
}

.products-list-3 > ul > li:hover{
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	-webkit-transform:translate3d(0, -2px, 0);
	transform:translate3d(0, -2px, 0);
}

/*关于我们*/
.about-ban{
	height: 260px;
	background: url(http://www.exunton.com/skin/images/about-ban.html) no-repeat center;
}

/*关于我们*/
.about-ban-cn{
    height: 260px;
    background: url(http://www.exunton.com/skin/images/about-ban-ch.html) no-repeat center;
}

.about-con{
	background: #f8f8f8;
	overflow: hidden;
}

.about-con-medium{
	max-width: 1200px;
	margin: 0 auto;
}

.about-2 > h2{
	font-size: 30px;
	text-align: center;
	color: #333333;
	margin-bottom: 10px;
}

.about-2 > h4{
	font-size: 20px;
	color: #333333;
	text-align: center;
	margin-bottom: 55px;
}

.about-1{
	overflow: hidden;
	margin-bottom: 55px;
}

.about-1 h2{
    font-size: 30px;
    text-align: center;
    color: #333333;
    margin: 50px 0 10px;
}

.about-1 > p{
    font-size: 20px;
    color: #333333;
    line-height: 35px;
}

.about-1 > div{
	width: 732px;
	height: 348px;
	background: #ededed;
}

.about-1 > div > h1{
	font-size: 100px;
	color: #ff0000;
	font-weight: bold;
	text-align: center;
	margin-top: 80px;
}

.about-1 > div > h1 span{
	font-size: 22px;
	font-weight: normal;
	margin-left: -20px;
}

.about-1 > div > h4{
	text-align: center;
	font-size: 20px;
	color: #333333;
}

.about-2 ul li{
	float: left;
	-webkit-transition:all .1s linear;
	transition:all .1s linear;
}

.about-2 ul li.li-1{
	width: 300px;
	height: 250px;
}

.about-2 ul li.li-2{
	width: 600px;
	height: 250px;
}

.about-2 ul li:hover{
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
	box-shadow: 0 15px 30px rgba(0,0,0,.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

.about-list-1 > ul > li:first-of-type{
	background: #e5e5e5;
}

.about-list-1 > ul > li:nth-child(2){
	background: #e0e0e0;
}

.about-list-1 > ul > li:nth-child(3){
	background: #ededed;
}

.about-list-1 > ul > li:nth-child(4){
	background: #e0e0e0;
}

.about-list-1 > ul > li:nth-child(5){
	background: #ededed;
}

.about-list-1 > ul > li:nth-child(6){
	background: #e5e5e5;
}

.about-list-1 > ul > li:nth-child(7){
	background: #ededed;
}

.about-list-2 > ul{
	width: 900px;
	height: 500px;
	float: left;
}

.about-list-2 > ul > li:first-of-type{
	background: #e5e5e5;
}

.about-list-2 > ul > li:nth-child(2){
	background: #e0e0e0;
}

.about-list-2 > ul > li:nth-child(3){
	background: #ededed;
}

.about-list-2 > ul > li:nth-child(4){
	background: #ededed;
}

.about-list-2 > ul > li:nth-child(5){
	background: #e5e5e5;
}

.about-list-2 > .about-img{
	width: 300px;
	height: 500px;
	background: #e0e0e0;
	float: right;
	-webkit-transition: all .1s linear;
	transition: all .1s linear;
}

.about-list-2 > .about-img:hover{
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
	box-shadow: 0 15px 30px rgba(0,0,0,.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

.quality-inf{
	max-width: 1200px;
	margin: 0 auto;
}

.quality-inf h2{
	font-size: 30px;
	text-align: center;
	color: #333333;
	margin-top: 55px;
	margin-bottom: 10px;
}

.quality-inf h4{
	font-size: 20px;
	color: #333333;
	text-align: center;
	margin-bottom: 55px;
}

.quality-2{
	background: #fafafa;
	overflow: hidden;
	text-align: center;
	
}

.quality-2 h2{
	margin-bottom: 55px;
}

.quality-2 > ul{
	width: 955px;
	display: table;
	margin: 30px auto 0;
}

.quality-2 > ul > li{
	display: inline-block;
	margin: 0 30px 20px;
}

.dealers-inf{
	height: 710px;
	background: #485566;
	box-sizing: border-box;
	text-align: center;
}

.dealers-inf > h2{
	font-size: 30px;
	color: #FFFFFF;
	padding-top: 55px;
	padding-bottom: 55px;
}

.domain-lsit > h2{
	width: 400px;
	height: 60px;
	background: #d12a2b;
	font-size: 25px;
	line-height: 60px;
	margin: 50px auto;
	color: #FFFFFF;
	text-align: center;
	position: relative;
    z-index:20;
}

.domain-lsit > h2:before{
	content: '';
	position: absolute;
	top: 30px;
	left: -100px;
	height: 2px;
	width: 600px;
	background: #d12a2b;
	z-index: -10;
}

.domain-lsit > ul > li{
	width: 12.5%;
	float:left;
	position: relative;
	overflow: hidden;
}

.domain-lsit > ul > li img{
	width: 100%;
}

.domain-lsit > ul > li > span{
	position:absolute; /* Center the mask */
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50px;
	border-width: 50px;
	display: inline-block;
	height: 100px;
	width: 100px;
	border: 50px solid rgba(0, 0, 0, 0.5);
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	opacity:1;
	visibility:visible;
	-moz-transform:scale(4);
	-webkit-transform:scale(4);
	-o-transform:scale(4);
	-ms-transform:scale(4);
	transform:scale(4);
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	
}

.domain-lsit > ul > li:hover span{
	opacity: 0;
	 border:0px solid rgba(0,0,0,0.5);
	visibility: hidden;
}

.domain-lsit > ul > li > h5{
	position: absolute;
	right: 15px;
	bottom: 15px;
	color: #FFFFFF;
	z-index: 30;
	opacity: .8;
	font-size: 14px;
}

.domain-lsit{
	overflow: hidden;
}

.unit-inf{
	height: 545px;
	background: #f8f8f8;
	box-sizing: border-box;
	text-align: center;
}

.unit-inf > h2{
	font-size: 30px;
	color: #333333;
	padding: 55px 0;
}

/*产品列表*/
.products-ban-tw{
	height: 260px;
	background: url(http://www.exunton.com/skin/images/products-ban-tw.html) no-repeat center;
}

.products-ban-cn{
    height: 260px;
    background: url(http://www.exunton.com/skin/images/products-ban-cn.html) no-repeat center;
}


.products-ban-en{
    height: 260px;
    background: url(http://www.exunton.com/skin/images/products-ban-en.html) no-repeat center;
}


.products-box{
	padding-bottom: 35px;
	background: #f5f5f5;
	overflow: hidden;
}

.products-inf{
	width: 1200px;
	margin: 0 auto;
}

.products-inf > h4{
	font-size: 15px;
	color: #888888;
	margin-bottom: 35px;
}


.products-inf > ul{
	width: 1240px;
}

.products-inf > ul > li img{
    width: 100%;
}

.products-inf > ul > li{
	float: left;
	width: 285px;
	min-height: 410px;
	background: #FFFFFF;
	text-align: center;
	margin: 0 20px 20px 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.products-inf > ul > li > h4{
    font-size: 16px;
    margin-bottom: 5px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.products-inf > ul > li > h5{
    font-size: 14px;
    color: #8b8b8b;
    margin-bottom: 5px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.products-inf > ul > li > a{
	display: block;
	width: 285px;
	height: 285px;
    margin-bottom: 10px;
}

.products-inf > ul > li > a img{
    max-width: 285px;
    max-height: 285px;
}

/*.products-inf > ul > li > h6{
	color: #fd7005;
	font-size: 15px;
}*/

.products-inf > ul > li:hover{
	box-shadow: 0 5px 15px rgba(99,99,99,0.2);
}

.products-img{
    text-align: center;
    min-height: 500px;
    color: #3E3E3E;
}

.products-img > img{
    padding: 130px 0 20px;
}


.display-list{
	display: table;
	margin: 20px auto 0;
}

.display-list > span{
	display: inline-block;
	width: 34px;
	height: 34px;
	border: 1px solid #e0e0e0;
	margin: 0 6px;
	float:left;
	overflow: hidden;
	cursor: pointer;
}

.display-list > span.curr{
	border-color: #B1B1B1;
}

.display-list > span:hover{
	border-color: #B1B1B1;
}

.display-list > span > img{
	width: 36px;
}

.pagination-list{
	display: table;
	margin: 0 auto;
	padding-top: 30px;
    clear: both;
}

.pagination-list > ul > li{
	float: left;
	width: 35px;
	height: 35px;
	background: #d7dcde;
	margin: 0 8px;
	border-radius: 3px;
	text-align: center;
	line-height: 35px;
}

.pagination-list > ul > li.product-btn{
	background: #1877af;
	color: #FFFFFF;
}

.pagination-list > ul > li:hover{
	background: #1877af;
}

.pagination-list > ul > li > a{
	display: block;
	color: #FFFFFF;
}

/*下載中心*/
.download-con{
	background: #f5f5f5;
	overflow: hidden;
	padding-bottom: 40px;
}

.download-title-border{
	height: 65px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 20px;
}

.download-title{
	width: 1200px;
	margin: 0 auto;
}

.download-title > h3{
	line-height: 65px;
	font-size: 17px;
	color: #3c3c3c;
}

.download-inf{
	width: 1200px;
	margin: 0 auto;
}

.download-screening{
	padding: 40px 0;
	height: 40px;
}

.download-select > .select-main{
	float: left;
	margin-right: 40px;
}

.download-search{
	width: 265px;
	height: 35px;
	border: 1px solid #1877af;
	border-radius: 3px;
	overflow: hidden;
	background: #FFFFFF;
}

.download-search input{
	float: left;
	width: 210px;
	height: 36px;
	border: none;
	box-sizing: border-box;
	padding: 0 10px;
	margin-top: 1px;
	outline: none;
	font-size: 14px;
	background: none;
}

.download-search a{
	display: inline-block;
	float: left;
	width: 55px;
	height: 35px;
	background: url(../image/search-bg.png) #1877af no-repeat center;
}

.download-list > ul > li{
	overflow: hidden;
	background: #FFFFFF;
	padding: 30px 20px;
	margin-bottom: 25px;
	border-bottom: 4px solid #FFFFFF;
}

.download-list > ul > li >h5{
	margin-right: 80px;
	color: #3c3c3c;
}

.download-list > ul > li >h6{
	color: #b6b6b6;
}

.download-list > ul > li >h5,
.download-list > ul > li >h6{
	float: left;
	font-size: 15px;
	line-height: 35px;
}

.download-list > ul > li >a{
	display: inline-block;
	height: 35px;
	padding: 0 15px;
	background: #1877af;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 35px;
	border-radius: 3px;
	text-align: center;
}

.download-list > ul > li:hover{
	border-color:#1877af;
}

.download-list > ul > li >a:hover{
	background: #037fce;
}

/*聯絡我們*/
.contact-con{
    overflow: hidden;
    background: #FFFFFF;
}

.contact-ban{
    width: 100%;
    height: 260px;
    background: url(http://www.exunton.com/skin/images/contact-ban.html) no-repeat center;
}

.contact-inf{
    width: 1200px;
    margin: 20px auto;
    box-sizing: border-box;
    padding: 50px 40px;
    background: #FFFFFF;
}

/*.contact-map{
	margin-bottom: 15px;
}

.contact-map > img{
	width: 100%;
}*/

.contact-inf > p{
	font-size: 15px;
	line-height: 30px;
	color: #3f3f3f;
}

.contact-inf > p > span{
	color: #1877af;
}

.contact-inp{
	margin-top: 20px;
}

.contact-inp ul li{
	overflow: hidden;
	margin-bottom: 15px;
}

.contact-inp ul li h6{
	float: left;
	font-size: 14px;
	color: #979797;
	width: 65px;
	text-align: right;
	line-height: 34px;
	margin-right: 15px;
}

.contact-inp ul li input,
.contact-inp ul li textarea,
.contact-inp ul li select{
	float: left;
	border: 1px solid #bebebe;
	font-size: 14px;
}

.contact-inp ul li select{
	width: 200px;
	height: 34px;
}

.contact-inp ul li textarea{
	width: 300px;
	height: 60px;
	padding: 10px;
	resize: none;
}

.contact-inp ul li input.inp-1{
	height: 30px;
	width: 300px;
	padding: 0 10px;
}

.contact-inp ul li input.inp-2{
	width: 180px;
	height: 30px;
	padding: 0 10px;
	margin-right: 15px;
}

.contact-inp button{
	width: 150px;
	height: 40px;
	margin-left: 80px;
	background: #1877af;
	border: none;
	outline: none;
	border-radius: 3px;
	cursor: pointer;
	color: #FFFFFF;
}

.contact-inp button:hover{
	background: #037fce;
}

/*最新消息*/
.latest-list{
	width: 1200px;
	margin: 0 auto;
}

.latest-list > ul{
    /*min-height: 400px;*/
}

.latest-list > ul > li{
	overflow: hidden;
	padding: 20px 15px;
	background: #FFFFFF;
	margin-bottom: 20px;
	border-bottom: 4px solid #FFFFFF;
}

.latest-list > ul > li:hover{
	border-color:#1877af ;
}

.latest-list > ul > li > h4{
	margin-bottom: 5px;
}

.latest-list > ul > li > h6{
	font-size: 14px;
	color: #cfcfcf;
	margin-bottom: 5px;
}

.latest-list > ul > li > p{
	line-height: 25px;
	font-size: 14px;
	color: #7e7e7e;
	margin-bottom: 5px;
}

.latest-list > ul > li > a{
	color: #1877af;
}

.latest-list > ul > li > a:hover{
	text-decoration: underline;
}

.latest-select{
	height: 40px;
	padding:40px 0;
}


/*消息詳細*/

.news-box{
	width: 1200px;
	margin: 30px auto 0;
}

.news-box > h4{
	font-size: 15px;
	color: #888888;
	margin-bottom: 35px;
}

.news-detail{
	padding: 0 20px;
	background: #FFFFFF;
	overflow: hidden;
    min-height: 400px;
}

.news-detail > h2{
	padding-top: 35px;
	text-align: center;
	font-size: 28px;
    margin-bottom: 10px;
}

.news-detail > h6{
	text-align: center;
	font-size: 14px;
	color: #808080;
	margin-bottom: 35px;
}

.news-detail > p{
	font-size: 15px;
	line-height: 25px;
	color: #3f3f3f;
	margin-bottom: 20px;
	text-indent: 2em;
}

.news-detail > img{
	display: block;
	margin: 0 auto;
}

.news-detail > h5{
	font-size: 17px;
	color: #1877af;
	margin-bottom: 10px;
}

/*相關影片*/
.film-list{
	width: 1200px;
	margin: 30px auto 0;
	padding: 35px 35px 0;
	background: #FFFFFF;
	overflow: hidden;
	box-sizing: border-box;
}

.film-list > ul > li{
	overflow: hidden;
	margin-bottom: 35px;
}

.film-list > ul > li > .film-img{
	display: block;
	width: 220px;
	height: 165px;
	position: relative;
	-webkit-border-radius: 3px;
	border-radius:3px;
	overflow: hidden;
}

.film-list > ul > li > .film-img >img{
	width: 220px;
}


.film-list .play{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 165px;
	background: rgba(0,0,0,.5);
	-ms-filter:"alpha(opacity=0)";
    filter:alpha(opacity=0);
    opacity: 0;
    transition: ease-out 150ms;
}

.film-list > ul > li:hover .play{
	 opacity: 1;
    -ms-filter:"alpha(opacity=1)";
    filter:alpha(opacity=1);
}


.film-list .play > a{
	 display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 120;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -moz-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5);
    -webkit-transition: ease-out 250ms;
    -moz-transition: ease-out 250ms;
    -ms-transition: ease-out 250ms;
    -o-transition: ease-out 250ms;
    transition: ease-out 250ms;
    transition:ease-out 250ms;
    -ms-filter:"alpha(opacity=0)";
    filter:alpha(opacity=0);
    opacity: 0;
}

.film-list > ul > li:hover a{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter:"alpha(opacity=1)";
    filter:alpha(opacity=1);
    opacity: 1;
}

.film-list > ul > li > .film-inf{
	width: 885px;
	margin-left: 25px;
}

.film-inf > h3{
	font-size: 20px;
	margin-bottom: 10px;
}

.film-inf > h5{
	font-size: 15px;
	margin-bottom: 10px;
}

.film-inf > p{
	font-size: 14px;
	color: #808080;
}

/*線上支付*/
.pay-prompt{
    width: 675px;
    margin: 100px auto;
}

.pay-prompt > p{
    font-size: 15px;
    color: #6d6d6d;
    line-height: 23px;
}

.pay-inf{
    width: 675px;
    min-height: 300px;
    margin:0 auto 100px;
    padding-top: 60px;
    box-sizing: border-box;
}

.pay-inf > .pay{
	display:inline-block;
    margin:0 30px;
	text-align: center;
}

.pay-inf > .pay > a{
    display: block;
    margin-bottom: 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.pay-inf > .pay > h5{
	font-size: 15px;
}

.pay-inf > .pay > a:hover{	
	box-shadow:0 0 20px #1877af;
	-webkit-box-shadow:0 0 20px #1877af;
}

/*線上支付列表*/
.pay-inp{
	width: 1200px;
	margin: 30px auto 0;
	padding: 40px 30px;
	background: #FFFFFF;
	overflow: hidden;
}

.pay-inp > h4{
	color: #3f3f3f;
	margin-bottom: 40px;
	font-size: 17px;
	text-align: center;
}

.pay-inp > h4 > span{
	color: #037fce;
	font-size: 18px;
}

.pay-inp > ul{
	display: table;
	margin: 0 auto;
}

.pay-inp > ul > li{
	overflow: hidden;
	margin-bottom: 20px;
}

.pay-inp > ul > li > h3{
	float: left;
	line-height: 33px;
	color: #1877af;
}

.pay-inp > ul > li > h5{
	width: 85px;
	float: left;
	font-size: 14px;
	text-align: right;
	margin-right: 15px;
	line-height: 33px;
}

.pay-inp > ul > li > input{
	float: left;
	width: 600px;
	height: 33px;
	padding: 0 10px;
	border: 1px solid #dddddd;
	outline: none;
    box-sizing: border-box;
}

.pay-inp > ul > li > select{
    float: left;
    width: 600px;
    height: 33px;
    padding: 0 10px;
    border: 1px solid #dddddd;
    outline: none;
    box-sizing: border-box;
}

.pay-inp > ul > li > input:focus{
	border-color:#323232;
}

.pay-inp > ul > li > input.total{
	width: 542px;
}

.pay-inp > ul > li > span{
	float: left;
	line-height: 33px;
	font-size: 20px;
	color: #037FCE;
	margin: 0 10px;
}

.pay-inp > ul > li > textarea{
	width: 600px;
	height: 120px;
	padding: 10px;
	border: 1px solid #dddddd;
	float: left;
	outline: none;
	resize: none;
    box-sizing: border-box;
}

.pay-inp > ul > li > textarea:focus{
	border-color:#323232;
}

.pay-instructions{
    width: 600px;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto 0 335px;
    background: #f1f1f1;
}

.pay-instructions > h5{
    font-size: 14px;
    line-height: 22px;
    color: #6d6d6d;
}

.pay-instructions > p{
    font-size: 13px;
    line-height: 20px;
    color: #8c8c8c;
}

.pay-btn{
	display: table;
	margin: 40px auto 0;
}

.pay-btn > button{
	height: 40px;
	font-size: 15px;
	margin: 0 15px;
	border: none;
	padding: 0 20px;
	cursor: pointer;
	border-radius: 3px;
}

.pay-btn > button:first-of-type{
	background: #1877af;
	color: #FFFFFF;
	
}

.pay-btn > button:last-of-type{
	background: #d9d9d9;
	color: #808080;
}

.pay-btn > button:first-of-type:hover{
	background: #037fce;
}

.pay-btn > button:last-of-type:hover{
	background: #cfcfcf;
}


/*商品详情*/
.goods-con{
	width: 1200px;
	margin: 0 auto;
}

.pro-dbox{
    width: 100%;
	height: 60px;
	background: #e9e9e9;
}

.fixed-dbox{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    transition: all .3s;
}


.pro-d{
	max-width: 1200px;
	margin: 0 auto;
}

.pro-d > h3{
	width: 550px;
	line-height: 60px;
	font-size: 15px;
	overflow: hidden;
    color: #888888;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pro-d > .pro-nav{
	float: right;
}

.pro-nav > a{
	display: inline-block;
	margin:0 15px;
	padding: 0 3px;
	line-height: 57px;
}

.pro-nav > a.pitch{
	border-bottom: 3px solid #3db1fa;
	color: #3DB1FA;
}

.pro-nav > a:hover{
	border-bottom: 3px solid #3db1fa;
	color: #3DB1FA;
}

.details-top{
	overflow: hidden;
	margin: 30px 0;
}
.details-top h4 {
	float: left;
	color: #747474;
	font-size: 15px;
	line-height: 29px;
	margin-right: 30px;
}

.con-le {
	width: 550px;
	height: 480px;
}

#magnifier {
	position: relative;
	width: 550px;
}

.small-box {
	position: relative;
	width: 450px;
	height: 450px;
	margin-bottom: 20px;
	float: right;
}

.small-box img {
	display: block;
}

.small-box .hover {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	height: 200px;
	border: 1px solid #aaa;
	background: #0099ff;
	opacity: .5;
	filter: alpha(opacity: 50);
	cursor: move;
}

.thumbnail-box {
	position: relative;
	width: 98px;
	float: left;
}

.thumbnail-box .btn {
	position: absolute;
	left: 50%;
	width: 32px;
	height: 20px;
	margin-left: -17px;
}

.thumbnail-box .btn-prev {
	top: 0;
	background: url(../image/top-btn.png) no-repeat center;
}

.thumbnail-box .btn-next {
	bottom: 0;
	background: url(../image/bon-btn.png) no-repeat center;
}

.thumbnail-box .list {
	overflow: hidden;
	width: 59%;
	margin: 30px auto;
	height: 393px;
}

.thumbnail-box .list li img{

    width: 54px;

}

.thumbnail-box .wrapper {
	height: 100000px;
}

.thumbnail-box .list .item {
	float: left;
	margin-bottom: 9px;
}

.thumbnail-box .list .item img {
	border: 2px solid #fff;
    width: 52px;
}

.thumbnail-box .list .item-cur img {
	border: 2px solid #e53e41;
}

.big-box {
	display: none;
	overflow: hidden;
	position: absolute;
	left: 550px;
	top: 0;
	width: 540px;
	height: 450px;
	border: 1px solid #e4e4e4;
}

.big-box img {
	display: block;
}


.goods-choose {
	overflow: hidden;
	margin-bottom: 40px;
}

.choose-ri {
	width: 570px;
	height: 480px;
	float: right;
	padding: 15px 30px 64px;
	box-sizing: border-box;
}

.choose-ri .ri-top {
	overflow: hidden;
	margin-bottom: 15px;
}

.choose-ri .ri-top h4 {
	font-weight: normal;
	font-size: 20px;
	padding-bottom: 5px;
	text-align: left;
}


.choose-ri .ri-top h5{
    color: #666666;
    font-size: 13px;

}


.choose-ul li {
	overflow: hidden;
	padding: 5px 10px;
}

.choose-ul li h4 {
	float: left;
	color: #737373;
	line-height: 29px;
	font-size: 15px;
	font-weight: normal;
}

.choose-ul li h5 {
	max-width: 435px;
	float: left;
	margin-left: 15px;
	font-size: 15px;
	font-weight: normal;
	line-height: 29px;
	color: #666666;
}

.choose-ul li:first-of-type {
	background: #f3f3f3;
}

.choose-ul li h5.black {
	color: #000000;
}

.choose-ul li h5 a{
	display: block;
}

.choose-ul li h5 a:hover{
	color: #3db1fa;
	text-decoration: underline
}

.details-nav {
	width: 100%;
	min-height: 500px;
	border-top: 1px solid #e8e8e8;
	padding: 40px 0 40px;
}

.details-img p span{
    line-height: 22px;
    color: #333333;
}


.details-img,
.specifications-text{
	width: 1200px;
	margin: 0 auto;
}

.specifications-text{
	padding: 30px;
	min-height: 500px;
	background: #FFFFFF;
}

.specifications-text > table{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ededed;
}

.specifications-text > table tr th{
	font-size: 15px;
	color: #5d5d5d;
	border-right: 1px solid #ededed;
}

.specifications-text > table tr{
	height: 45px;
	border-bottom: 1px solid #ededed;
}

.specifications-text > table tr td{
	text-align: left;
	color: #8c8c8c;
	font-size: 15px;
}


.specifications-inf{
    text-align: center;
    margin-bottom: 90px;
}

.specifications-table{
    margin-bottom: 50px;
}

.specifications-inf > h4,
.specifications-table > h4,
.model-table > h4{
    color: #3e3e3e;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.specifications-inf > table,
.specifications-table > table,
.model-table > table{
    width: 100%;
    margin-top: 80px;
    border-collapse: collapse;
    border: 1px solid #ededed;
    font-size: 15px;
}

.specifications-table > table,
.model-table > table{
    margin-top: 0;
}


.specifications-table > table tr th:nth-child(2){
    text-align: left;
}


.specifications-table > table tr td:first-of-type{
    text-align: center;
}

.specifications-inf > table tr th,
.specifications-table > table tr th,
.model-table > table tr th{
    color: #5d5d5d;
}

.specifications-inf > table tr th span{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #333333;
    color: #FFFFFF;
    text-align: center;
    line-height: 25px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-weight: normal;
}

.specifications-inf > table tr td,
.specifications-table > table tr td{
    text-align: left;
    color: #3E3E3E;
}

.specifications-inf > table tr td b{
    font-weight: normal;
}

.specifications-table > table tr:hover,
.model-table > table tr:hover{
    background: #f8f8f8;
}

.model-table > table tr td{
    text-align: center;
    color: #3E3E3E;
}


.download-list{
	width: 1200px;
	margin: 0 auto;
	min-height: 700px;
}

.technology-inf{
	padding: 30px 0;
}

.support-inf{
	background: #f5f5f5;
	padding-top: 30px;
	overflow: hidden;
}

.goods-inf > div{
	display: none;
}

.font_center{
    text-align: center;
}



.no-support{
    width: 1200px;
    min-height: 500px;
    margin: 0 auto;
    background: #FFFFFF;
    margin-bottom: 40px;
    text-align: center;
    color: #acacac;
}

.no-support > img{
    padding: 170px 0 10px;
    width: 120px;
}

.no-support > h4{
    color: #3E3E3E;
}

.goods-inf > div{
    display: none;
}



/*产品详情2*/

.section h2 {
    font-size: 45px;
    color: #333333;
    margin-bottom: 40px;
    font-weight: bold;
    position: relative;
    animation-duration: 1.5s;    /*动画持续时间*/
    /*animation-delay: 1s;   /* 动画延迟时间*/
    animation-iteration-count: 1;    /*动画执行次数*/
}

.details-1 {
    background: url(../image/details-1-bg.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    color: #FFFFFF;
}

.details-1 h3 {
    font-size: 28px;
}

.details-1 h1 {
    font-size: 105px;
    margin: 20px 0;
    letter-spacing: 10px;
}

.details-1 h4 {
    display: inline-table;
    font-size: 24px;
    background: #d22716;
    padding: 5px 0 5px 20px;
    letter-spacing: 15px;
    border-radius: 20px;
}

.flash-img {
    width: 790px;
    height: 195px;
    margin: 40px auto;
    position: relative;
    overflow: hidden;
}

.flash-img:after {
    background:-webkit-linear-gradient(0deg,rgba(255, 255, 255, 0),rgba(255, 255, 255, 0.1),rgba(255, 255, 255, 0));
    -webkit-transform: skewX(-70deg);
    -moz-transform: skewX(-70deg);
    -webkit-transform: skewx(-70deg);
    -webkit-transition: all 3s;
    -webkit-animation: xuan infinite ease-out 3s;
    content: '';
    width: 300px;
    height: 185px;
    position: absolute;
    left: -5000px;
    top: 0;
}


@keyframes xuan {
    from {
        left: -5000px;
    }
    to {
        left: 4000px;
    }
}

.details-1 h5 {
    font-size: 20px;
    color: #e1e1e1;
    line-height: 33px;
}

.details-2 {
    text-align: center;
}

.details-2 .ak-inf {
    width: 1200px;
    margin: 0 auto;
}

.details-2 .ak-video {
    width: 1200px;
    height: 570px;
    background: #037FCE;
}

.ak-inf ul {
    max-width: 1198px;
    height: 85px;
    border-top: none;
}

.ak-inf ul li {
    float: left;
    width: 33.33%;
    border: 1px solid #EDEDED;
}

.ak-inf ul li:nth-child(2) {
    width: 33%;
    border-left: none;
    border-right: none;
}

.ak-inf ul li a {
    width: 100%;
    display: block;
    line-height: 85px;
    font-size: 20px;
    color: #333333;
}

.ak-inf ul li a:hover {
    background: #f5f5f5;
    transition: all .3s;
}

.details-3 {
    background: #f8f8f8;
    text-align: center;
}

.details-3 h5 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 50px;
}

.details-3 img{
    width: 40%;
}

.details-4 {
    text-align: center;
}

.details-4 h5 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 50px;
}

.details-5 {
    text-align: center;
    background: #f8f8f8;
}

.details-5 ul {
    display: inline-table;
    margin-top: 50px;
}

.details-5 ul li {
    float: left;
    margin: 0 25px;
}

.details-5 ul li span {
    display: block;
    min-width: 270px;
    height: 75px;
    background: #d2251e;
    color: #FFFFFF;
    font-size: 17px;
    margin-bottom: 25px;
    border-radius: 15px;
    line-height: 75px;
}

.details-5 ul li img {
    display: block;
    margin-bottom: 33px;
    -moz-box-shadow: 2px 5px 16px #999999;
    -webkit-box-shadow: 2px 5px 16px #999999;
    box-shadow: 2px 5px 16px #999999;
}

.details-6 {
    text-align: center;
}

.details-6 h5 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 50px;
}

.details-6 img {
    width: 40%;
}

.details-7 ul {
    margin-top: 60px;
}

.details-7 ul li {
    float: left;
    width: 50%;
    height: 480px;
    text-align: center;
}

.details-7 ul li:nth-child(1) {
    background: url(http://www.exunton.com/skin/images/fun-bg1.html) no-repeat center;
    background-size: cover;
}

.details-7 ul li:nth-child(2) {
    background: url(http://www.exunton.com/skin/images/fun-bg2.html) no-repeat center;
    background-size: cover;
}

.details-7 ul li h4,
.fun-box h4 {
    font-size: 33px;
    color: #FFFFFF;
    padding: 95px 0 30px;
}

.details-7 ul li h4{
    padding: 150px 0 30px;
}


.details-7 ul li p {
    position: relative;
    width: 400px;
    font-size: 16px;
    color: #FFFFFF;
    padding: 10px;
    line-height: 25px;
    color: #333333;
    background: #FFFFFF;
    margin: 0 auto;
    border-radius: 10px;
    text-align: left;
    text-indent: 2em;
}

.details-7 ul li p:before {
    position: absolute;
    right: 15px;
    bottom: -20px;
    content: '';
    width: 0;
    height: 0;
    /*border-top: 20px solid #FFFFFF;
    border-left: 0px solid transparent;
    border-right: 28px solid transparent;*/
    border: 20px solid transparent;
    border-left-color: #ffffff;
    border-top:none;
}

.details-7 .fun-box {
    clear: both;
    width: 100%;
    height: 480px;
    background: url(../image/fun-bg3.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
}

.fun-box p {
    position: relative;
    width: 600px;
    font-size: 16px;
    color: #FFFFFF;
    padding: 10px;
    line-height: 25px;
    background: #ffa200;
    margin: 0 auto;
    border-radius: 10px;
    text-align: left;
    text-indent: 2em;
    color: #FFFFFF;
    margin-bottom: 80px;
}

.fun-box p:before {
    position: absolute;
    right: 45px;
    bottom: -20px;
    content: '';
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-left-color: #ffa200;
    border-top:none;
}

.fun-box span {
    display: inline-block;
    min-width: 150px;
    height: 45px;
    background: #d2251e;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 10px;
    border-radius: 20px;
}

.details-8 {
    text-align: center;
}

.details-8 ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.details-8 ul li {
    width: 25%;
    margin: 0 1%;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
    -moz-box-shadow: 2px 2px 16px #CCCCCC;
    -webkit-box-shadow: 2px 2px 16px #CCCCCC;
    box-shadow: 2px 2px 16px #CCCCCC;
}

.details-8 ul li div {
    width: 100%;
    border-radius: 30px 30px 0 0;
    border: 1px solid #e3e3e3;
    overflow: hidden;
}

.details-8 ul li div img{
    width: 100%;
}

.details-8 ul li span {
    display: inline-block;
    width: 100%;
    height: 45px;
    color: #FFFFFF;
    font-size: 16px;
    background: #d2251e;
    line-height: 45px;
}

.details-9 {
    text-align: center;
    background: #f8f8f8;
}

.details-9 ul {
    width: 1230px;
    margin: 80px auto 0;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.details-9 ul li {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #dedede;
    overflow: hidden;
}

.details-9 ul li img {
    width: 240px;
}

.details-10 {
    text-align: center;
}

.details-10 a{
    display: inline-block;
    font-size: 18px;
    background: #da251d;
    line-height: 40px;
    padding: 0 20px;
    color: #FFFFFF;
    margin-top: 40px;
    border-radius: 3px;
}


.details-10 .software-box {
    width: 1200px;
    height: 650px;
    background: url(http://www.exunton.com/skin/images/details-10-bg.html) no-repeat center;
    margin: 0 auto;
}

.details-11 h5 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 50px;
}

.details-11 {
    text-align: center;
    background: #f8f8f8;
}

.details-11 img {
    width: 40%;
}

.details-12 {
    text-align: center;
    background: url(../image/advertising-img2.jpg) no-repeat center;
    background-size: cover;
    color: #FFFFFF;
}

.details-12 h2 {
    color: #FFFFFF;
    margin-top: -320px;
}

.details-12 h5 {
    font-size: 20px;
    margin-bottom: 50px;
}

.details-13 {
    text-align: center;
}

.details-13 h5 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 50px;
}

.details-13 .data-box {
    width: 1200px;
    height: 625px;
    background: url(http://www.exunton.com/skin/images/details-13-bg.html) no-repeat center;
    margin: 0 auto;
}

.details-14 {
    text-align: center;
    background: #f8f8f8;
}

.details-14 h5 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 50px;
}

.details-14 .system-box {
    width: 570px;
    height: 570px;
    margin: 0 auto;
    position: relative;
}

.system-box>div {
    width: 190px;
    height: 190px;
    position: absolute;
}

.system-box>div>h6 {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    padding-top: 70px;
}

.system-box>div:first-of-type {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #9f647a;
    border: 2px solid #f8f8f8;
    box-sizing: border-box;
}

.system-box>div:nth-child(2),
.system-box>div:nth-child(3),
.system-box>div:nth-child(4),
.system-box>div:nth-child(5) {
    background: #9097b4;
}

.system-box>div:nth-child(2) {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 0 auto auto auto;
}

.system-box>div:nth-child(2):after {
    position: absolute;
    right: 50%;
    bottom: -26px;
    z-index: 20;
    content: '';
    margin-right: -25px;
    width: 47px;
    height: 47px;
    background: #9097b4;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #9097b4;
    border-left-color: #9097b4;
    -webkit-transform: rotate(134.7deg);
    transform: rotate(134.7deg);
}

.system-box>div:nth-child(3) {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto 0 auto auto;
}

.system-box>div:nth-child(3):after {
    position: absolute;
    top: 50%;
    left: -26px;
    z-index: 20;
    content: '';
    margin-top: -25px;
    width: 47px;
    height: 47px;
    background: #9097b4;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    border-top-color: #9097b4;
    border-right-color: #9097b4;
    border-bottom-color: #FFFFFF;
    border-left-color: #FFFFFF;
    -webkit-transform: rotate(44.7deg);
    transform: rotate(44.7deg);
}

.system-box>div:nth-child(4) {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto auto 0 auto;
}

.system-box>div:nth-child(4):after {
    position: absolute;
    right: 50%;
    top: -26px;
    z-index: 20;
    content: '';
    margin-right: -25px;
    width: 47px;
    height: 47px;
    background: #9097b4;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #9097b4;
    border-left-color: #9097b4;
    -webkit-transform: rotate(-45.3deg);
    transform: rotate(-45.3deg);
}

.system-box>div:nth-child(5) {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto auto auto 0;
}

.system-box>div:nth-child(5):after {
    position: absolute;
    top: 50%;
    right: -26px;
    z-index: 20;
    content: '';
    margin-top: -25px;
    width: 47px;
    height: 47px;
    background: #9097b4;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    border-top-color: #9097b4;
    border-right-color: #9097b4;
    border-bottom-color: #FFFFFF;
    border-left-color: #FFFFFF;
    -webkit-transform: rotate(224.7deg);
    transform: rotate(224.7deg);
}

.details-15 {
    text-align: center;
}

.details-15 h6 {
    clear: both;
    float: left;
    margin-left: 110px;
    font-size: 16px;
    color: #333333;
    position: relative;
    padding-left: 40px;
    line-height: 25px;
    margin-bottom: 35px;
}

.details-15 h6:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 25px;
    height: 25px;
    background: url(../image/fun-icon.png) no-repeat center;
}

.fun-list {
    max-width: 1650px;
    margin: 0 auto;
    overflow: hidden;
}

.fun-list ul {
    width: 25%;
    float: left;
    padding-left: 110px;
    box-sizing: border-box;
    margin-top: 50px;
}

.fun-list ul li {
    font-size: 16px;
    color: #333333;
    margin-bottom: 35px;
    text-align: left;
    position: relative;
    padding-left: 40px;
}

.fun-list ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 25px;
    height: 25px;
    background: url(../image/fun-icon.png) no-repeat center;
}

.details-16 {
    text-align: center;
}

.details-16 h2 {
    margin-bottom: 15px;
}

.details-16 h5 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 50px;
}

.quality-box p {
    font-size: 16px;
    color: #555555;
    line-height: 35px;
}

.quality-box img {
    margin: 70px 10px 0;
    border: 2px solid #dadbdb;
}

.details-17 {
    text-align: center;
}

.details-17 h5 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 50px;
}

.details-17 img {
    margin-bottom: 50px;
}

.details-17 ul li {
    display: inline-block;
    margin: 0 20px;
}

.details-18 {
    text-align: center;
    background: #f8f8f8;
}

/*产品详情AQ系列*/
.details-1 h1.AQ{
    font-size: 50px;
    font-weight: bold;
}

.flash-img-box{
    display: block;
    margin: 55px auto;
}

.AQ-choose span{
    font-size: 20px;
    color: #333333;
    background: url(../image/choose-icon.jpg) no-repeat left;
    padding-left: 35px;
    margin: 0 40px;
}

.choose-list{
    margin-top: 100px;
}

.choose-list li{
    display: inline-block;
}

.choose-list li img{
    width: 90%;
}

.choose-list li h6{
    display: inline-table;
    font-size: 17px;
    color: #333333;
    margin-top:50px;
    border-radius: 30px;
    line-height: 30px;
    padding: 0 13px;
    border: 2px solid #333333;
}


.details-7 ul li.AQ-funbg{
    background: url(http://www.exunton.com/skin/images/aq-funbg.html) #0c0e12 no-repeat center;
    background-size: cover;
}


/*产品AJ系列*/
.details-7 ul li.AJ-funbg{
    background: url(http://www.exunton.com/skin/images/aj-funbg.html) #0c0e12 no-repeat center;
    background-size: cover;
}


/*AF系列*/
.AF-head{
    background:#242424;
    background-size:contain;
}

.AF-head h1{
    font-size: 70px;
    font-weight: bold;
}

.AF-head h4{
    letter-spacing: 61px;
    background: none;
    color: #d22716;
    transform: translateX(26px);
}

.details-3 h6{
    font-size: 20px;
    color: #333333;
    line-height: 35px;
    padding: 0 15px;
    border: 2px solid #babdbe;
    display: table;
    margin: 20px auto 0;
    border-radius: 30px;
}

.AF-group{
    display:table;
    min-width: 965px;
    margin: 0 auto;
}

.AF-group ul li{
    float: left;
    min-width: 80px;
    min-height: 80px;
    border: 2px solid #b0b6b7;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    position: relative;
    margin-right: 90px;
    box-sizing: border-box;
    padding: 0 15px;
}

.AF-group ul li:last-of-type{
    margin-right: 0;
}

.AF-group ul li:after{
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
    right: -63px;
    content: url(http://www.exunton.com/public/img/group-icon.html);
}

.AF-group ul li:last-of-type:after{
    content: initial;
}

.AF-group ul li span{
    font-size: 17px;
    color: #333333;
}

.AF-group h4{
    line-height: 80px;
    font-size: 35px;
    color: #333333;
    font-weight: bold;
    position: relative;
}

.AF-group h4:after{
    position: absolute;
    top: -15px;
    right: -100px;
    content: url(http://www.exunton.com/public/img/group-icon-bg.html);
}

.AF-anmin img{
    width: 35%;
}

.AF-software-box{
    width: 1200px;
    height: 690px;
    margin: 0 auto;
    background: url(http://www.exunton.com/skin/images/af-software-bg.html) no-repeat center;
}


/*AR系列*/
.AR-head{
    background:#242424;
    background-size:contain;
}

.AR-head h1{
    font-size: 70px;
    letter-spacing: 61px;
    font-weight: bold;
}

.AR-head h4{
    letter-spacing: 25px;
    background: none;
    color: #d22716;
    transform: translateX(-20px);
}

.AR-buttext ul{
    display: inline-table;
}

.AR-buttext ul li{
    float: left;
    width: 250px;
    margin: 0 20px;
}

.AR-buttext ul li h3{
    font-size: 25px;
    font-weight: bold;
    color: #333333;
    margin: 40px 0;
}

.AR-buttext ul li p{
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    margin-top: 40px;
}

.details-10 h5{
    font-size: 20px;
    color: #333333;
    margin-bottom: 10px;
}

.AR-record-list ul{
    width: 655px;
    margin: 60px auto 0;
}

.AR-record-list ul li{
    float: left;
    margin: 0 25px 35px;
}

.AR-record-list ul li img{
    display: block;
    margin-bottom: 10px;
}

.AR-gain h5{
    margin-bottom: 10px;
}

.AR-gain img{
    width: 50%;
    margin-top: 50px;
}


.details-7 ul li.AR-funbg{
    background: url(http://www.exunton.com/skin/images/ar-funbg.html) #0c0e12 no-repeat center;
    background-size: cover;
}

.AR-admin ul{
    width: 1050px;
    margin: 0 auto;
}

.AR-admin ul li{
    float: left;
    margin: 0 10px 30px;
}

.AR-admin ul li img{
    display: block;
    width: 78%;
    margin: 0 auto;
    border-radius: 8px;
    border: 3px solid #e3e3e3;
    margin-bottom: 15px;
}

.AR-admin ul li span{
    display: inline-table;
    min-width: 170px;
    font-size: 17px;
    color: #333333;
    background: #f1efef;
    line-height: 40px;
    padding: 0 15px;
    font-weight: bold;
    border-radius: 30px;
}

.AR-list-title{
    display: inline-table;
    line-height: 35px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    background: #d2251e;
    padding: 0 15px;
}

/*DR产品详情*/

.DR-show{
    margin-bottom: 50px;
}

.DR-show span{
    display: inline-block;
    min-width: 145px;
    line-height: 40px;
    padding: 0 15px;
    color: #FFFFFF;
    font-size: 16px;
    background: #da251d;
    margin: 0 5px;
}

.details-7 ul li.DR-funbg{
    background: url(http://www.exunton.com/skin/images/dr-funbg.html) #0c0e12 no-repeat center;
    background-size: cover;
}


/*USB产品详情*/
.USB-head{
    background: #242424;
}

.USB-head h1{
    font-size: 70px;
    font-weight: bold;
    letter-spacing: 22px;
}

.USB-head h4{
    letter-spacing: 20px;
    background: none;
    color: #d22716;
}

.USB-introduce h5{
    line-height: 35px;
}

.USB-introduce ul{
    display: inline-block;
    margin-top: 50px;
}

.USB-introduce ul li{
    float: left;
}

.USB-introduce ul li img{
    width: 100%;
}

.USB-introduce ul li span{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 50%;
    font-size: 30px;
    background: #d2251e;
    color: #FFFFFF;
    margin: 90px 35px 0;
}

.USB-introduce ul li h6{
    min-width: 180px;
}

.USB-choose ul{
    margin-top: 90px;
    display: inline-block;
}

.USB-choose ul li{
    float: left;
    text-align: center;
}

.USB-choose ul li img{
    width: 90%;
}

.USB-choose ul li h6{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-top: 15px;
}

.details-7 ul li.USB-funbg{
    background: url(http://www.exunton.com/skin/images/usb-funbg.html) #0c0e12 no-repeat center ;
    background-size:cover ;
}

/*V系列产品详情*/
.V-head{
    background: #242424;
}

.V-head h1{
    font-size: 50px;
    font-weight: bold;
    letter-spacing: inherit;
}

.V-head h4{
    letter-spacing: 20px;
    background: none;
    color: #d22716;
}

.v-introduce ul{
    display: inline-block;
    width: 670px;
}

.v-introduce ul li{
    float: left;
    margin: 0 10px 20px;
}

.v-introduce ul li img{
    width: 100%;
    border: 1px solid #e4e4e4;
}

.v-choose span{
    display:table;
    margin: 40px auto 0;
    line-height: 40px;
    background: #cc0001;
    font-size: 17px;
    color: #FFFFFF;
    padding: 0 15px;
}

.v-backup img{
    width: 25%;
}



/*產品對比*/

.comparison-table-top{
    width: 83.5%;
    height: 40px;
    margin: 5px auto;
    position: relative;
    text-align: center;
}

.comparison-table-top > a{
    position: absolute;
    top: 0;
    left: 0;
}

.comparison-table-top h2{
    font-size: 22px;
    color: #4A4A4A;
    line-height: 40px;
}

.comparison-table{
    width: 83.5%;
    margin: 0 auto;
    overflow: hidden;
}

.contrast-le {
    width: 16%;
    float: left;
    border: 1px solid #737373;
    box-sizing: border-box;
}

.contrast-le dl dd {
    min-height: 30px;
    text-align: right;
    padding: 5px 10px;
    border-bottom: 1px dashed #333333;
    box-sizing: border-box;
    font-size: 13px;
    color: #4a4a4a;
}

.contrast-le dl dd:nth-child(6) {
    line-height: 33px;
}

.contrast-le dl dd:nth-child(11) {
    line-height: 69px;
}

.contrast-ri {
    width: 84%;
    float: left;
    white-space: nowrap;
    word-wrap:break-word;
    overflow-x: auto;
    box-sizing: border-box;
}

.contrast-ri ul{
    font-size: 0;
}

.contrast-ri ul li{
    display: inline-block;
}

.contrast-ri ul li dl,
.contrast-list dl{
    width: 230px;
    display: inline-block;
    box-sizing: border-box;
}

.contrast-ri ul li>dl>dd,
.contrast-list dl dd{
    padding: 5px 10px;
    min-height: 30px;
    box-sizing: border-box;
    border-bottom: 1px dashed #333333;
    font-size: 13px;
    text-align: center;
}

.contrast-list >dl{
    border-top: 1px dashed #333333;
    border-right: 1px dashed #333333;
}

.contrast-ri ul li{
    width: 230px;
    overflow: hidden;
    -webkit-transition: width .6s ease;
    -moz-transition: width .6s ease;
    transition: width .6s ease;
}

.contrast-ri ul li > dl {
    color: #FFFFFF;
    cursor: pointer;
}

.contrast-ri ul li > dl.AK{
    background: #366092;
    border: 1px solid #366092;
}

.contrast-ri ul li > dl.AQ{
    background: #76933c;
    border: 1px solid #76933c;
}

.contrast-ri ul li > dl.AJ{
    background: #e26b0a;
    border: 1px solid #e26b0a;
}

.contrast-ri ul li > dl.DR{
    background: #948a54;
    border: 1px solid #948a54;
}

.contrast-ri ul li > dl.AQS{
    background: #31869b;
    border: 1px solid #31869b;
}

.contrast-ri ul li > dl.AR{
    background: #808080;
    border: 1px solid #808080;
}

.contrast-ri ul li > dl.AF{
    background: #14b6c5;
    border: 1px solid #14b6c5;
}

.contrast-ri ul li > dl.USB{
    background: #0d943c;
    border: 1px solid #0d943c;
}

.contrast-list{
    display: inline-block;
    color: #333333;
}

.specifications-inf>table tr,
.specifications-table>table tr,
.model-table>table tr{
    border-bottom: 1px solid #ededed;
}

.specifications-inf>table tr td,
.specifications-table>table tr td,
.model-table>table tr td{
    border-right-color:#ededed;
}

.specifications-inf>table tr th,
.specifications-table>table tr th,
.model-table>table tr th{
    border-right-color:#ededed;
}

/*产品详情(AK系列)*/
.section h2 {
    font-size: 45px;
    color: #333333;
    margin-bottom: 40px;
    font-weight: bold;
    position: relative;
    animation-duration: 1.5s;    /*动画持续时间*/
    /*animation-delay: 1s;   /* 动画延迟时间*/
    animation-iteration-count: 1;    /*动画执行次数*/
}

.details-1 {
    background: url(../image/details-1-bg.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    color: #FFFFFF;
}

.details-1 h3 {
    font-size: 28px;
}

.details-1 h1 {
    font-size: 105px;
    margin: 20px 0;
    letter-spacing: 10px;
}

.details-1 h4 {
    display: inline-table;
    font-size: 24px;
    background: #d22716;
    padding: 5px 0 5px 20px;
    letter-spacing: 15px;
    border-radius: 20px;
}

.flash-img {
    width: 790px;
    height: 195px;
    margin: 40px auto;
    position: relative;
    overflow: hidden;
}

.flash-img:after {
    background:-webkit-linear-gradient(0deg,rgba(255, 255, 255, 0),rgba(255, 255, 255, 0.1),rgba(255, 255, 255, 0));
    -webkit-transform: skewX(-70deg);
    -moz-transform: skewX(-70deg);
    -webkit-transform: skewx(-70deg);
    -webkit-transition: all 3s;
    -webkit-animation: xuan infinite ease-out 3s;
    content: '';
    width: 300px;
    height: 185px;
    position: absolute;
    left: -5000px;
    top: 0;
}


@keyframes xuan {
    from {
        left: -5000px;
    }
    to {
        left: 4000px;
    }
}

.details-1 h5 {
    font-size: 20px;
    color: #e1e1e1;
    line-height: 33px;
}

.details-2 {
    text-align: center;
}

.details-2 .ak-inf {
    width: 1200px;
    margin: 0 auto;
}

.details-2 .ak-video {
    width: 1200px;
    height: 570px;
    background: #037FCE;
}

.ak-inf ul {
    max-width: 1198px;
    height: 85px;
    border-top: none;
}

.ak-inf ul li {
    float: left;
    width: 33.33%;
    border: 1px solid #EDEDED;
}

.ak-inf ul li:nth-child(2) {
    width: 33%;
    border-left: none;
    border-right: none;
}

.ak-inf ul li a {
    width: 100%;
    display: block;
    line-height: 85px;
    font-size: 20px;
    color: #333333;
}

.ak-inf ul li a:hover {
    background: #f5f5f5;
    transition: all .3s;
}

.details-3 {
    background: #f8f8f8;
    text-align: center;
}

.details-3 h5 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 50px;
}

.details-3 img{
    width: 40%;
}

.details-4 {
    text-align: center;
}

.details-4 h5 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 50px;
}

.details-5 {
    text-align: center;
    background: #f8f8f8;
}

.details-5 ul {
    display: inline-table;
    margin-top: 50px;
}

.details-5 ul li {
    float: left;
    margin: 0 25px;
}

.details-5 ul li span {
    display: block;
    min-width: 270px;
    height: 75px;
    background: #d2251e;
    color: #FFFFFF;
    font-size: 17px;
    margin-bottom: 25px;
    border-radius: 15px;
    line-height: 75px;
}

.details-5 ul li img {
    display: block;
    margin-bottom: 33px;
    -moz-box-shadow: 2px 5px 16px #999999;
    -webkit-box-shadow: 2px 5px 16px #999999;
    box-shadow: 2px 5px 16px #999999;
}

.details-6 {
    text-align: center;
}

.details-6 h5 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 50px;
}

.details-6 img {
    width: 40%;
}

.details-7 ul {
    margin-top: 60px;
}

.details-7 ul li {
    float: left;
    width: 50%;
    height: 480px;
    text-align: center;
}

.details-7 ul li:nth-child(1) {
    background: url(http://www.exunton.com/skin/images/fun-bg1.html) no-repeat center;
    background-size: cover;
}

.details-7 ul li:nth-child(2) {
    background: url(http://www.exunton.com/skin/images/fun-bg2.html) no-repeat center;
    background-size: cover;
}

.details-7 ul li h4,
.fun-box h4 {
    font-size: 33px;
    color: #FFFFFF;
    padding: 95px 0 30px;
}

.details-7 ul li h4{
    padding: 150px 0 30px;
}


.details-7 ul li p {
    position: relative;
    width: 400px;
    font-size: 16px;
    color: #FFFFFF;
    padding: 10px;
    line-height: 25px;
    color: #333333;
    background: #FFFFFF;
    margin: 0 auto;
    border-radius: 10px;
    text-align: left;
    text-indent: 2em;
}

.details-7 ul li p:before {
    position: absolute;
    right: 15px;
    bottom: -20px;
    content: '';
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-left-color: #ffffff;
    border-top:none;
}

.details-7 .fun-box {
    clear: both;
    width: 100%;
    height: 480px;
    background: url(../image/fun-bg3.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
}

.fun-box p {
    position: relative;
    width: 600px;
    font-size: 16px;
    color: #FFFFFF;
    padding: 10px;
    line-height: 25px;
    background: #ffa200;
    margin: 0 auto;
    border-radius: 10px;
    text-align: left;
    text-indent: 2em;
    margin-bottom: 80px;
}

.fun-box p:before {
    position: absolute;
    right: 45px;
    bottom: -20px;
    content: '';
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-left-color: #ffa200;
    border-top:none;
}

.fun-box span {
    display: inline-block;
    min-width: 150px;
    height: 45px;
    background: #d2251e;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 10px;
    border-radius: 20px;
}

.details-8 {
    text-align: center;
}

.details-8 ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.details-8 ul li {
    width: 25%;
    margin: 0 1%;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
    -moz-box-shadow: 2px 2px 16px #CCCCCC;
    -webkit-box-shadow: 2px 2px 16px #CCCCCC;
    box-shadow: 2px 2px 16px #CCCCCC;
}

.details-8 ul li div {
    width: 100%;
    border-radius: 30px 30px 0 0;
    border: 1px solid #e3e3e3;
    overflow: hidden;
}

.details-8 ul li div img{
    width: 100%;
}

.details-8 ul li span {
    display: inline-block;
    width: 100%;
    height: 45px;
    color: #FFFFFF;
    font-size: 16px;
    background: #d2251e;
    line-height: 45px;
}

.details-9 {
    text-align: center;
    background: #f8f8f8;
}

.details-9 ul {
    width: 1230px;
    margin: 80px auto 0;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.details-9 ul li {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #dedede;
    overflow: hidden;
}

.details-9 ul li img {
    width: 240px;
}

.details-10 {
    text-align: center;
}

.details-10 a{
    display: inline-block;
    font-size: 18px;
    background: #da251d;
    line-height: 40px;
    padding: 0 20px;
    color: #FFFFFF;
    margin-top: 40px;
    border-radius: 3px;
}

.details-10 .software-box {
    width: 1200px;
    height: 650px;
    background: url(http://www.exunton.com/skin/images/details-10-bg.html) no-repeat center;
    margin: 0 auto;
}

.details-11 h5 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 50px;
}

.details-11 {
    text-align: center;
    background: #f8f8f8;
}

.details-11 img {
    width: 40%;
}

.details-12 {
    text-align: center;
    background: url(../image/advertising-img2.jpg) no-repeat center;
    background-size: cover;
    color: #FFFFFF;
}

.details-12 h2 {
    color: #FFFFFF;
    margin-top: -320px;
}

.details-12 h5 {
    font-size: 20px;
    margin-bottom: 50px;
}

.details-13 {
    text-align: center;
}

.details-13 h5 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 50px;
}

.details-13 .data-box {
    width: 1200px;
    height: 625px;
    background: url(http://www.exunton.com/skin/images/details-13-bg.html) no-repeat center;
    margin: 0 auto;
}

.details-14 {
    text-align: center;
    background: #f8f8f8;
}

.details-14 h5 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 50px;
}

.details-14 .system-box {
    width: 570px;
    height: 570px;
    margin: 0 auto;
    position: relative;
}

.system-box>div {
    width: 190px;
    height: 190px;
    position: absolute;
}

.system-box>div>h6 {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    padding-top: 70px;
}

.system-box>div:first-of-type {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #9f647a;
    border: 2px solid #f8f8f8;
    box-sizing: border-box;
}

.system-box>div:nth-child(2),
.system-box>div:nth-child(3),
.system-box>div:nth-child(4),
.system-box>div:nth-child(5) {
    background: #9097b4;
}

.system-box>div:nth-child(2) {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 0 auto auto auto;
}

.system-box>div:nth-child(2):after {
    position: absolute;
    right: 50%;
    bottom: -26px;
    z-index: 20;
    content: '';
    margin-right: -25px;
    width: 47px;
    height: 47px;
    background: #9097b4;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #9097b4;
    border-left-color: #9097b4;
    -webkit-transform: rotate(134.7deg);
    transform: rotate(134.7deg);
}

.system-box>div:nth-child(3) {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto 0 auto auto;
}

.system-box>div:nth-child(3):after {
    position: absolute;
    top: 50%;
    left: -26px;
    z-index: 20;
    content: '';
    margin-top: -25px;
    width: 47px;
    height: 47px;
    background: #9097b4;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    border-top-color: #9097b4;
    border-right-color: #9097b4;
    border-bottom-color: #FFFFFF;
    border-left-color: #FFFFFF;
    -webkit-transform: rotate(44.7deg);
    transform: rotate(44.7deg);
}

.system-box>div:nth-child(4) {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto auto 0 auto;
}

.system-box>div:nth-child(4):after {
    position: absolute;
    right: 50%;
    top: -26px;
    z-index: 20;
    content: '';
    margin-right: -25px;
    width: 47px;
    height: 47px;
    background: #9097b4;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #9097b4;
    border-left-color: #9097b4;
    -webkit-transform: rotate(-45.3deg);
    transform: rotate(-45.3deg);
}

.system-box>div:nth-child(5) {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto auto auto 0;
}

.system-box>div:nth-child(5):after {
    position: absolute;
    top: 50%;
    right: -26px;
    z-index: 20;
    content: '';
    margin-top: -25px;
    width: 47px;
    height: 47px;
    background: #9097b4;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    border-top-color: #9097b4;
    border-right-color: #9097b4;
    border-bottom-color: #FFFFFF;
    border-left-color: #FFFFFF;
    -webkit-transform: rotate(224.7deg);
    transform: rotate(224.7deg);
}

.details-15 {
    text-align: center;
}

.details-15 h6 {
    clear: both;
    float: left;
    margin-left: 110px;
    font-size: 16px;
    color: #333333;
    position: relative;
    padding-left: 40px;
    line-height: 25px;
    margin-bottom: 35px;
}

.details-15 h6:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 25px;
    height: 25px;
    background: url(../image/fun-icon.png) no-repeat center;
}

.fun-list {
    max-width: 1650px;
    margin: 0 auto;
    overflow: hidden;
}

.fun-list ul {
    width: 25%;
    float: left;
    padding-left: 110px;
    box-sizing: border-box;
    margin-top: 50px;
}

.fun-list ul li {
    font-size: 16px;
    color: #333333;
    margin-bottom: 35px;
    text-align: left;
    position: relative;
    padding-left: 40px;
}

.fun-list ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 25px;
    height: 25px;
    background: url(../image/fun-icon.png) no-repeat center;
}

.details-16 {
    text-align: center;
}

.details-16 h2 {
    margin-bottom: 15px;
}

.details-16 h5 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 50px;
}

.quality-box p {
    font-size: 16px;
    color: #555555;
    line-height: 35px;
}

.quality-box img {
    margin: 70px 10px 0;
    border: 2px solid #dadbdb;
}

.details-17 {
    text-align: center;
}

.details-17 h5 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 50px;
}

.details-17 img {
    margin-bottom: 50px;
}

.details-17 ul li {
    display: inline-block;
    margin: 0 20px;
}

.details-18 {
    text-align: center;
    background: #f8f8f8;
}

/*产品详情AQ系列*/
.details-1 h1.AQ{
    font-size: 50px;
    font-weight: bold;
}

.flash-img-box{
    display: block;
    margin: 55px auto;
}

.AQ-choose span{
    font-size: 20px;
    color: #333333;
    background: url(../image/choose-icon.jpg) no-repeat left;
    padding-left: 35px;
    margin: 0 40px;
}

.choose-list{
    margin-top: 100px;
}

.choose-list li{
    display: inline-block;
}

.choose-list li img{
    width: 90%;
}

.choose-list li h6{
    display: inline-table;
    font-size: 17px;
    color: #333333;
    margin-top:50px;
    border-radius: 30px;
    line-height: 30px;
    padding: 0 13px;
    border: 2px solid #333333;
}


.details-7 ul li.AQ-funbg{
    background: url(http://www.exunton.com/skin/images/aq-funbg.html) #0c0e12 no-repeat center;
    background-size: cover;
}


/*产品AJ系列*/
.details-7 ul li.AJ-funbg{
    background: url(http://www.exunton.com/skin/images/aj-funbg.html) #0c0e12 no-repeat center;
    background-size: cover;
}


/*AF系列*/
.AF-head{
    background:#242424;
    background-size:contain;
}

.AF-head h1{
    font-size: 70px;
    font-weight: bold;
}

.AF-head h4{
    letter-spacing: 61px;
    background: none;
    color: #d22716;
    transform: translateX(26px);
}

.details-3 h6{
    font-size: 20px;
    color: #333333;
    line-height: 35px;
    padding: 0 15px;
    border: 2px solid #babdbe;
    display: table;
    margin: 20px auto 0;
    border-radius: 30px;
}

.AF-group{
    display:table;
    min-width: 965px;
    margin: 0 auto;
}

.AF-group ul li{
    float: left;
    min-width: 80px;
    min-height: 80px;
    border: 2px solid #b0b6b7;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    position: relative;
    margin-right: 90px;
    box-sizing: border-box;
    padding: 0 15px;
}

.AF-group ul li:last-of-type{
    margin-right: 0;
}

.AF-group ul li:after{
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
    right: -63px;
    content: url(http://www.exunton.com/skin/img/group-icon.html);
}

.AF-group ul li:last-of-type:after{
    content: initial;
}

.AF-group ul li span{
    font-size: 17px;
    color: #333333;
}

.AF-group h4{
    line-height: 80px;
    font-size: 35px;
    color: #333333;
    font-weight: bold;
    position: relative;
}

.AF-group h4:after{
    position: absolute;
    top: -15px;
    right: -100px;
    content: url(http://www.exunton.com/skin/img/group-icon-bg.html);
}

.AF-anmin img{
    width: 35%;
}

.AF-software-box{
    width: 1200px;
    height: 690px;
    margin: 0 auto;
    background: url(http://www.exunton.com/skin/images/af-software-bg.html) no-repeat center;
}


/*AR系列*/
.AR-head{
    background:#242424;
    background-size:contain;
}

.AR-head h1{
    font-size: 70px;
    letter-spacing: 61px;
    font-weight: bold;
}

.AR-head h4{
    letter-spacing: 25px;
    background: none;
    color: #d22716;
    transform: translateX(-20px);
}

.AR-buttext ul{
    display: inline-table;
}

.AR-buttext ul li{
    float: left;
    width: 250px;
    margin: 0 20px;
}

.AR-buttext ul li h3{
    font-size: 25px;
    font-weight: bold;
    color: #333333;
    margin: 40px 0;
}

.AR-buttext ul li p{
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    margin-top: 40px;
}

.details-10 h5{
    font-size: 20px;
    color: #333333;
    margin-bottom: 10px;
}

.AR-record-list ul{
    width: 655px;
    margin: 60px auto 0;
}

.AR-record-list ul li{
    float: left;
    margin: 0 25px 35px;
}

.AR-record-list ul li img{
    display: block;
    margin-bottom: 10px;
}

.AR-gain h5{
    margin-bottom: 10px;
}

.AR-gain img{
    width: 50%;
    margin-top: 50px;
}


.details-7 ul li.AR-funbg{
    background: url(http://www.exunton.com/skin/images/ar-funbg.html) #0c0e12 no-repeat center;
    background-size: cover;
}

.AR-admin ul{
    width: 1050px;
    margin: 0 auto;
}

.AR-admin ul li{
    float: left;
    margin: 0 10px 30px;
}

.AR-admin ul li img{
    display: block;
    width: 78%;
    margin: 0 auto;
    border-radius: 8px;
    border: 3px solid #e3e3e3;
    margin-bottom: 15px;
}

.AR-admin ul li span{
    display: inline-table;
    min-width: 170px;
    font-size: 17px;
    color: #333333;
    background: #f1efef;
    line-height: 40px;
    padding: 0 15px;
    font-weight: bold;
    border-radius: 30px;
}

.AR-list-title{
    display: inline-table;
    line-height: 35px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    background: #d2251e;
    padding: 0 15px;
}

/*DR产品详情*/

.DR-show{
    margin-bottom: 50px;
}

.DR-show span{
    display: inline-block;
    min-width: 145px;
    line-height: 40px;
    padding: 0 15px;
    color: #FFFFFF;
    font-size: 16px;
    background: #da251d;
    margin: 0 5px;
}

.details-7 ul li.DR-funbg{
    background: url(http://www.exunton.com/skin/images/dr-funbg.html) #0c0e12 no-repeat center;
    background-size: cover;
}

/*USB产品详情*/
.USB-head{
    background: #242424;
}

.USB-head h1{
    font-size: 70px;
    font-weight: bold;
    letter-spacing: 22px;
}

.USB-head h4{
    letter-spacing: 20px;
    background: none;
    color: #d22716;
}

.USB-introduce h5{
    line-height: 35px;
}

.USB-introduce ul{
    display: inline-block;
    margin-top: 50px;
}

.USB-introduce ul li{
    float: left;
}

.USB-introduce ul li img{
    width: 100%;
}

.USB-introduce ul li span{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 50%;
    font-size: 30px;
    background: #d2251e;
    color: #FFFFFF;
    margin: 90px 35px 0;
}

.USB-introduce ul li h6{
    min-width: 180px;
}

.USB-choose ul{
    margin-top: 90px;
    display: inline-block;
}

.USB-choose ul li{
    float: left;
    text-align: center;
}

.USB-choose ul li img{
    width: 90%;
}

.USB-choose ul li h6{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-top: 15px;
}

.details-7 ul li.USB-funbg{
    background: url(http://www.exunton.com/skin/images/usb-funbg.html) #0c0e12 no-repeat center ;
    background-size:cover ;
}

/*V系列产品详情*/
.V-head{
    background: #242424;
}

.V-head h1{
    font-size: 50px;
    font-weight: bold;
    letter-spacing: inherit;
}

.V-head h4{
    letter-spacing: 20px;
    background: none;
    color: #d22716;
}

.v-introduce ul{
    display: inline-block;
    width: 670px;
}

.v-introduce ul li{
    float: left;
    margin: 0 10px 20px;
}

.v-introduce ul li img{
    width: 100%;
    border: 1px solid #e4e4e4;
}

.v-choose span{
    display:table;
    margin: 40px auto 0;
    line-height: 40px;
    background: #cc0001;
    font-size: 17px;
    color: #FFFFFF;
    padding: 0 15px;
}

.v-backup img{
    width: 25%;
}


/*wc1服务器*/
.server-wc h3{
    display: inline-table;
    font-size: 24px;
    background: #d22716;
    padding: 5px 20px 5px 20px;
    border-radius: initial;
}

.server-wc h1{
    font-size: 40px;
    letter-spacing:5px
}

.server-wc h4 {
    position: relative;
    display: inline-table;
    font-size: 24px;
    background: none;
    padding: 0;
    letter-spacing: inherit;
}

.server-wc h4:before{
    content: '';
    position: absolute;
    top: 50%;
    left: -220px;
    height: 1px;
    width: 170px;
    background: #b4b7be;
}

.server-wc h4:after{
    content: '';
    position: absolute;
    top: 50%;
    right: -220px;
    height: 1px;
    width: 170px;
    background: #b4b7be;
}

.server-wc ul{
    display: inline-block;
}

.server-wc ul li{
    display:flex;
    display: -webkit-flex;
    --webkit-justify-content:center;
    justify-content:center;
    --webkit-align-items:center;
    align-items:center;
    width: 130px;
    height: 130px;
    float: left;
    margin: 0 15px;
    background: url(../image/wc-icon.png) no-repeat center;
}

.server-wc ul li h6{
    font-size: 16px;
}

.wc-backup img{
    width: initial;
}

.wc-monitoring{
    background: url(../image/wc-monitoring.jpg) no-repeat center;
    background-size: cover;
}

.wc-monitoring h2{
    margin-top: -270px;
}

.wc-monitoring h2,
.wc-monitoring h5{
    color: #FFFFFF;
}

.wc-permissions img{
    width: initial;
}


/*產品對比*/
.comparison-table-top{
    width: 83.5%;
    height: 40px;
    margin: 5px auto;
    position: relative;
    text-align: center;
}

.comparison-table-top > a{
    position: absolute;
    top: 0;
    left: 0;
}

.comparison-table-top h2{
    font-size: 22px;
    color: #4A4A4A;
    line-height: 40px;
}

.comparison-table{
    width: 83.5%;
    margin: 0 auto;
    overflow: hidden;
}

.contrast-le {
    width: 16%;
    float: left;
    border: 1px solid #737373;
    box-sizing: border-box;
}

.contrast-le dl dd {
    min-height: 30px;
    text-align: right;
    padding: 5px 10px;
    border-bottom: 1px dashed #333333;
    box-sizing: border-box;
    font-size: 13px;
    color: #4a4a4a;
}

.contrast-le dl dd:nth-child(6) {
    line-height: 33px;
}

.contrast-le dl dd:nth-child(11) {
    line-height: 69px;
}

.contrast-ri {
    width: 84%;
    float: left;
    white-space: nowrap;
    word-wrap:break-word;
    overflow-x: auto;
    box-sizing: border-box;
}

.contrast-ri ul{
    font-size: 0;
}

.contrast-ri ul li{
    display: inline-block;
}

.contrast-ri ul li dl,
.contrast-list dl{
    width: 230px;
    display: inline-block;
    box-sizing: border-box;
}

.contrast-ri ul li>dl>dd,
.contrast-list dl dd{
    padding: 5px 10px;
    min-height: 30px;
    box-sizing: border-box;
    border-bottom: 1px dashed #333333;
    font-size: 13px;
    text-align: center;
    line-height: 17px;
}

.contrast-list >dl{
    border-top: 1px dashed #333333;
    border-right: 1px dashed #333333;
}

.contrast-ri ul li{
    width: 230px;
    overflow: hidden;
    -webkit-transition: width .6s ease;
    -moz-transition: width .6s ease;
    transition: width .6s ease;
}

.contrast-ri ul li > dl {
    color: #FFFFFF;
    cursor: pointer;
}

.contrast-ri ul li > dl.AK{
    background: #366092;
    border: 1px solid #366092;
}

.contrast-ri ul li > dl.AQ{
    background: #76933c;
    border: 1px solid #76933c;
}

.contrast-ri ul li > dl.AJ{
    background: #e26b0a;
    border: 1px solid #e26b0a;
}

.contrast-ri ul li > dl.DR{
    background: #948a54;
    border: 1px solid #948a54;
}

.contrast-ri ul li > dl.AQS{
    background: #31869b;
    border: 1px solid #31869b;
}

.contrast-ri ul li > dl.AR{
    background: #808080;
    border: 1px solid #808080;
}

.contrast-ri ul li > dl.AF{
    background: #14b6c5;
    border: 1px solid #14b6c5;
}

.contrast-ri ul li > dl.USB{
    background: #0d943c;
    border: 1px solid #0d943c;
}

.contrast-list{
    display: inline-block;
    color: #333333;
}


.products-con img{
	width:250px;
	height:auto;
}


@media screen and (max-device-width:800px){
	
    #header{
		display:none;
	}
.banner {
	height: 100vw;
    background: url(../image/banner-1.jpg) center no-repeat;
    background-size: cover;
    text-align: center;
}
.banner > h3 {
    font-size: 19px;
    color: #FFFFFF;
    font-weight: normal;
    margin: 0;
    padding: 40% 0 7%;
    line-height: 30px;
}	
.feature-list {
    max-width: 100%;
    margin: 0 auto;
}
.feature-list ul li {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 20px;
    background: #f5f5f5;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.advertising-1 {
    height: auto;
    background: #2a2a2a;
}
.feature-list h2 {
    margin: 35px 0;
    font-size: 20px;
}
.feature-con {
    padding-bottom: 5px;
}
.advertising-1 .advertising-inf {
    max-width: 100%;
    margin: 0 auto;
    height: auto;
    text-align: center;
}
.products-list-1 {
    max-width: 100%;
    margin: 0 auto;
}
.footer-list {
    max-width: 100%;
    margin: 0 auto;
}
.advertising-1 {
    min-height: 30vh;
    background: url(../image/advertising-img1.jpg) #2a2a2a no-repeat top;
    background-size: contain;
}
.advertising-inf img{
	max-width:250px;
}
.advertising-inf > h2 {
    color: #FFFFFF;
    font-size: 15px;
    padding: 35px 0 15px;
}
.advertising-inf > h4 {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
}
.products-list-1 > h2 {
    font-size: 20px;
}
.products-list-1 > h2,h5 {
   display:none;
}
.products-list-1 > ul > li {
    width: 32%;
    height: auto;
	padding: 0.5%;
}
.products-list-1 > ul > li > h4{
    font-size: 12px;
	line-height:14px;
	text-align:left;
	height:28px;
	margin-bottom:0px;
}
.products-list-1 > ul > li > h6{
    font-size: 12px;
	margin-bottom: 6px;
}
.products-list-1 > ul {
    margin-top: 5px;
}
.products-con {
   padding: 10px;
}
.products-con img {
    width: 80%;
    height: auto;
}
.advertising-2 > h2 , .advertising-2 > h4 {
 font-size: 15px;
}
.advertising-2 > h2 {

 padding: 25px 0 10px;
}
.advertising-2 {
    height: 30vh;
	background-size: contain;
	background: url(../image/advertising-img2.jpg) no-repeat center;
}
.wc-server {
    padding: 50px 0;
    background: #f7f7f7;
    text-align: center;
}
.wc-server > h2{
    font-size: 15px;
    color: #333333;
    margin-bottom: 15px;
}
.wc-server > h4 {
    color: #333333;
    margin-bottom: 20px;
	font-size: 15px;
}
.wc-server img {
    width: 200px;
}
.products-list-2 > ul > li {
    width: 50%;
    text-align: center;
    padding: 55px 0;
}
.products-list-2 > ul > li > h4 {
    font-size: 15px;
}
/*列表页*/
.about-ban-cn img {
	width:100%;
}
.about-ban-cn {
	height:auto;
}
.about-1 h2 {
    font-size: 16px;
    text-align: center;
    color: #333333;
    margin: 10px 0 10px;
}
.about-1 > p {
    font-size: 14px;
    color: #333333;
    line-height: 28px;
}
.about-1 {
    overflow: hidden;
    margin-bottom: 55px;
	padding:10px;
}
.about-2 > h2 {
    font-size: 20px;
    text-align: center;
    color: #333333;
    margin-bottom: 10px;
}
.about-2 > h4 {
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-bottom: 55px;
}
.about-2 ul li.li-1 {
    width: 20%;
    height: auto;
}
.about-list-1 img{
	width:100%;max-height:250px;margin:auto;
}
.domain-lsit > h2 {
    width: 90%;
    height: 30px;
    background: #d12a2b;
    font-size: 20px;
    line-height: 30px;
    margin: 20px auto;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    z-index: 20;
}
.domain-lsit > h2:before {
    content: '';
    position: absolute;
    top: 15px;
    left: -50px;
    height: 2px;
    width: 150%;
    background: #d12a2b;
    z-index: -10;
}
.domain-lsit > ul > li {
    width: 25%;
    float: left;
    position: relative;
    overflow: hidden;
}
.domain-lsit > ul > li > span  {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index: 30;
}
.unit-inf {
    height: auto; 
    background: #f8f8f8;
    box-sizing: border-box;
    text-align: center;
	margin-bottom:20px;
}
.unit-inf > h2 {
    font-size: 20px;
    color: #333333;
    padding: 55px 0;
}
.unit-inf img{
 width:100%;
}
.contact-inf {
    width: 100%;
    margin: 20px auto;
    box-sizing: border-box;
    padding: 25px 20px;
    background: #FFFFFF;
}
.download-inf {
    width: 100%;
    margin: 0 auto;
}
.download-screening {
    padding: 10px 0;
    height: 60px;
}
#sel_css {
    height: 40px;
    line-height: 40px;
}
.download-search {
    width: 90%;
    height: 35px;
    border: 1px solid #1877af;
    border-radius: 3px;
    overflow: hidden;
    background: #FFFFFF;
	margin:5%;
}
#sel_css span {
    color: #fff;
    background-color: #1877af;
    padding: 4px;
    margin: 0px 10px;
    border-radius: 5px;
    font-size: 12px;
}
#sel_css a {
    color: #000;
    padding: 4px;
    font-size: 12px;
    background-color: #fff;
    border-radius: 5px;
    margin: 0px 5px;
}
.sel_text {
    font-size:12px;
    font-weight: bold;
}
.download-con {
padding:2%;
}
.download-search input {
    float: left;
    width: 80%;
    height: 36px;
    border: none;
    box-sizing: border-box;
    padding: 0 10px;
    margin-top: 1px;
    outline: none;
    font-size: 14px;
    background: none;
}
.download-search a {
    display: inline-block;
    float: left;
    width: 20%;
    height: 35px;
    background: url(../image/search-bg.png) #1877af no-repeat center;
}
.download-list {
    width: 100%;
    margin: 0 auto;
    min-height: 330px;
}
.download-list > ul > li {
    overflow: hidden;
    background: #FFFFFF;
    padding: 15px 10px;
    margin-bottom: 17px;
    border-bottom: 2px solid #FFFFFF;
}
.download-list > ul > li >h6 {
    float: left;
    font-size: 15px;
    line-height: 35px;
	width:80%;
}
.products-inf {
    width: 100%;
    margin: 0 auto;
}
.products-inf > ul {
    width: 100%;
}
.products-inf > ul > li {
    float: left;
    width: 48%;
    min-height: 110px;
    background: #FFFFFF;
    text-align: center;
    margin: 1% 1% 1% 1%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.products-inf > ul > li > a {
    display: block;
    width: auto;
    height: auto;
    margin-bottom: 10px;
}
.products-inf > ul > li > h4 {
    font-size: 14px;
    margin-bottom: 5px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.products-box {
padding:2%;
}
.download-title {
    width: 100%;
    margin: 0 auto;
}
.prodetail_img img{
	width:100%;
}
.jyms{
	margin-top:20px;
	font-size:14px;
}
.newsD-bottom{
	width:100%;
	height:auto;
}
.newsD-bottom p{
line-height:14px;
height:28px;
}
.newsD-bottom .back-list{
line-height:14px;
height:28px;	
}
}

.pagination-list li{
	display:inline-block;
	
}
.pagination-list li a{
	padding:0 10px;
}
.pagination-list .pageinfo{
	font-size: 14px;
    color: #888888;
}

.pagination-list .thisclass{
	background-color:#999;
	color:#fff;	
}

.pagination-list .thisclass a{
	color:#fff;
}
.advertising-inf img{
	max-width:400px;
	max-height:400px;
}
.advertising-inf h2{
color:#000;
}