﻿.maxsize {
    max-width: 1200px;
}
/*header*/
.header {
    position: relative;
    z-index: 9999;
}
.header .menu {
    height: 90px;
    padding-left: 180px;
}
.header .logo {
    position: absolute;
    top: 17px;
    left: 15px;
    height: 56px;
}
.header .nav {
    position: relative;
    float: right;
}
.header .nav>dd {
    float: left;
    position: relative;
}
.header .nav>dd a {
    display: block;
    line-height: 90px;
    font-size: 15px;
    color: #6a6a6a;
    width: 120px;
    text-align: center;
}
.header .nav .sub {
    position: absolute;
    top: 100%;
    left: -20px;
    right: -20px;
    z-index: 99999;
    background: #fff;
    box-shadow: inset 0 5px 10px rgba(0,0,0,0.1);
    display: none;
}
.animate, .animateall, .animateall * {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}
.header .nav .sub li a {
    border-top: 1px solid #ebebeb;
    display: block;
    line-height: 55px;
    text-align: center;
    font-size: 14px;
    width: auto;
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.header .nav:after {
    content: '';
    display: block;
    clear: both;
}
.header .nav dd:hover>.sub {
    display: block;
}
.header .nav .sub li a {
    border-top: 1px solid #ebebeb;
    display: block;
    line-height: 55px;
    text-align: center;
    font-size: 14px;
    width: auto;
}
.header .nav dd>a:after {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 0;
    background: #e12706;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}
.header .nav dd:hover>a:after  {
    height: 3px;
}
.header .nav .sub li a:hover {
    background: #e12706;
    color: #fff;
    border-color: #e12706;
}


/*banner*/
.banner {
    position: relative;
    overflow: hidden;
}

/*--------------SLIDER----------------*/

#slider {
    width:100%;
    margin: 0 auto -20px auto;
}


/*--------------CONTROLS--------------*/

/*position controls*/
.controls li {
    top: 50%;
    margin-top: -30px
}

.controls li:nth-child(1) {
    left: 0;
}

.controls li:nth-child(2) {
    right: 0;
}


/*------------PAGINATION------------*/

/*style pagination*/
.pagination li {
    background-color: #fff;
}

.pagination li.active {
    background-color: #e12706;
}


/*-------------HELPERS----------------*/

.responsive {
    width: 100%;
    height: auto;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}







/*new*/
.index .news {
    position: relative;
    overflow: hidden;
}
.index-title {
    text-align: center;
    padding-top: 30px;
    background: #f3f3f3;
}
.index .news .list {
    margin-left: 40%;
    padding-left: 50px;
}
.index-title h2 {
    font-size: 30px;
    padding-bottom: 10px;
    font-weight: 400;
    letter-spacing: 3px;
    display: inline-block;
    position: relative;
}
.index-title span{
	font-size: 14px;
    padding-bottom: 30px;
    display: block;}
.index .news .list span{font-size: 14px;color: #666;}
.index .news .list li {
    padding: 30px 0;
    position: relative;
}
.index .news .list li:nth-child(2n+1):before {
    background: #fff;
}
.index .news .list li:before {
    content: '';
    display: block;
    width: 9999px;
    left: -4000px;
    top: 0;
    bottom: 0;
    z-index: 0;
    position: absolute;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}
.index .news .list li a {
    position: relative;
    z-index: 1;
}
.index .news .list li h2 {
    font-size: 16px;
    font-weight: normal;
    color: #000;
    line-height: 1;
    margin-bottom: 10px;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}
.index .news .list li span {
    font-size: 15px;
    margin-bottom: 30px;
    color: #565656;
    display: block;
}
.index .news .list li:hover h2 {
    color: #e12706;
}
.index .news .list li p {
    font-size: 14px;
    line-height: 26px;
    color: #6a6a6a;
}


.index .m-banner{
	position: relative;
    overflow: hidden;
}

/*product*/
.index .product{
	position: relative;
    overflow: hidden;
}
.prod-nav{margin-left: auto;margin-right: auto;}
.product .maxsize .prod-nav{margin-top: 30px;}
.prod-nav a.active {
    position: relative;
    background-color: #e12706;
    color: #fff;
    border-color: #e12706;
}
.prod-nav a {
    margin: -1px;
    float: left;
    width: 198px;
    border: 1px solid #efefef;
    text-align: center;
    line-height: 50px;
    color: #333;
}
.product .ind-prod-ul {
    margin: 0 -20px; 
}
.ind-prod-ul {
    padding-bottom: 44px;
}
.product .md4>a {
    margin: 0 19px;
    margin-top: 44px;
    position: relative;
    display: block;
}
.product .md4 .face {
    height: 300px;
    background-size: cover;
    background-position: center;
}
.product .md4 .text {
    background: #fff;
    padding-top: 20px;
    text-align: center;
}
.product .md4 .text h2 {
    font-weight: 900;
    font-size: 16px;
    color: #333;
}
.product .md4 .text p {
    font-size: 14px;
    color: #999;
    margin-top: 15px;
}
.product .md4 .text .Spec {
    margin-top: 20px;
    padding: 18px 0;
    border-top: 1px solid #f0f0f0;
    line-height: 30px;
}
.product .md4>a:hover .text {
    background: #e12706;
}
.product .md4>a:hover .text * {
    color: #fff;
}
.more{
background: #f3f3f3;
text-align: center;
padding: 50px 0;;
}
.more a {
    border: solid 1px #e12706;
    width: 150px;
    font-size: 16px;
    line-height: 50px;
    padding: 16px 40px;
}

/*video*/
.index .video {
    position: relative;
    overflow: hidden;
}
.index .video video {
    width: 100%;
    background: #000;
}
.index .video .playbtn, .videocenter .main .cover .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background: #fff;
    margin: -25px;
    color: #9a9998;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
}
.index .video .playbtn:hover, .videocenter .main .cover .btn:hover {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: -30px;
}
.index .video .playbtn:before, .videocenter .main .cover .btn:before {
    content: '';
    display: block;
    width: 180px;
    height: 180px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -90px;
    background: url(img/playcircle.png) no-repeat top center;
    -webkit-animation: infinteRotate 10s infinite linear;
    -o-animation: infinteRotate 10s infinite linear;
    -moz-animation: infinteRotate 10s infinite linear;
    animation: infinteRotate 10s infinite linear;
}
.index .video .playbtn .iconfont, .videocenter .main .cover .btn .iconfont {
    transform: translateX(3px);
    -webkit-transform: translateX(3px);
    display: inline-block;
}
.index .video .playbtn:hover:before, .videocenter .main .cover .btn:hover:before {
    transform-origin: center;
}
.index .video .playbtn h2, .videocenter .main .cover .btn h2 {
    font-weight: normal;
    font-size: 26px;
    color: #fff;
    transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    text-transform: uppercase;
    position: absolute;
    width: 300px;
    text-align: center;
    left: 50%;
    margin-left: -150px;
    top: 120px;
}
.index .video .playbtn h2 span {
    display: inline-block;
}


/*contact*/
.contact-title{
float: left;
padding-top: 80px;
}
.contact-title h2{font-size: 40px;color: #333;font-weight: 400;margin-bottom: 20px; }
.contact-title h2 span{color:#e12706; }
.contact .contact-title a{
	font-size: 16px;color: #fff;
	background-color: #e12706;
	padding: 10px 54px;
	line-height: 40px;
}
.contact .add {font-size: 16px;margin: 30px 0;display: block;color: #333;}
.contact .add p{
	line-height: 30px;
}
.contact .contact-phone p{
	display: block;color: #666;padding: 10px 0;
}
.contact  .feedback{
	    width: 510px;float: right;
	    padding-top: 80px;
}
.contact .feedback .input-text{
    color: #999;font-size: 14px;padding-bottom:10px;
}
.feedback input{
    height: 38px;
}
.feedback .input-box{
	    padding-bottom: 10px;
}
.feedback input, textarea {
    width: 100%;
    border: 1px solid #cac5c5;
    background: #fff;
}
.feedback textarea {
    height: 140px;
}
.feedback .message{
	padding-bottom: 20px;
}
.leave-message{
	float: left;
	width: 50%;
    position: relative;
}
.block-tip{
	float: left;
	width: 50%;
	font-size: 12px;
}
.block-tip p{
	padding-left:10px;
	padding-bottom: 10px;
}
.feedback button {
	color: #fff;
	background: #e12706;
	border: none;
	font-size: 14px;
	padding: 10px 50px;
	margin-top: 20px;
	margin-bottom: 50px;
	border-radius: 25px;
}


/*footer*/
.footer{
padding-top: 20px;
}
.tac {
    text-align: center;
}
.footer .tac h1 {
    font-size: 36px;
    color: #333;
    font-weight: normal;
    line-height: 2;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    border-bottom: 1px dashed #d2d2d2;
}
.footer-container{
	background: #2c2f34;
}
.footer dl{
float: left;
padding-top: 20px;
color: #fff;
padding-bottom: 20px;
}
.footer dl dt a{
	color: #fff;
}
.footer dl  a:hover {
    color: #e12706;
}
.footer dl dd{
	margin-top: 26px;
}
.footer .code {
padding-top: 20px;
float: right;
}
.footer .code .code-text{
	float: left;
	font-size: 12px;
	padding-right: 10px;
	padding-top: 10px;s
}
.footer .code .code-text p{
	line-height: 30px;
	color: #fff;
}
.footer .code .code-img{
	float: right;
	width:110px;
}