@CHARSET "UTF-8";
html{font-size:41.4px;}
body{padding-top: 108px;}
body.body-white{ background: #FFF;}
a{transition: all 0.6s;cursor: pointer;}
a:hover{text-decoration:none; }
li{list-style-type:none;}
.container{
	min-width: 1200px;
}
#mak_windows{
	background-color: rgb(0,0,0);
	z-index: 1020;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}
#mak_windows > .container{
	text-align: center;
	margin-top: 120px;
}

.zoomImg{
	background-color: #FFF;
	width: 1800px !important;
	height: auto !important;
	cursor:move;
}
.hover_b:hover{
	background: rgb(42,69,158);
}
.fa{
    color: #FFF;
    text-shadow: 1px 2px 2px #000;
}
@media (max-width: 767px){
	body {
	    padding-right: 0px; 
	    padding-left: 0px; 
	}
}
@media (min-width: 1300px){
	.container,
	.navbar-static-top .container,
	.navbar-fixed-top .container, 
	.navbar-fixed-bottom .container {
	    width: 1200px;
	}
}
@keyframes my_mh
{
	0%{
        -webkit-filter: blur(0px); -moz-filter: blur(0px);-ms-filter: blur(0px);filter: blur(0px);
    	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=0, MakeShadow=false); 
	}
	50%{
        -webkit-filter: blur(5px); -moz-filter: blur(5px);-ms-filter: blur(5px);filter: blur(5px);
    	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5, MakeShadow=false); 
	}
}
@keyframes my_opacity{
	0%{
		opacity: 0.6;-webkit-filter: blur(3px); -moz-filter: blur(3px);-ms-filter: blur(3px);filter: blur(3px);
    	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3, MakeShadow=false); 
	}
	30%,80%{
		opacity: 1;-webkit-filter: blur(0px); -moz-filter: blur(0px);-ms-filter: blur(0px);filter: blur(0px);
    	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=0, MakeShadow=false); 
	}
	100%{
		opacity: 0.6;-webkit-filter: blur(3px); -moz-filter: blur(3px);-ms-filter: blur(3px);filter: blur(3px);
    	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3, MakeShadow=false); 
	}
}
.vertical_center{
	text-align: center;overflow: hidden;text-align: center;-webkit-overflow-scrolling: touch;display: box;display: -webkit-box;display: -moz-box;-webkit-box-pack: center;-moz-box-pack: center;-webkit-box-align: center;-moz-box-align: center;
}
.txt_onerow {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}

.txt_tworow {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.txt_three {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.img_center {
    max-width: 100%;
    max-height: 100%;
  /*  position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);  
    transition: all 1s;  */
}
.img_center_hover:hover{
	 /*transform: scale(1.1) translateX(-45%) translateY(-45%); */
}
.body .background_img{
	width: 100%;
	max-width: 1920px;
	margin-top: -50px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: 0.8;
    transition: all 2s;
}
.body:hover .background_img{
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    filter: grayscale(50%);
}
.navbar-fixed-top, .navbar-fixed-bottom {
	position: fixed;
}
.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
	margin-right: 0px;
	margin-left: 0px;
}

.navbar .nav .user{
	padding: 0;
	line-height: 70px;
}
.navbar .nav .user .headicon{
	margin: 0 5px;height: 30px;
}
.navbar .nav .user .caret{
	vertical-align: middle;
	margin: 0 5px;
}
.navbar{
	transition: all 1s;
    max-width: 1920px;
    margin: auto;
}
.navbar:hover{
	opacity:1 !important;
	margin-top: 0 !important;
}
.navbar .top1{
    height: 22px;
    text-align: right;
    padding: 8px 0;
    background-color: rgb(0,0,0);
    transition: all 1s;
}
.navbar .top1:hover {
	background-color: rgb(0,0,0);
}

.navbar .top1 span{
	margin:0 15px ;
	color: #FFF;
}


.navbar .top1 span>a{
	color: #FFF;
}
.navbar .top1 span>a:hover{
	color:#f5aa47;
}

.navbar .top2{
    height: 70px;
    background-color: rgb(39,48,142);
    transition: all 1s;
}
.navbar .top2:hover{
	/*background-color: rgb(39,48,142);*/
}
.navbar .brand img{
	width: 140px;
}
.navbar .brand img:hover{
	animation:my_mh 15s infinite ;
}
.navbar #main-menu{
	margin: 0 10px 0 160px;
	position: static;
}
.navbar .nav > li > a {
    float: none;
    padding: 25px 15px 25px;
    color: #FFF;
 	text-shadow:none; 
}
.navbar .nav > li > a:hover{
	color:#f5aa47 !important;
	background-color:  rgb(4,15,94) !important;
}

.dropdown-menu,.nav-collapse.collapse{
	background-color:  rgb(4,15,94);
}
.dropdown-menu>li>a{
	 color: #FFF;
}
.dropdown-menu>li>a:hover{
	color:#f5aa47;
}
.navbar #main-menu > .dropdown{
	position: static;
}
.navbar #main-menu > .dropdown .dropdown-menu{
	/*display: block;*/
	width: 100%;
	margin-top: 33px;
}
.navbar #main-menu > .dropdown .dropdown-menu>li{
	float: left;
}
.navbar #main-menu > .dropdown .dropdown-menu>li>a{
    margin: 15px 0px;
    border-right: 1px #fff solid;
    padding: 0 50px;
}
.navbar .pull-right form{
	margin:18px 0;
	position: relative;
}
.navbar .pull-right form .select{
    width: 65px;
    height: 32px;
    border: 0;
    color: #FFF;
    background: #4258ff;
}
.navbar .pull-right form .input{
	border:0;
	width: 200px;
	box-shadow:5px 5px 5px #eee inset;  
    margin-left: -5px;
}
.navbar .pull-right form .submit{
	position: absolute;
	right: 2px;
	top: 2px;
	border: 0;
	width: 28px;
	height: 28px;
}
.navbar #main-menu-user .dropdown a{
	padding: 0 10px;
}
@media (max-width: 2000px){
	.index .swiper-slide .img:hover{
		/*background-size: 120% auto;*/
	}
	.index .swiper-slide .img{
		height: 960px !important;
	}
}
@media (max-width: 1590px){
	.index .swiper-slide .img:hover{
		/*background-size: auto 100%;*/
	}
	.index .swiper-slide .img{
		height: 660px !important;
	}
}
@media (max-width: 1200px){
	.navbar .top1 span {
   		margin: 0px 4px;
	}
	.navbar #main-menu{
		margin: auto;
	}
	.navbar #main-menu > .dropdown .dropdown-menu>li>a{
		border-right:0;
	}
	.index .swiper-slide .img:hover{
		/*background-size: 1100px auto;*/
	}
	.index .swiper-slide .img{
		height: 560px !important;
	}
}

.pages{
	width: 100%;
	background: #FFF;
	height: 40px;
}
.pages div{
	float: right;
}
.pages li{
	float: left;
	margin: 0 5px;
}
.pages li a{
	padding: 3px 15px;
	border: solid #428bca 1px;
	background: #428bca;
	color: #FFF;
}
.pages li a:hover{
	opacity: 0.7;
}
.pages li span{
	padding: 3px 15px;
	border: solid #555 1px;
}

#footer{
	height: 360px;
    max-width: 1920px;
    margin: auto;
}
#footer .right{
	width: 50%;
    float: right;
    height: 280px;
    position: relative;
    text-align: center;
}
#footer .right img:hover{
	animation:my_mh 15s infinite ;
}
#footer .left{
	width: 50%;
	float: left;
    height: 180px;
    text-align: left;
    margin: 50px 0;
}
#footer .left .title{
	color:  #6073f0;
	font-size: 18px;
	font-weight: bold;
}
#footer .left hr{
	border:0;
	border-bottom: solid #6073f0 1px;
	margin:8px 4px;
}
#footer .column a{
    font-size: 16px;
    color: #FFF;
    margin-right: 48px;
}
#footer .column a:hover{
	color: #feb045;
	transition: all 1s;
}
#footer .column {
	margin-bottom: 50px;
    line-height: 200%;
    width: 120%;
}

#footer .bottom {
	width: 100%;
	height: 80px;
	background-color: rgb(0,0,0);
	text-align: right;
}
#footer .bottom .ba{
	color: #6073f0;
    margin-top: 30px;
    font-size: 15px;
}
#footer .bottom .ba a{
    color: #6073f0;
}
#footer .bottom .ba a:hover{
	color: #f5aa47;
}

.index{
    max-width: 1920px;
    margin: auto;
}
.index .sy-box .sy-pager{
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 99;
	text-align: right;
}
.index .sy-pager li{
	text-align: center;
}
.index .sy-pager li.sy-active a{
	background-color: #6073f0;
	color: #6073f0;
}
.index .sy-box .sy-slide{
	transition: all 0.5s;
	transform:translateZ(200px) scale(1.5) ; 
	 -webkit-filter: blur(25px); -moz-filter: blur(25px);-ms-filter: blur(25px);filter: blur(25px);
    	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=25, MakeShadow=false); 
}
.index .sy-box .sy-active{
	transform: translateZ(0) scale(1) ; 
	 -webkit-filter: blur(0px); -moz-filter: blur(0px);-ms-filter: blur(0px);filter: blur(0px);
    	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=0, MakeShadow=false); 
}

.index .sy-box .transition{
	transform:translateZ(0) scale(1) ; 
	 -webkit-filter: blur(0px); -moz-filter: blur(0px);-ms-filter: blur(0px);filter: blur(0px);
    	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=0, MakeShadow=false); 
    	
}


.index .swiper-slide .img{
	width: 100%;
	height: 960px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1920px auto;
	transition: all 2s;
}

.index .pagination {
  position: absolute;
  z-index: 20;
  right: 120px;
  bottom: 0px;
}
.index .pagination .swiper-pagination-switch{
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 8px;
	background: #222;
	margin-right: 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}
.index .pagination .swiper-visible-switch {
  background: #fff;
}
.index .pagination .swiper-active-switch {
  background: #6478ff;
}

.index .szy{
	height: 200px;
	text-align: center;
}
.index .szy .img{
	width: 600px;
    margin-top: 30px;
    animation: my_opacity 10s infinite;
}
.index .szy .but{
	margin-top: 10px;
	margin-top: 35px;
	width: 361px;
	transition: all 1s;
}
.index .szy .but:hover{
	background-color:  rgb(4,15,94);
}

.index .gs{
	padding: 0 0.5%;
}
.index .gs .column{
	width: 33.333%;
	float: left;
	position: relative;
	color: #FFF;
	font-size: 15px;
}
.index .gs .column img{
	width: 100%;
	height: auto;
	transition: all 0.5s;
	/*-webkit-filter: grayscale(75%);-moz-filter: grayscale(75%);-ms-filter: grayscale(75%);-o-filter: grayscale(75%);filter: grayscale(75%);filter: gray;*/
} 
.index .gs .column:hover > img{
	/*-webkit-filter: grayscale(0%);-moz-filter: grayscale(0%);-ms-filter: grayscale(0%);-o-filter: grayscale(0%);filter: grayscale(0%);filter: gray;*/
}
.index .gs .column:hover > .desc{
	background-color:rgb(0,0,0);
}
.index .gs .column .but{
	position: absolute;
	left: 0;
	top:40%;
	width: 100%;
	text-align: center;
}
.index .gs .column .but a{
	border:solid #FFF 1px;
	font-size: 1.2em;
	color: #FFF;
	padding: 5px 10px;
}
.index .gs .column .but a:hover{
	background-color:  rgb(4,15,94);
}
.index .gs .column .desc{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 20%;
	width: 80%;
	/*background-color:rgb(0,0,0);*/
	padding: 5% 10%;
	text-align: left;
	line-height: 200%;
	font-size: 1em;
	transition: all 1s;
} 

.index .sjs {
	margin-top: 100px;
	text-align: center;
}
.index .sjs .column {
	position: relative;
}
.index .sjs .column .img{
	max-width: 1200px;
	width: 100%;
	border:solid 1px #eee;
	transition: all 2s;
}
.index .sjs .column .img:hover{
	
}
.index .sjs .column .but{
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 250px;
	width: 100%;

}
.index .sjs .column .but img{
	width: 154px;
	transition: all 1s;
}
.index .sjs .column .but:hover > a > img{
	background-color:  rgb(4,15,94);
}


.index .gydk{
	height: 960px;
	width: 100%;
	margin-top: -28px;
}
.index .gydk .row{
	margin: 0 auto;
	width: 1200px;
}

.index .gydk .title{
	text-align: center;
	padding-top: 120px;
	padding-bottom: 55px;
}
.index .gydk .img{
	transition: all 1s;
}
.index .gydk .img:hover{

}
.index .gydk .column1{
	float: left;
	margin-right: 17px;
	position: relative;
}
.index .gydk .column1 .but{
	width:100%;
	text-align: center;
	position: absolute;
	bottom:90px;
}
.index .gydk .column1 .but img{
	width: 154px;
	transition: all 1s;
}
.index .gydk .column1 .but:hover > a > img{
	background-color:  rgb(4,15,94);
}

.index .gydk .column2{
	float: left;
	width: 201px;
	margin-right: 17px;
}
.index .gydk .column2 .img{
	margin-bottom: 22px;
}
.index .gydk .column3{
	float: left;
	width:317px;
}
.index .gydk .column3 .img{
	margin-bottom: 15px;
}

/*tc widget*/
.tc-main{
	padding-top: 20px;
}

.product{
    position: relative;
    max-width: 1920px;
    margin: auto;
}
.product .tc-main>.desc{
	width: 530px;
	font-size: 18px;
	color: #FFF;
	line-height: 180%;
}
.product .contact{
	width: 530px;
	margin-top: 40px;
}
.product  .contact .tab {
	border-left: solid #FFF 2px;
	border-top: solid #FFF 2px;
	height: 40px;
	width:235px;
	overflow: hidden;
}
.product  .contact .tab a{
	border-right: solid #FFF 2px;
	color: #FFF;
	padding:10px 28px ;
	font-size: 15px;
	margin-left: -3px;
	cursor: pointer;
}
.product  .contact .tab a:hover{
	background-color: rgb(42, 69, 158);
}

.product  .contact .content{
	color: #FFF;
	padding: 25px;
	border: solid #FFF 2px;
	height: 220px;
	overflow: hidden;
	background-color: rgb(25,25,25);
}
.product  .contact .content iframe{
	height: 100% !important;
	width: 100% !important;
}
.product  .contact .content .img{
	width: 220px;
	height: 220px;
	float: left;
}
.product  .contact .content .text{
	float: right;
	height: 220px;
	width: 220px;
	line-height: 200%;
	font-size: 16px;
}
.product .home_path{
	margin-top: 5px;
	text-align: left;
}
.product .home_path,.product .home_path a, .product .home_path span{
	color: #FFF;
}
.product .tc-main >h1{
	color: #FFF;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 35px;
	text-shadow: 2px 2px 6px #000;
}
.product .tc-main >h2{
	color: #FFF;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	text-shadow: 2px 2px 6px #000;
}
.product .list{
	border:solid #FFF 1px;
	margin-bottom: 20px;
}
.product .list .pages{
	padding-top: 20px;
}
.product .list .terms{
	background: rgb(0,0,0);
	border-bottom: :solid #FFF 1px;
}
.product .list .terms .name{
	float: left;
	border-right:solid #FFF 1px;
	font-size: 20px;
    padding: 15px 35px;
    color: #FFF;
    font-weight: bold;
    transition: all 1s;
}

.product .list .rows{
	background: #FFF;
	padding: 15px;
}
.product .list .rows .column{
	float: left;
	margin: 15px 15px;
	border:solid #b2b2b2 1px;
}
.product .list .rows .column .img{
	height: 190px;
	width: 550px;
	overflow: hidden;
}

.product .list .rows .column .name{
	padding: 10px 20px;
	color: #b2b2b2;
	font-size: 18px;
	position: relative;
	background:#FFF;
}

.product .list .rows .column .name .add{
	margin-top: -5px;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    cursor:pointer  ;
}
.product .list .rows .column .name .top{
    position: absolute;
    margin-left: 5px;
    cursor: pointer;
    bottom: -1px;
    right: 120px;
    width: 38px;
    display: none;
    z-index: 999;
}

.product .list .rows .row{
    /*background: #f0f0f0; */
    /*width: calc(100% - 36px);*/
    width: 1130px;
    height: 365px;
    float: left;
    margin: -16px 15px;
    position: relative;
    display: none;
    border: solid #f0f0f0 1px;
    border: solid #b2b2b2 1px;
}
.product .list .rows .row .img{
	width: 840px;
	height: 365px;
	overflow: hidden;
}
.product .list .rows .row .img img{
	width: 100%;
}
.product .list .rows .row .clost{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 34px;
    cursor:pointer ;
}
.product .list .rows .row .desc{
    position: absolute;
    right: 0px;
    bottom: 20px;
    width: 260px;
    height: 255px;
}
.product .list .rows .row .desc .key{
	width: 100%;
	border-bottom: solid 1px #272e37;
}
.product .list .rows .row .desc .key a{
	color: #FFF;
	background: #272e37;
	padding: 1px 10px;
}
.product .list .rows .row .desc .name{
	color: #2a459e;
	font-size: 25px;
	font-weight: bold;
}
.product .list .rows .row .desc .excerpt{
    margin: 25px 5px 15px 5px;
    height: 100px;
    overflow: hidden;
}
.product .list .rows .row .desc .excerpt p{
	font-weight: bold;
	line-height: 120%;
}
.product .list .rows .row .desc .but{
    background: #272e37;
    border:solid #272e37 1px;
    color: #FFF;
    font-size: 20px;
    padding: 10px 30px;
    position: absolute;
    bottom: 10px;
    left: 5px;
}
.product .list .rows .row .desc .but:hover{
	background: #2a459e;
}

.product .design{
	border:solid #FFF 1px;
	/*margin-bottom: 20px;*/
}

.product .design > .name{
	background: rgb(0,0,0);
	color: #FFF;
    font-size: 18px;
    padding: 20px;
}

.product .design .list{
	background: #FFF;
	margin-bottom:0;
	padding: 0 18px;
}
.product .design .list .title{
	text-align: center;
	color: #2a459e;
	font-weight: bold;
}
.product .design .list .column{
	position: relative;
	width: 364px;
	height: 364px;
	margin: 20px 6px;
	float: left;
	cursor: pointer;
}
.product .design .list .column .img{
	width:  100%;
	height: 100%;
	overflow: hidden;
}
.product .design .list .column img{
	width: 100%;
}
.product .design .list .column .name{
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
	/*height: 66px;*/
	opacity: 0.7;
	transition: all 1s;
}
.product .design .list .column .name h3{
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
}
.product .design .list .column:hover .name{
	opacity: 1;
}

.innovate{
	height: 470px;
	width: 100%;
	background: #2a459e;
	padding:60px 0 0 0; 
}
.innovate .title{
	color: #FFF;
	text-align: center;
	margin: 0;
}

.innovate .swiper-container{
	width: 1200px;
	height: 560px;
	margin: 50px auto;
	overflow: hidden;
	position: relative;
}
.innovate .previous{
	position: absolute;
	bottom: 180px;
	left: 0px;
	cursor: pointer;
	transition: all 1s;
}

.innovate .next{
	position: absolute;
	position: absolute;
	bottom: 180px;
	right: 0px;
	cursor: pointer;
	transition: all 1s;
}


.product .evaluating{
	border:solid #FFF 1px;
	/*margin-bottom: 20px;*/
}

.product .evaluating > .name{
	background: rgb(0,0,0);
	color: #FFF;
    font-size: 18px;
    padding: 20px;
}

.product .evaluating .list{
	background: #FFF;
	margin-bottom:0;
	padding: 0 18px;
}

.product .evaluating .list .title{
	text-align: center;
	color: #2a459e;
	font-weight: bold;
}

.product .evaluating .list .column{
	position: relative;
	width: 550px;
	float: left;
	height: 300px;
	margin: 10px 7px;
	background: #000;
}
.product .evaluating .list .column .img{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.product .evaluating .list .column .img img{
	width: 100%;
	opacity: 0.85;
	max-width: none;
	max-height: none;
	transition: all 1s;
}
.product .evaluating .list .column .name{
	position: absolute;
	left: 0;
	bottom: 65px;
	background: rgb(0,0,0);
	width: 100%;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	padding:5px 0px;
	transition: all 1s;
}
.product .evaluating .list .column .desc{
	position: absolute;
	left: 0;
	bottom: 0px;
	background: rgb(0,0,0);
	color: #eee;
	font-size: 12px;
	text-align: center;
	width:calc(100% - 10px) ;
	height:55px;
	transition: all 1s;
	padding: 5px;
}
.product .evaluating .list .column:hover .name,.product .evaluating .list .column:hover .desc{
	background: rgb(0,0,0);
}
.product .evaluating .list .column:hover img{
	opacity: 1;
	transform: scale(1.1) translateX(-45%) translateY(-45%); 
}
.product .date{
	text-align: right;
	color: #FFF;
    font-size: 12px;
    padding-right: 20px;
    margin-top: -20px; 
}

.product .evaluating .desc{
	background: rgb(0,0,0);
	color: #FFF;
    font-size: 12px;
    padding: 10px 20px;
}

.product .evaluating .content img,
.product .evaluating .content div,
.product .evaluating .content p,
.product .evaluating .content embed,
.product .evaluating .content canvas,
.product .evaluating .content iframe,
.product .evaluating .content object,
.product .evaluating .content table{
	max-width: 100% !important;
	height: auto;
	overflow: hidden;
}
.product .evaluating .content iframe{
	min-width:800px !important;
	min-height:600px !important; 
}
.product .evaluating .content{
	background-color: #FFF;
	padding: 10px 50px;
}


.product .recommend{
	position: relative;
	background: #FFF;
	padding-bottom: 20px;
}
.product .recommend h3{
	font-size: 20px;
	margin-left: 30px;
}
.product .recommend .previous{
	position: absolute;
    left: 40px;
    top: 45%;
    width: 30px;
    height: 50px;
	cursor: pointer;
	z-index: 88;
}
.product .recommend .next{
	position: absolute;
    right: 40px;
    top: 45%;
    width: 30px;
    height: 50px;
	cursor: pointer;
	z-index: 88;
}

.product .recommend .swiper-container{
    height: 200px;
    overflow: hidden;
    width: 970px;
}

.product .recommend .swiper-slide{
	position: relative;
	width: 350px;
	height: 200px;
	overflow: hidden;
}

.product .recommend .swiper-slide .img_center{
	width: calc(100% - 10px);
	height: auto;
	max-height: none;
}

.product .recommend .swiper-slide .name{
	position: absolute;
	left:5px;
	bottom: 0;
	background-color: rgb(0,0,0);
	font-size: 15px;
	color: #FFF;
	width: calc(100% - 30px) ;
	padding: 5px 10px;
	text-align: center;
}

.product .about{
	margin-top: 420px;
	text-align: center;
}
.product .about .development{
	
}
.product .about .but_list{
	margin: 50px 190px;
}
.product .about .but_list .but{
	float: left;
	margin: 0 94px;
}

.product .maintain{

}
.product .maintain .desc{
	color: #FFF;
	font-size: 16px;
}

.product .maintain .menu{
	margin-top: 25px;
}
.product .maintain .menu .column{
	margin-top: -1px;
	border: #FFF solid 1px;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	height: 50px;
	width: 340px;
	background-color: rgb(0,0,0);
	transition: all 1s;
	cursor: pointer;
}

.product .maintain .menu .column:hover{
	background: rgb(42,69,158);
}

.product .maintain .article{
	margin-top: 40px;
	background-color: #FFF;
	padding: 30px 70px;
}
.product .maintain .article .title{
	color: #2a459e;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	margin: 20px 0;
}
.product .maintain .article  hr{
	width: 90%;
	margin: 20px auto;
}

.product .register{
	border:solid #FFF 1px;
}
.product .register .desc{
	background: rgb(0,0,0);
	color: #FFF;
    font-size: 15px;
    padding: 10px 20px;
}
.product .register .content{
	background-color: #FFF;
    padding: 10px 50px;
}

.product .register table{
	width: 100%;
	border: 0;
	font-size: 16px;
}
.product .register table input,.product .register table textarea{
	width: 90%;
	background-color: #e0e0e0;
}
.product .register table label{
	float: left;
    margin: 8px;    
    font-size: 16px;
}

.product .register table input[type=checkbox]{
    width: 13px;
    margin-bottom: 5px;
}

.product .register table .verify_img{
	height: 34px;
    margin-top: -10px;
}

.product .register table .but{
	width: 230px;
	height: 50px;
	background-color: #2a459e;
	color: #FFF;
	border: solid #1d306d 1px;
	font-size: 20px; 
}

.product .register table a{
	font-size: 20px;
}

.product .article{
	background-color: #FFF;
	padding: 25px 0px;
}
.product .article .swiper-container{
	width: 1150px ;
	margin: auto;
	border: #d3d3d3 solid 1px;
}
.product .article .swiper-container .swiper-wrapper{
	
	height: 352px !important;
	overflow: hidden;
}
.product .article .swiper-container .swiper-slide{
	text-align: center;
	background-color: #FFF;
}
.product .article .swiper-container .swiper-slide img{
	width: 100%;
}
.product .article  .pagination{
	text-align: center;
}
.product .article  .pagination .column{
	width: 120px !important;
	margin: 0px 5px;
	border: #eee solid 1px;
	cursor: pointer;
}
.product .article .design{
	margin-top: 10px;
	border: 0;
}

.product .article .design .column{
	float: left;
	background: #e6e6e6;
}

.product .article .design .column .name{
	font-size: 22px;
	text-align: center;
	background-color: #2a459e;
	color: #FFF;
	margin:0;
}
.product .article .design .column .img{
	width: 100%;
	height: 440px;
}
.product .article .design .column .img img{
	width:  100%;
}
.product .article .design .column .desc{
    padding: 15px 40px;
    overflow: hidden;
    font-size: 15px;
    font-weight: bold;
    line-height: 200%;
}
.product .article .design .column .desc .share{
	width: 38px;
	height: 38px;
	margin: 2px;
	opacity: 0.8;
	transition: all 1s;
}
.product .article .design .column .desc .share:hover{
	opacity: 1;
}
.product .article .design .column .hr{
	height: 5px;
	background-color: #FFF;
}

.product .design .right-desc{
	float: right;
	width: 590px;
	margin-top: 90px;
}

.product .design .right-desc .name{
	color: #FFF;
	font-size: 35px;
	font-weight: bold;
	margin:15px 0;
}

.product .design .right-desc .desc{
	color: #FFF;
    font-size: 15px;
    line-height: 200%;
    margin: 25px 0;
}


.product .design .right-desc .but{
	margin: 50px 0;
}
.product .design .right-desc .but a{
    color: #6478ff;
    border: solid #6478ff 2px;
    font-size: 22px;
    padding: 5px 25px;
}
.product .design .right-desc .but a:hover{
	background-color: rgb(0,0,0);
}

.product .evaluation{
	background-color: #e6e6e6;
}

.product .evaluation .name{
	color: #2a459e;
    text-align: center;
    font-weight: bold;
    margin: 50px 0;
    font-size: 30px;
}

.product .evaluation .list{
	border: 0;
}

.product .evaluation .list .column{
	width: 390px;
	position: relative;
	float: left;
	margin: 0 5px;
	height: 530px;
}

.product .evaluation .list .column .img{
	width: 100%;
	height: 430px;
	overflow: hidden;
}
.product .evaluation .list .column .img img{
	min-width: 100%;
	max-width: none;
	max-height: none;
}
.product .evaluation .list .column .cname{
	position: absolute;
    left: 0;
    bottom: 110px;
    width: 100%;
    text-align: center;
    color: #FFF;
    padding: 10px 0;
    line-height: 180%;
}
.product .evaluation .list .column .cname .h3{
	font-size: 22px;
	font-weight: bold;
}
.product .evaluation .list .column .cname .h4{
	font-size: 16px;
}

.product .evaluation .list .column .desc{
	margin: 20px 10px;
	font-size: 16px;
	overflow: hidden;
	line-height: 170%;
	height: 85px;
}


.product .comment{
	background-color: #FFF;
}
.product .comment #paren_td{
	display: none;
}
.product .comment #paren_td #parent_name{
	color: red;
}
.product .comment #paren_td #parent_text{
	padding: 0 20px;
	color: #808080;
}
.product .comment .column{
	border: #e8e8e8 1px solid;
	padding: 30px 50px;
    /*width: 1100px;*/
	margin: 5px 0;
	position: relative;
}
.product .comment .parent_comment{
	border: solid 1px #eee;
	border-radius:5px;
	padding: 10px 20px;
	margin: 5px;
}
.product .comment .parent_comment .name{
	color: #000;
	font-size: 15px;
	margin: 0 5px;
}
.product .comment  ul{
    padding: 2px 0;
	margin: 0;
}
.product .comment .column table{
	/*width: 100%;*/
}

.product .comment .column table input{
	width: 140px;
	background-color: #f5f5f5;
}

.product .comment .column table textarea{
	width: 990px;
	height: 60px;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
}

.product .comment .column table button{
	width: 90px;
	height: 60px;
	background-color: #2a459e;
	border: 0;
	color: #FFF;
}

.product .comment .column .name{
	font-size: 20px;
	margin-right: 20px;
}

.product .comment .column .desc{
	font-size: 14px;
	line-height: 200%;
}

.product .comment .column .control{
	text-align: right;
	position: absolute;
	right: 10px;
	bottom: 5px;
}
.product .comment .column .control span{
	margin: 0 10px;
}
.product .comment .column .control .date{
	color: #2a459e;
	font-size: 14px;
}
.product .comment .column .control .fa-but{
	color: #a0a0a0;
	cursor: pointer;
}
.product .comment .column .control .fa-but > span{
	margin: 0;
	padding: 0;
}
.product .comment .column .control .fa-but i{
	color: #a0a0a0;
	text-shadow: none;
}
.product .comment .column .imglist{
	margin-top: 5px;
	border-top: 1px solid #eee;
}
.product .comment .column .imglist .name{
	margin:5px 0;
	font-size: 12px;
	color: #808080;
	display: none;
}
.product .comment .column .imglist .img{
    width: 100px;
    height: 80px;
    float: left;
    cursor: pointer;
    border: 2px solid #eee;
    overflow: hidden;
    margin: 5px;
}
.product .comment .column .imglist img{
	min-width: 120%;
}

.product .comment .column #star{
	margin-bottom: 10px; 
	width: 120px !important;
}
.product .comment .column #star img{
	width: 20px;
	height: 20px;
}
.product .comment #butMore{
	text-align: center;
}
.product .comment #butMore .but{
	background-color: #2a459e;
	padding:15px 65px ;
	font-size: 15px;
	color: #FFF;
	cursor: pointer;
}
.product .comment #butMore .but:hover{
	color:#f5aa47 ;
}

.product .comment .thesun{
	margin-top: 15px;
	border-top: solid #eee 1px;
}

.product .comment .thesun .parentFileBox{
	width: 1098px !important;
}
.product .comment .thesun .diyButton{
	display: none;
}
.product .comment .thesun .name{
	font-size: 15px;
	color:  #808080;
	margin:10px 0;
}
.product .comment .thesun .name span{
	font-size: 12px;
}
.product .comment .thesun ul{
	margin: 5px 0;
}
.product .comment .thesun ul li{
	float: left;
	/*padding: 5px 10px;*/
	margin: 5px;
}
.product .comment .thesun ul li:hover{
	border: #eee 1px solid;
}
.product .comment .thesun ul li a{

}
.product .comment .thesun ul li .fa{
	color: #C0C0C0;
	font-size: 80px;
	text-shadow: none;
}



.product  .youlike{
	margin: 40px 0 0 0;
}

.product  .youlike .title{
	height: 60px;
	background-color: #b2b2b2;
}
.product  .youlike .title .name{
	background-color: #2a459e;
	color: #FFF;
	font-size: 25px;
	font-weight: bold;
	padding: 15px;
	float: left;
	width: 210px;
	height: 30px;
}
.product  .youlike .title .triangle1{

}

.product .youlike .title .triangle2{
   
   clear: both;
}

.product .youlike .list {
    margin: 0 -3px;
    border: 0;
}
.product .youlike .list .column{
    float: left;
    margin: 4px 3px;
    width: 394px;
    height: 155px;
    background-color: #FFF;
    overflow: hidden;
    position: relative;
}
.product .youlike .list .column img{
	width: 100%;
	height: 120px;
}
.product .youlike .list .rows{
	padding: 0;
	background: none;
    margin: 5px 0;
}
.product .youlike .list .rows .column .name{
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 5px 5px;
    width: 300px;
    color: #b2b2b2;
    font-size: 15px;
}
.product .youlike .list .rows .column .name .add{
	width: 15px;
	height: 15px;
}
.product .youlike .list .rows .column .name .top{
	width: 35px;
    height: 30px;
    display: none;
    position: absolute;
    margin-left: 5px;
    cursor: pointer;
    bottom: -2px;
    right: 70px;
}
.product .youlike .list .rows .row{
    background: #FFF;
    width: 1198px;
    height: 365px;
    float: left;
    margin: -6px 3px 6px 3px;
    position: relative;
    display: none;
}
.product  .history{
	margin: 30px 0 0 0;
}
.product  .history .title{
}
.product  .history .title .name{
	background-color: #000;
}
.product  .history .title .triangle1{
	/*border-top: 50px solid #000000;*/
}
.product .history .title .triangle2{
	
}













.tc-gridbox {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: solid 1px #ddd;
  background: #fff;
	cursor: pointer;
}
.tc-gridbox:hover{ border: solid 1px #ccc;
-webkit-box-shadow: 0 5px 5px 0 rgb(50,50,50);
-moz-box-shadow: 0 5px 5px 0 rgb(50,50,50);
box-shadow: 0 5px 5px 0 rgb(50,50,50);

}
.tc-gridbox a{text-decoration: none;}

@media (min-width: 768px) and (max-width: 979px) {
  .tc-gridbox {
    display: block;
    float: none;
    width: 95%;
  }
}
.tc-gridbox .header {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
	background: #fff;
}
.tc-gridbox .footer {
  padding: 5px 14px 5px 14px;
  text-align: right;
	background: #fff;
}
.tc-gridbox .header .item-image{
	overflow: hidden;
}
.tc-gridbox .header img {
  margin-bottom: 5px;
	-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}
.tc-gridbox .header img:hover {

	-webkit-transform: scale(1.2) rotate(2deg);
-moz-transform: scale(1.2) rotate(2deg);
-o-transform: scale(1.2) rotate(2deg);
-ms-transform: scale(1.2) rotate(2deg);
transform: scale(1.2) rotate(2deg);
}
.tc-gridbox .header h3 {
  color: #454a4e;
  margin: 0 5px;
  font-size: 16px;
text-overflow: ellipsis;
overflow: hidden;
line-height: 24px;
}
.tc-gridbox .header h3 a,
.tc-gridbox .header h3 a:focus,
.tc-gridbox .header h3 a:hover {
  color: #454a4e;
  white-space: nowrap;
}
.tc-gridbox .header .meta {
  color: #5a6065;
}
.tc-gridbox .header hr {
  border-top-color: #ced5db;
  border-bottom: none;
  margin: 5px 0;
}
.tc-gridbox .body {
  padding-right: 14px;
  padding-left: 14px;
  margin-bottom: 14px;
  color: #343a3f;
}
.tc-gridbox .body a{color: #666;}
.tc-gridbox .body a:hover{color: #428bca;}
.tc-gridbox .btn {
  float: right;
  margin-right: 10px;
  margin-bottom: 18px;
}


/*masonary*/

#container .item{
	margin-bottom: 20px;
}
#container .item h3{
	line-height: 100%;
}
#container .grid-sizer,#container .item { width: 23%; margin: 10px 1%;float:left;zoom: 1;}

@media (max-width: 479px) {
	#container .grid-sizer,#container .item { width: 98%; margin: 10px 1%;float:left;zoom: 1;}
}

@media (min-width: 480px) and (max-width: 767px) {
	#container .grid-sizer,#container .item { width: 48%; margin: 10px 1%;float:left;zoom: 1;}
}

		
/*list Boxes
------------------------------------*/
.list-boxes {
  overflow: hidden;
  padding: 15px 20px;
  margin-bottom: 25px;
  background: #fff;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
  border-top: solid 2px #fff;
  word-wrap: break-word;
  word-break: break-all;
	
}

.list-boxes:hover{
border-top: solid 2px #f90;
}

.list-boxes h2 a {
  color: #555;
}
.list-boxes:hover h2 a {
color: #f90;
}

.list-boxes .list-actions a{font-size: 16px; text-decoration: none;}

.list-boxes p a {
  color: #72c02c;
}

.list-boxes .list-boxes-img li i {
  color: #72c02c;
  font-size: 12px;
  margin-right: 5px;
}

.list-boxes .list-boxes-img img {
  display: block;
  margin: 5px 10px 10px 0;
}

.list-boxes h2 {
  margin-top: 0;
  font-size: 20px;
  line-height: 20px;
}

.list-boxes ul.list-boxes-rating li {
  display: inline;
}

.list-boxes ul.list-boxes-rating li i {
  color: #f8be2c;
  cursor: pointer;
  font-size: 16px;
}

.list-boxes ul.list-boxes-rating li i:hover {
  color: #f8be2c;
}

/*list Colored Boxes*/
.list-boxes-colored p,
.list-boxes-colored h2 a,
.list-boxes-colored .list-boxes-img li,
.list-boxes-colored .list-boxes-img li i {
  color: #fff;
}

/*Red list Box*/
.list-boxes-red {
  background: #e74c3c;
}

/*Blue list Box*/
.list-boxes-blue {
  background: #3498db;
}

/*Grey list Box*/
.list-boxes-grey {
  background: #95a5a6;
}

/*Turquoise list Box*/
.list-boxes-sea {
  background: #1abc9c;
}

/*Turquoise Top Bordered list Box*/
.list-boxes-top-sea {
  border-top: solid 2px #1abc9c;
}

.list-boxes-top-sea:hover {
  border-top-color: #16a085;  
}

/*Yellow Top Bordered list Box**/
.list-boxes-top-yellow {
  border-top: solid 2px #f1c40f;
}

.list-boxes-top-yellow:hover {
  border-top-color: #f39c12;
}

/*Orange Left Bordered list Box**/
.list-boxes-left-orange {
  border-left: solid 2px #e67e22;
}

.list-boxes-left-orange:hover {
  border-left-color: #d35400;
}

/*Green Left Bordered list Box**/
.list-boxes-left-green {
  border-left: solid 2px #72c02c;
}

.list-boxes-left-green:hover {
  border-left-color: #5fb611;
}

/*Green Right Bordered list Box**/
.list-boxes-right-u {
  border-right: solid 2px #72c02c;
}

.list-boxes-right-u:hover {
  border-right-color: #5fb611;
}

/*comments*/
.comment{
	margin-bottom: 10px;
}
.comment .avatar{height: 40px;width:40px;}
.comment-body{overflow: hidden;}
.comment-content{
	padding-bottom: 2px;
word-break: break-all;
word-wrap: break-word;
}

.comment>.pull-left {
margin-right: 10px;
}

.comment .time{
	color:#ccc;
	font-size: 12px;
	line-height: 14px;
}
.comment-postbox-wraper{padding-right:22px; }
.comment-postbox{width: 100%;padding: 10px;}

.comment-reply-box{position: relative;padding-right:14px;}
.comment-reply-box .textbox{width: 100%}


/*ranking box*/

.ranking ul.unstyled li{
	padding: 5px 0;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px dashed #f0f0f0;
}

.ranking ul.unstyled li i{
	margin-right: 5px;
}

.ranking li i{
display: inline-block;
width: 20px;
height: 20px;
line-height: 20px;
margin-right: 15px;
font-style: normal;
font-weight: bold;
color: #FFF;
text-align: center;
vertical-align: middle;
background-color: #aaa;
}
.ranking li.top3 i{background: #FC9B0B;}

/*comment ranking box*/
.comment-ranking .comment-ranking-inner {
	padding: 10px;
	background: #f7f7f7;
	position: relative;
	margin-bottom: 10px;
	/*border-top: solid 2px #eee;*/
}

.comment-ranking .comment-ranking-inner,
.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;	
}

.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
	width: 0; 
	height: 0;
	right: 0px;
	bottom: 0px;
	content: " "; 
	display: block; 
	position: absolute;
}

.comment-ranking .comment-ranking-inner:after {
	border-top: 15px solid #eee;	
	border-right: 15px solid transparent;
	border-left: 0px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-right-style: inset; /*FF fixes*/
}
.comment-ranking .comment-ranking-inner:before {
	border-bottom: 15px solid #fff;	
	border-right: 0 solid transparent;
	border-left: 15px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-bottom-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:hover {
	border-color: #FC9B0B;
	border-top-color: #FC9B0B;	
	background: #f0f0f0;
}
.comment-ranking .comment-ranking-inner:hover:after {
	border-top-color: #FC9B0B;	
}

.comment-ranking .comment-ranking-inner span.comment-time {
	color: #777;
	display: block;
	font-size: 11px; 
}

.comment-ranking .comment-ranking-inner a {
	text-decoration: none;
}
.comment-ranking .comment-ranking-inner a:hover {
	text-decoration: underline;
}

.comment-ranking .comment-ranking-inner i.fa {
	top: 2px;
	color: #bbb;
	font-size: 18px;
	position: relative;
}

/*ThinkCMF Photos*/
ul.tc-photos{margin: 0;}
.tc-photos li {
	display: inline;
}
.tc-photos li a{text-decoration: none;}
.tc-photos li img {
	opacity: 0.6;
	width: 50px;
	height: 50px;
	margin: 0 2px 8px;
	border: 1px solid #ddd;
}
.tc-photos li img:hover {
	opacity: 1;
	border: 1px solid #f90;
	/* box-shadow: 0 0 0 1px #f90; */
}

/**/

/*Blog Posts
------------------------------------*/ 
.posts .dl-horizontal a {
}

.posts .dl-horizontal { 
	margin-bottom: 15px;
	overflow: hidden;
}

.posts .dl-horizontal dt { 
	width: 60px; 
	float: left;
}
.posts .dl-horizontal dt .img-wraper {
	display:block;
	width: 55px; 
	height: 55px;
	padding: 1px;
	margin-top: 2px; 
	border: solid 1px #ddd;
}


.posts .dl-horizontal dt img {
	width:100%;
	height: 100%;
	/* width: 55px; 
	height: 55px;
	padding: 1px;
	margin-top: 2px; 
	border: solid 1px #ddd; */
}

.posts .dl-horizontal dd { 
	margin-left: 70px;
}

.posts .dl-horizontal dd p { 
	margin: 0;
}

.posts .dl-horizontal dd a {
	font-size: 14px;
	line-height: 16px !important; 
}

.posts .dl-horizontal dd a:hover { 
	text-decoration: none;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
	color:#FC9B0B;
	border-color: #FC9B0B !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}


		