*{padding: 0;margin: 0;font-family: "微软雅黑";outline: none;box-sizing: border-box;font-weight: normal;}
img{border: none;}
a{text-decoration: none;}
ul{list-style: none;}
.my_box_bg{background-image: url(../img/home/solution-bg.png);}
.fangan-banner
{
height:500px;
background:rgba(8,1,68,1) url(../img/fangan/banner_2.jpg) no-repeat center;
padding-top:200px;
width:100%;
}


.fangan-banner-text
{
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
	padding-left:40px;
	text-align: left;
	
}

.fangan-banner-main-title
{
	font-size:40px;
	color:#fff;
	line-height:46px;
	vertical-align: middle;
}

.fangan-banner-sub-title
{
	font-size:16px;
	color:#c6c8cc;
	line-height:25px;
	margin-top:25px;
}


.free-text-experience
{
	display:inline-block;
	width:140px;
	height:40px;
	margin-top:60px;
	border:1px solid #FFF;
	line-height:40px;
	text-align:center;
	text-decoration:none;
	font-size:16px;
	color:#FFF;
}

.free-text-experience:hover
{
	background-color:#FFF;
	color:#142665;
}



.fangan-banner-fwsy
{	
height:600px;
width:100%;
padding-top:80px;
background: -webkit-linear-gradient(left, #4ea6ff , #2c61ef); /* Safari 5.1 - 6.0 */
background: -o-linear-gradient(right, #4ea6ff , #2c61ef); /* Opera 11.1 - 12.0 */
background: -moz-linear-gradient(right, #4ea6ff , #2c61ef); /* Firefox 3.6 - 15 */
background: linear-gradient(to right, #4ea6ff , #2c61ef); /* 标准的语法 */
}


.fangan-banner-box
{
width:100%;
max-width:1200px;
margin:0 auto;
position: relative;	
}

.banner-main-img{
position: absolute;
top: 60px;
right: 0px;
}
.banner-main-text{
position: absolute;
top: 130px;
left: 20px;
z-index: 1;	
}

.banner-title
{
font-size: 50px;
line-height: 50px;
margin: 10px 0 40px 0;
color: rgb(255, 255, 255);
}

.banner-small
{	
margin-top: 10px;
font-size: 18px;
line-height: 30px;
color: rgb(255, 255, 255);
}

/*内容描述*/
.fangan-box{	
background-color: rgb(255, 255, 255);
margin:0 auto;
clear:both;	
}

.fangan-wrap{
color: #383838;
text-align: center;	
margin: 0px auto;
max-width: 1200px;		
}

.fangan-title{
padding-top:80px;	

margin-bottom: 80px;	
text-align:center;
}

.fangan-title  .title{
font-size: 35px;
line-height: 50px;
color: #333333;
text-align: center;		
}
.fangan-title  .small{
font-size: 20px;
line-height: 16px;
margin-top: 12px;
text-align: center;
color: #666;		
}

.my_index{
padding-bottom: 100px;	
}
.my_index:after{
content:"";
height:0;
visibility:hidden;
display:block;
clear:both;
}
.fangan-wrap .list li{	
vertical-align: top;
width: 200px;
display: inline-block;
margin-right: 50px;	
}
.fangan-wrap .list li .icon {
width: 60px;
}

.fangan-wrap .list li .item-title {
font-size: 20px;
color: #373d40;
margin: 16px 0 10px;
font-weight:700;
}
.fangan-wrap .list li .summary1 {
font-size: 14px;
color: #9b9ba3;
}

.kf{margin-top:30px;margin-bottom:30px;padding:10px 16px;font-size:16px;line-height:1.3333333;}

.template{padding: 65px 0 75px 0;width: 100%;overflow: hidden;}

.title{font-size: 30px;text-align: center;color: #333;}
.subtitle{font-size: 16px;margin-top: 20px;text-align: center;color: #666;}
.category{text-align: center;}
.category ul{overflow: hidden;margin-top: 40px;background-color: #fff; box-shadow: 0 0 4px rgba(0,0,0,0.1); border-radius: 3px;display: inline-block;}
.category ul li{float: left;display: inline-block;font-size: 16px;height: 35px;line-height: 35px;width: 140px;text-align: center;position: relative; cursor: pointer;}
.category ul li:after{content: '';height: 50%; border-left: 1px solid #eee; position: absolute; right: 0; top: 25%;}
.category ul li:last-child:after{border-left: none;}
.category ul li:hover{color: #000;}
.category ul li.active{background:#03a9f4;color: #fff;}
.category ul li.active:after{border-left: none;}
.content{width: 100%;height: auto;margin-top: 60px;display: none;}
.content.active{display: block;}
.content ul{width: 1160px;margin: 0 auto;}
.content ul li{float: left;position: relative;width: 200px;margin-right: 40px; transition: transform .3s ease,box-shadow .3s ease}
.content ul li:last-child{margin-right: 0;}
.content ul li .img{width: 100%;}
.content ul li .bg{transition: opacity .3s;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0);text-align: center;}
.content ul li .bg img{display: inline-block;width: 70%;margin-top: 75px;border-radius: 3px;opacity: 0;transition: opacity .5s;}
.content ul li:hover{transform: translate3d(0,-10px,0)}
.content ul li:hover .bg{background: rgba(0,0,0,.5);}
.content ul li:hover .bg img{opacity: 1;}
.content .more{text-align: center;width: 100%;clear: both;padding-top: 60px;}
.content .more a{display: inline-block;border: 1px solid #03a9f4;color: #03a9f4; transition: background-color .3s,color .3s;padding: 12px 50px;border-radius: 50px;font-size: 18px;}
.content .more a:hover{background: #03a9f4;color: #fff;}
.content.wsc ul{width: 1245px;}
.content.wsc ul li{background:url(../img/fangan/phone.png) center center no-repeat;width: 217px;height: 450px;}
.content.wsc ul li .img{margin-top: 44px;}
.content.wsc ul li .bg{width: 200px;height: 356px;left: 9px;top: 44px;}
.content.wsc ul li .bg img{border-radius: 3px;border:10px solid #fff}
.content.dnsc ul{width:1200px}
.content.dnsc ul li{background:url(../img/fangan/pc.png) center center no-repeat;width: 340px;height: 220px;overflow: hidden;margin-right: 90px;}
.content.dnsc ul li:nth-child(1),.content.dnsc ul li:nth-child(2),.content.dnsc ul li:nth-child(3){margin-bottom: 40px;}
.content.dnsc ul li:nth-child(3n){margin-right: 0;}
.content.dnsc ul li .img{margin-top: 13px;}
.content.dnsc ul li .img img{max-width: 100%;}
.content.dnsc ul li .bg{width: 100%;height: 100%;top: 13px;}
.content.dnsc ul li .bg img{width: 145px;margin-top: 90px;}



.product2 li
{
	position:relative;
	float:left;
	width:345px;
	height:360px;
	background-color: #fff;
	margin-left:45px;
	margin-bottom: 50px;
	border: 0px solid #e1e1e1;
	border-radius: 10px;
    box-shadow: 0px 5px 20px 0px rgba(2,31,65,.09);
	transition: all .3s;
}

.product2 li:hover
{

	border-radius:5px;
	border: 0px solid #e1e1e1;
	background-color:#fff;
	cursor:pointer;
	box-shadow: 0px 5px 30px 10px rgba(2,31,65,.08);

}
.product2 img
{
	width:100%; 
	height:140px;
	border: 0px solid #e1e1e1;
	border-radius: 10px ;
}
.product2  .about{
	font-size:14px;
	text-align:left;
	line-height:2;
	color:#81828a;
	margin:20px 15px 25px 15px
	
	}
.product2  .jg{
margin-top:20px;
font-size:18px;
text-align:center;
line-height:2.2;
margin-bottom:10px;
color:#4d555d;
padding:0 20px;

}
.product2 li .icon{
margin-top:0px;	
font-size:45px;
text-align:center;
color:#aab6bb;
margin-bottom: 15px;
}

.product2 li:hover .icon{
margin-top:0px;	
font-size:45px;
text-align:center;
color:#2482a9;
}



.product2 li .more_btn
{
	position:absolute;
	transition:all .4s ease 0;
	-moz-transition:all .4s ease 0;
	-webkit-transition:all .4s ease 0;
	-o-transition:all .4s ease 0;
	font-size:16px;
	width:100%;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#ffffff;
	border-radius:0px 0px 5px 5px;
	text-decoration:none;
	bottom:0;
	
}

.more_btn .right
{
float:left;
padding-left:25px;
color:#81828a;
width:50%;
background:#f1f1f3;
}

.more_btn .left
{
float:right;	
padding-right:25px;
color:#81828a;
width:50%;
background:#f1f1f3;
}

.more_btn .right:hover
{
color:#ffffff;
background: -webkit-linear-gradient(left, #FB5F49 , #F63E46); /* Safari 5.1 - 6.0 */
background: -o-linear-gradient(right, #FB5F49, #F63E46); /* Opera 11.1 - 12.0 */
background: -moz-linear-gradient(right, #FB5F49, #F63E46); /* Firefox 3.6 - 15 */
background: linear-gradient(to right, #FB5F49 , #F63E46); /* 标准的语法（必须放在最后） */
}

.more_btn .left:hover
{
color:#ffffff;
background: -webkit-linear-gradient(left, #1890ff ,#3d9df5); /* Safari 5.1 - 6.0 */
background: -o-linear-gradient(right, #1890ff, #3d9df5); /* Opera 11.1 - 12.0 */
background: -moz-linear-gradient(right, #1890ff, #3d9df5); /* Firefox 3.6 - 15 */
background: linear-gradient(to right, #1890ff , #3d9df5); /* 标准的语法（必须放在最后） */
}

.product2 li:hover  .more_btn
{
	width:100%;
	text-align:center;
	font-size:16px;
	color:#fff;
	border-radius:0px 0px 5px 5px;
	text-decoration:none;
	display:block;
	bottom:0;
	
}


.product2 li h2
{
	margin-top:5px;
	margin-bottom:10px;
	font-size:18px;
	color:#2b333b;
	font-weight:400;
	text-align:center;
	font-weight:700;
	
}



/* 产品展示导航css */
.cation-content {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.cation-middle {
    line-height: 48px;
    background: #fff;
    padding: 10px 20px 10px 30px;
    font-size: 14px;
}

.cation-list {
    overflow: hidden;
}

.cation-list dt {
    float: left;
    width: 64px;
    font-weight: 700;
    line-height: 48px;
    position: relative;
    color: #333;
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cation-list dt:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 22px;
    border: 1px solid #333;
    border-width: 0 1px 1px 0;
    width: 4px;
    height: 4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cation-list dd {
	height:60px;
    overflow: hidden;
}

.cation-list dd a {
    color: #939aac;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    float: left;
    padding: 0 15px;
    margin: 20px 10px;
	font-weight:200;
	transition: all .3s;
	-webkit-transition: all  .3s; /* Safari */
}

.cation-list dd a.on, .cation-list a:hover {
    color: #fff;
	background:#414b51;
}

.cation-list dd a:last-child {
    border-right: 0 none;
}

.cation-list:last-of-type dd {
    border-bottom: 0 none;
}
/**产品详情页顶部BANNER**/

.product-show-banner
{
	height:490px;
	background:rgba(13, 19, 31,1) url(../img/buy/banner_1.jpg) no-repeat center;
	padding-top:200px;
	width:100%;
}

.product-show-banner-text
{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
.banner-show-main-title
{
	font-size:40px;
	color:#fff;
}

.banner-show-sub-title
{
	font-size:16px;
	color:#c6c8cc;
	margin-top:15px;
}


.banner-show-text-experience
{
	display:inline-block;
	width:140px;
	height:40px;
	margin-top:25px;
	border:0px solid #FFF;
	line-height:40px;
	text-align:center;
	text-decoration:none;
	font-size:16px;
	color:#ffffff;
	transition:all .4s ease 0;
	-moz-transition:all .4s ease 0;
	-webkit-transition:all .4s ease 0;
	-o-transition:all .4s ease 0;
	background: -webkit-linear-gradient(left,  #0cea8e, #0acea9); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #0cea8e, #0acea9); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #0cea8e, #0acea9); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #0cea8e, #0acea9); /* 标准的语法（必须放在最后） */
}

.banner-show-text-experience:hover
{
	background: -webkit-linear-gradient(left,  #10dc6b, #08c7a4); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,#10dc6b, #08c7a4); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,#10dc6b, #08c7a4); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #10dc6b, #08c7a4); /* 标准的语法（必须放在最后） */
	color:#ffffff;
}
.show{margin:0 auto; min-height:600px;max-width:1200px;padding:10px 0px;}