@charset "utf-8";
.header{
	width:100%;
	min-width:1200px;
    height:90px;
    background-color: #fafafa;
}
.header__logo{
    width: 180px;
    height: 90px;
}

.header__logo a{
    display: block;
    width: 180px;
    height: 90px;
}

.header__nav{
    width: 786px;
    height: 90px;
	font-size:16px;
}

.header__nav  a{
    display: inline-block;
    color:#93999f;
    padding:33px 34px;
	position:relative;
	overflow:hidden;
}

.header__nav a::before{
	position: absolute;
	top: 97%;
	left: 0;
	width: 100%;
	height: 3px;
	background:#135fac;
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	-moz-transition: -moz-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
}

.header__nav a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 3px;
	background:#135fac;
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	-moz-transition: -moz-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
}

.header__nav  a::after {
	opacity: 0;
	-webkit-transition: top 0.6s, opacity 0.6s, -webkit-transform 0.6s;
	-moz-transition: top 0.6s, opacity 0.6s, -moz-transform 0.6s;
	transition: top 0.6s, opacity 0.6s, transform 0.6s;
}

.header__nav  a:hover::before,
.header__nav  a:hover::after,
.header__nav  a:focus::before,
.header__nav  a:focus::after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.header__nav  a:hover::after,
.header__nav  a:focus::after {
	top: 0%;
	opacity: 1;
}

.header__nav a:hover{
	background-color:#fff;
/*	box-shadow: 0px 7px 15px #dedede;
    transition: all .46s ease;*/
}

.header__nav a:hover,
.header__choice a:hover{
    color:#125eac;
}

.header__choice{
    width: 160px;
    height: 90px;
    line-height: 90px;
}

.header__choice a{
    font-size: 12px;
    color:#93999f;
}

.header__choice span{
    padding:0 15px;
    color: rgba(208, 205, 205, 0.36)
}

/*banner*/

#banner{
    width:100%;
	min-width: 1200px;
    height:580px;
    position:relative;
    overflow:hidden;
}

#banner ul li{
    width:100%;
    height:580px;
    position:absolute;
    left:0px;
    top:0px
}

#banner ul li a{
    width:100%;
    height:100%;
    display:block;
}

#banner .btn{
    height:15px;
    position:absolute;
    right:50%;
    bottom:46px;
    margin-right:-28px;
    display:inline-block;
    _zoom:1;
    _display:inline;
    _font-size:0;
    z-index:14;
}

#banner .btn li{
    width:14px;
    height:14px;
    background:#fff;
    border-radius:50%;
    float:left;
    margin-right:32px;
    list-style-type:none;
    cursor:pointer;
}

#banner .btn li:last-child{
    margin-right:0px;
}

#banner .btn li.hover{
    width:12px;
    height:12px;
    border:2px solid #3b78c8;
    background:rgba(255,255,255,0);
    margin-top:-1px;
}

/*product*/

.product__column{
    padding:76px 0;
}

.product__column h3{
    display: inline-block;
    margin-right: 10px;
    font-size: 24px;
    line-height: 30px;
    color: #555;
    font-weight: normal;
}

.product__column--subtitle{
    display:inline-block;
    font-size: 14px;
    color: #bbb;
    line-height: 26px;
}

.product__column__right a{
    color:#bbb;
    line-height: 28px;
    margin-right: 40px;
    padding:5px 16px;
    transition: all .6s ease;
}

.product__column__right .active{
    border-color: #135fac;
    background-color: #135fac;
    padding:5px 16px;
    border-radius:20px;
    color:#fff;
    transition: all .6s ease;
}

.product__list{
    /*padding:0 15px;*/
}

.product__list--con li.item{
    float: left;
    width: 380px;
    height: 316px;
    margin-right: 30px;
    position: relative;
    overflow: hidden;
}

.product__list--con li.item:nth-child(3n){
    margin-right: 0;
}

.product__list--con li.item p.title{
    color: #181818;
    font-size: 16px;
    text-align: center;
    height:70px;
    line-height: 70px;
}

.product__list--con li.item .item--hover{
    display: inline-block;
    width: 380px;
    height: 236px;
	overflow:hidden;
}

.product__list--con li.item .item--hover .item--index {
    /*display: block;*/
    position: absolute;
    /*top: 88px;*/
    top: 26px;
    left: -76px;
    /*font-size: 60px;*/
    font-size: 60px;
    z-index: 20;
    transition: all .6s ease;
    /*color: #fff;*/
    color: transparent;
    font-weight: 300;
}

.product__list--con li.item .item--hover:hover .item--index {
    left: 130px;
    color: rgba(255,255,255,.9)
}

.product__list--con li.item .item--hover::before {
    content:" ";
    margin: 0 auto;
    width: 1px;
    height: 1px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    /*top: 130px;*/
    top: 72px;
    /*left: -75px;*/
    left: -2px;
    transition: all .5s ease;
    z-index: 20;
}

.product__list--con li.item .item--hover:hover::before {
    /*width: 190px;*/
    width: 116px;
}

.product__list--con li.item .item--hover .item--index::after {
    content: "+";
    font-size: 20px;
    color: rgba(247,247,247,0);
    margin-left: 6px;
    transition: all .4s ease
}

.product__list--con li.item .item--hover .item--des {
    position: absolute;
    top: 60%;
    transition: top .36s ease;
    margin: 0 60px
}

.product__list--con li.item .item--hover:hover .item--des {
    top: 40%;
}

.product__list--con li.item .item--des .description {
    color: rgba(153,153,153,0);
    transition: color .36s ease;
	height: 60px;
    overflow: hidden;
}

.product__list--con li.item .item--hover:hover .item--des .description {
    color: rgba(255,255,255,.84);
    transition: color .36s ease;
}

.product__list--con li.item .item--mask {
    display: block;
    /*background-color: rgba(96,124,179,.83);*/
    background-color: rgba(19,95,172,.83);
    width: 100%;
    height: 0;
    position: absolute;
    top: 50%;
    border-radius: 4px;
    transition: all .4s ease;
}

.product__list--con li.item  .item--hover:hover .item--mask {
    height: 241px;
    transition: all .4s ease;
    top: 0
}

.product__list--con li.item .item--title:hover p.title{
    color:#135fac;
}

.product .more {
    display: block;
    line-height: 46px;
    width: 200px;
    text-align: center;
    margin: 80px auto 92px;
    font-size: 14px;
    color: rgba(130,130,130,.74);
    background-color: transparent;
    border: 1px solid rgba(170,170,170,.2);
    transition: all .46s ease;
}

.product .more:hover {
    color: #fff;
    background-color: #135fac;
    border-radius: 4px;
    box-shadow: 0px 7px 15px #dedede;
    transition: all .46s ease;
}

/*about*/

.about{
    background:url(../images/aboutus_bg.png) no-repeat center;
    width: 100%;
	min-width: 1200px;
    height: 567px;
    padding-bottom: 160px;
    position:relative;
    text-align: center;
    margin-bottom: 150px;
}

.about .about__box{
    width: 1200px;
    margin: 0 auto;
    height: 400px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 9px 17px rgba(0, 0, 0, 0.19);
    position: absolute;
    top:390px;
    margin-bottom: 20px;
}

.about .about__box .about__top{
    padding-top: 59px;
}

.about .about__box .about__top .about__top__title{
    font-size: 24px;
    margin-bottom: 10px;
    color: #555;
    font-weight: normal;
}

.about .about__box .about__top .about__top__subtitle{
    background-color: rgba(88, 124, 205, 0);
    font-size: 13px;
    color: #bbb;
    width: 80px;
    margin: 0 auto;
}

.about .about__box .about__con{
    width: 1024px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 30px;
    color: rgba(8, 8, 8, 0.42);
    margin-top: 40px;
}

.about .about__box .about__more{
    display: inline-block;
    width: 160px;
    height: 32px;
    line-height: 32px;
    color: transparent;
    background: url(../images/arrow.png) no-repeat 32px -86px;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    border-radius: 0px;
    font-size: 0px;
    border: 0px;
    margin-top: 30px;
}

.about .about__box .about__more:hover {
    background: url(../images/arrow.png) no-repeat 32px -126px;
}

.about__sub h1{
	text-align:center;
	margin:30px 0;
}

.about__sub p{
	font-size:16px;
	text-indent:30px;
	line-height:36px;
}

/*factory*/

.factory{
    margin-bottom: 100px;
}
.factory__column{
    padding:16px 0 76px 0;
}

.factory__column h3{
    display: inline-block;
    margin-right: 10px;
    font-size: 24px;
    line-height: 30px;
    color: #555;
    font-weight: normal;
}

.factory__column__subtitle{
    display:inline-block;
    font-size: 14px;
    color: #bbb;
    line-height: 26px;
}

.factory__column__right a{
    color:#bbb;
    line-height: 28px;
    margin-right: 6px;
    padding:5px 16px;
    transition: all .6s ease;
}
.factory__column__right a:hover{
    border-color: #135fac;
    background-color: #135fac;
    padding:5px 16px;
    border-radius:20px;
    color:#fff;
    transition: all .6s ease;
}

.factory__pic{
    position:relative;
    height: 492px;
    overflow: hidden;
}

.factory__pic ul li:nth-child(1){
    width: 598px;
    height:246px;
    position:absolute;
    top:0;
    left:0;
    overflow: hidden;
}

.factory__pic ul li:nth-child(1) img{
	width:598px;
	height:246px;
	overflow: hidden;
}

.factory__pic ul li:nth-child(2){
    width:299px;
    height: 246px;
    position:absolute;
    top:246px;
    left:0;
    overflow: hidden;
}

.factory__pic ul li:nth-child(2) img{
	width:299px;
    height: 246px;
	overflow: hidden;
}

.factory__pic ul li:nth-child(3){
    width:299px;
    height: 246px;
    position:absolute;
    top:246px;
    left: 299px;
    overflow: hidden;
}

.factory__pic ul li:nth-child(3) img{
	width:299px;
    height: 246px;
	overflow: hidden;
}

.factory__pic ul li:nth-child(4){
    width:602px;
    height: 492px;
    position:absolute;
    left:598px;
    top:0;
    overflow: hidden;
}

.factory__pic ul li:nth-child(4) img{
	width:602px;
    height: 492px;
	overflow: hidden;
}

.factory__item a.pic--hover .factory__item__des{
    width:100%;
    height: 60px;
    line-height: 60px;
    color:#fff;
    background-color: rgba(19,95,172,.83);
    position:absolute;
    bottom:-80px;
    right:0;
    font-size: 16px;
    text-indent: 30px;
    transition: bottom .46s ease;
}

.factory__item a.pic--hover{
	display:inline-block;
	overflow:hidden;
}

.factory__item a.pic--hover img{
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.factory__item a.pic--hover:hover img{
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.factory__item a.pic--hover:hover .factory__item__des{
    bottom:0;
    transition: bottom .56s ease;
}

/*footer*/

footer{
	width:100%;
	min-width:1200px;
	height: 286px;
    background-color: #edf2f5;
}

.footer__column{
    padding:60px 0;
}

.footer__column h3.title{
    display: inline-block;
    margin-right: 10px;
    font-size: 24px;
    line-height: 30px;
    color: #555;
    font-weight: normal;
}

.footer__column__subtitle{
    display:inline;
    font-size: 14px;
    color: #bbb;
    line-height: 26px;
}

.footer__con{
    padding-bottom: 50px;
}

.footer__con p{
    float:left;
    color:#888;
    padding-right: 60px;
}

.footer__icon{
    margin-bottom: 69px;
}

.footer__icon .footer__icon__con {
    padding-top: 15px;
}

.footer__icon .footer__icon__con a {
    width: 30px;
    height: 30px;
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    color: #B3B3B3;
    background: rgba(255, 0, 0, 0);
    margin-right: 20px;
}

.footer__icon .footer__icon__con a:hover {
    color: #135fac;
    background: #bdbfbe;
}

.footer__copyright{
    border-top: 1px solid rgba(221, 221, 221, .38);
    height: 66px;
    line-height: 66px;
    background-color: rgba(239,239,239,.85);
    color:#bbb;
}

.footer__copyright a{
    color:#bbb;
    display: inline-block;
    padding: 0 10px;
}

.footer__copyright a:hover{
    color:#135fac;
}

/*Two level page product*/

.about__sub,.product__sub,.zizhi__sub{
    margin-top:48px;
    margin-bottom: 72px;
}

.product__sub__con__left{
    width:220px;
    background-color: #135fac;
    border-radius: 5px;
    color:#fff;
}

.product__sub__con__left .pro__s__c__l__header .title{
    margin-left: 31px;
    font-weight: bold;
    font-size: 25px;
    padding-bottom: 8px;
    margin-top: 42px;
    width: 158px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    letter-spacing:1px;
    color: #fff;
}

.product__sub__con__left .pro__s__c__l__header .subtitle{
    letter-spacing: 1px;
    font-size: 15px;
    display: inline-block;
    padding-top: 0px;
    color: #EAEAEA;
    margin-top: 0px;
    margin-right:31px;
    float: right;
    overflow: hidden;
    width: 156px;
    text-align: left;
}

.product__sub__con__left .pro__s__c__l__category {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 205px;
    float: left;
    padding-left: 15px;
    text-align: left;
    border-radius: 0px 0px 3px 3px;
}

.product__sub__con__left .pro__s__c__l__category li {
    height:auto;
    position:relative;
    float:none;
    display:block;
    margin-top:1px;
    margin-bottom:1px;
    line-height:43px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-left: 15px;
    margin-right:16px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.product__sub__con__left .pro__s__c__l__category li:last-child {
    border-bottom:none;
}

.product__sub__con__left .pro__s__c__l__category li:hover {
    padding-left:30px;
    background-color: #3985E4;
    border-radius: 3px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.product__sub__con__left .pro__s__c__l__category a {
    border:0px;
    background:none;
    color:#CFDCF9;
    font-size:14px;
    position:relative;
    padding:0;
    line-height: 42px;
    height: 42px;
	display:block;
}

.product__sub__con__right,.zizhi__sub__con__right{
    width: 960px;
}

.product__sub__con__right .pro__s__c__r__wrap,
.zizhi__sub__con__right .zizhi__s__c__r__wrap{
    margin-left:20px;
}

.zizhi__sub__con__right .zizhi__s__c__r__zizhi__list li{
	float: left;
    width:298px;
    margin: 0 20px 20px 0;
	height: 300px;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
    overflow: hidden;
    border: 1px rgba(232, 232, 230, 0.5) solid;
}

.zizhi__sub__con__right .zizhi__s__c__r__zizhi__list li:nth-child(3n) {
    margin-right:0;
}

.zizhi__sub__con__right .zizhi__s__c__r__zizhi__list li a{
	display:inline-block;
	overflow:hidden;
}

.zizhi__sub__con__right .zizhi__s__c__r__zizhi__list li a img{
    width: 300px;
    height: 230px;
	overflow:hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.zizhi__sub__con__right .zizhi__s__c__r__zizhi__list .zizhi__name{
    font-size: 16px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 32px;
    line-height: 32px;
    text-align: left;
    padding-top: 16px;
    padding-left: 14px;
    margin: 0px;
    padding-right: 14px;
    font-weight: normal;
}

.product__sub__con__right .pro__s__c__r__product__list li{
    float: left;
    width:300px;
    margin: 0 20px 20px 0;
    height: 316px;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
    overflow: hidden;
    border-bottom: 1px rgba(232, 232, 230, 0.5) solid;
}

.product__sub__con__right .pro__s__c__r__product__list li:nth-child(3n){
    margin-right:0;
}

.product__sub__con__right .pro__s__c__r__product__list li a{
	display:inline-block;
	overflow:hidden;
}

.product__sub__con__right .pro__s__c__r__product__list li a img{
    width: 300px;
    height: 178px;
	overflow:hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.product__sub__con__right .pro__s__c__r__product__list li:hover,
.zizhi__sub__con__right .zizhi__s__c__r__zizhi__list li:hover{
    box-shadow: 0px 7px 17px #dedede;
}

.product__sub__con__right .pro__s__c__r__product__list li:hover a img,
.zizhi__sub__con__right .zizhi__s__c__r__zizhi__list li:hover a img{
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.product__sub__con__right .pro__s__c__r__product__list .product__name{
    font-size: 16px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 32px;
    line-height: 32px;
    text-align: left;
    padding-top: 19px;
    padding-left: 14px;
    margin: 0px;
    padding-right: 14px;
    font-weight: normal;
}

.product__sub__con__right .pro__s__c__r__product__list .product__name a{
    color: #333;
}

.product__sub__con__right .pro__s__c__r__product__list .product__name a:hover{
    color: #135fac;
}

.product__sub__con__right .pro__s__c__r__product__list .product__desc{
    text-align: justify;
    margin-top: 16px;
    color:#aeaeae;
    height:40px;
    line-height: 22px;
    padding: 0 14px;
    font-size: 13px;
    overflow: hidden;
    cursor: pointer;
}

.new_details h1{
	text-align:center;
	margin:30px 0;
}

.new_details p{
	/*	text-indent:30px;*/
	font-size: 16px;
	line-height:30px;
}

.new_details .det--img{
	width:800px;
	margin:0 auto;
    overflow: hidden;
}

.new_details .det--img img{
	 clear: both;
	 display: block;
	 margin:auto;
}

.page_turning{
	color:#aeaeae;
	font-size:14px;
	margin-top: 50px;
	background-color:rgba(250,250,250,.38);
	border: 1px rgba(232, 232, 230,.38) solid;
	border-radius:5px;
	overflow:hidden;
}

.tit_a{
	color:#aeaeae;
}

.tit_a:hover{
	color:#135fac;
}

.page_turning .case_prev{
	float:left;
	height:30px;
	margin-left:10px;
	margin:30px;
}

.page_turning .case_next{
	float:right;
	height:30px;
	margin-right:10px;
	margin:30px;
}

.contact__det{
	font-size:16px;
}

.contact__det p{
	line-height:36px;
}

.about__banner,
.procuct__banner,
.factory__banner,
.zizhi__banner,
.contact__banner{
	width:100%;
	min-width:1200px;
	height:300px;
	margin:0 auto;
	overflow:hidden;
}

.about__banner{
	background:url("../images/about.jpg") center no-repeat scroll;
}

.procuct__banner{
	background:url("../images/product.jpg") center no-repeat scroll;
}

.factory__banner{
	background:url("../images/factory.jpg") center no-repeat scroll;
}

.zizhi__banner{
	background:url("../images/zizhi.jpg") center no-repeat scroll;
}

.contact__banner{
	background:url("../images/contact.jpg") center no-repeat scroll;
}