﻿
body {
	font-family: 'Calibri';
	font-weight: 500;
	color: #fff;
	font-size: 16px;
	/*line-height: 2;*/
}
a{
	color: #fff;
}
.menu a{
	color: #222;
}
a:hover{
	color: #d4222c;
	text-decoration: none;
}
.fl {
	float: left
}
.fr {
	float: right
}
@media (min-width: 1366px) {
  .container {
    width: 1280px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1360px;
  }
}
@media (min-width: 1680px) {
  .container {
    width: 1540px;
  }
}
@media (min-width: 1920px) {
  .container {
    width: 1750px;
  }
}
.head{
	height: 90px;
	background-color: #eee;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	position: relative;
}
.logo{
	margin-top: 15px;
	margin-left: 20px;
}
.menu{
	height: 90px;
}
.menu li{
	display: inline-block;
	margin: 0 2px;
	padding: 0 16px;
}
.menu li a{
	text-transform: uppercase;
	display: block;
	font-size: 18px;
	line-height: 90px;
	transition: all 0.3s ease 0s;
	text-shadow: 0 1px 1px #fff;
}
.menu li:hover a,.menu li.current a{
	color: #ce0e18;
	text-shadow: 0 -1px 3px rgba(0 0 0,0.1);
}
.search{
	width: 700px;
	position: absolute;
	right: 20px;	
	top: 15px;
	z-index: 99;
	line-height: 50px;
	display: none;
}

.search .input {
    float: left;
	border: 0;
	border-bottom: 1px solid #ddd;
	background-color: transparent;
	width: 83%;
	outline: none;
	margin: 0 20px;
}
.search .closethis{
	float: left;
	font-size: 20px;
	cursor: pointer;
}
.search .searchbtn{
	float: left;
	border: 0;
	background-color: transparent;
	font-size: 20px;
}
.menu li.searchopen{
	border: 0;
	float: right;
	width: 90px;
	height: 90px;
	line-height:88px;
	background: url('../img/search.png') center no-repeat #d4222c;
	cursor: pointer;
	margin-left: 30px;
}
.bgf8{
	background-color:#f8f8f8;
}
.aboutBox{
	margin: 30px 0;
	float: left;
	width: 29%;
	line-height: 1.6;
	background-position: left 16px;
	background-repeat: no-repeat;
	padding-left: 60px;
	color: #222;
	transition: all 0.3s ease 0s;
}
.aboutBox h2{
	font-size: 30px;
	color: #111;
}

.aboutBox:hover{
	transform: translateY(-5px);
	text-shadow: 0 5px 8px rgba(20,0,0,0.3)
}
.aboutBox p{
	color: #484444;
}
.aboutBox.who{
	background-image: url('../img/icon1.png');
	margin-right: 6.5%;	
}
.aboutBox.what{
	background-image: url('../img/icon2.png');
}
.aboutBox.why{
	float: right;
	background-image: url('../img/icon3.png');
}
.vedio{
	display: block;
	width: 100%;
	margin: 50px 0;
}
.foot-contact{
	background-color: #f8f8f8;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 0px 0;
}
.foot-contact .box{
	float: left;
	width: 22%;
	margin-right: 3%;
	color: #888;
}
.foot-contact .box h2{
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	color: #666; 
}
.foot-contact .box h2 i{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #666;
	color: #fff;
	margin-right: 10px;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	vertical-align: top;

}
.copyright{
	padding: 10px 0;
	margin-bottom: 20px;
}
.copyright .fr a{
	padding: 0 6px;
	text-transform: uppercase;
	color: #888;
}
.copyright .fr ul{
	float: right;
	margin-left: 10px;
}
.copyright li{
	display: inline-block;
}
.copyright li i,.copyright .fr{
	color: #888;
}
.copyright li i{
	font-size: 16px;
}
.copyright .fr a:hover{
	color: #d00;
}
.postion{
	display: block;
	background: url('../img/linePic.jpg') center no-repeat;
	height: 200px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.postion h2{
	font-family: Times New Roman;
	font-weight: bold;
	font-size: 50px;
	padding-top: 40px;
	margin-top: 0;
}
.postion a{
	color: #fff;
	margin-right: 10px;
}
.leftside,.product-left{
	width: 18%;
	margin: 40px 0;
	border: 1px solid #91747f;
	padding: 15px;
	border-radius: 3px;
	background-color: #fff0;
}
.leftside h2,.rightside .title,
.product-left h2{
	font-size: 30px;
	margin: 20px 0 30px;
}
.leftside ul{
	display: block;
}
.leftside li{
	display: block;
	margin-bottom: 15px;
}
.leftside li > a{
	display: block;
	background-color: #f2f2f20a;
	border-radius: 40px;
	line-height: 40px;
	padding-left: 25px;
	font-size: 18px;
}
.leftside li:hover> a,.leftside li.cur >a{
	background-color: #d4222c;
	color: #fff;
}
 
.rightside{
	width: 79%;
	margin:40px 0;
}
.rightside .title{
    font-size: 24px;
    margin-top: 28px;
}
.faq,.aboutus{
	display: block;
	width: 100%;
	margin: 0;
}
.faq li{	
	padding:17px 20px;
	line-height: 1.8;
	color: #fcfcfc;
        background-color: #ffffff00;
}
.faq li:nth-of-type(2n+1){
	background-color:#6e636380;
}
.faq li h4{
	color: #ffbabe;
	font-size: 18px;
}

.aboutus .textbox,.contactus,
.Qualification,.history,
.news{
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.aboutus .textbox img.fl{
	margin-right: 40px;
    border-radius: 10px
}
.aboutus .textbox img.fr{
	margin-left: 50px;
    border-radius: 10px
}
.aboutus .textbox h4{
	font-size: 22px;	
	font-weight: bold;
	padding: 30px 0 15px;
	margin:0;
	color: #fcf8e3;
}
.contactus h1{
	font-size: 20px;
	font-weight: bold;
	font-family: Times News Roman;
	display: block;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 30px;
}
.contactus .map{
	display: block;
	margin: 30px 0 60px;
}
.contactus .map img{
    border-radius: 5px
}
.contactus ul{
	display: block;
	width: 560px;
	margin: 20px auto;
}
.contactus li{
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.contactus li i{
	background-color: #e5e5e5;
	float: left;
	margin-right: 30px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	font-size: 24px;
	line-height: 60px;
	text-align: center;
}
.contactus h4{
	color: #999;
	font-size: 16px;
	margin: 0;
	padding: 10px 0 0;
	text-transform: uppercase;
}
.Qualification{
	margin: 0;
}
.Qualification li{
	float: left;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 40px;
}
.Qualification li img{
	width: 240px;
    height:328px;
    border-radius: 3px
}
.history .text{
	margin: 0 0 40px 0;
	line-height: 1.8;
}
.news li{
	float: left;
	width: 100%;
	color: #fcf8e3;
	line-height: 1.5;
	border-bottom: 1px solid #eee;
	padding: 20px 8px 28px;
}
.news li.newspic{
	padding: 0 0 30px 0;
}
.news li span.date{
	color: #bbb;
}
.newspic img{
	float: left;
	margin-right: 30px;
}
.newspic h4{
	font-size: 20px;
	padding: 20px 0 20px;
	margin: 0;
	color: #ffffff;
}
.newspic .date{
	line-height: 2;
	color: #e5e5e5;
	padding-top: 20px;
}
.newspic .more{
	float: left;
	border: 1px solid #e5e5e5;
	padding: 8px 30px;
	color: #222;
	margin-top: 20px;
}
.newspic .more:hover{
	background-color: #db2630;
	border-color: #d4222c;
	color: #fff;
}
.news li .fr{
	color: #111;
	border-bottom: 1px solid #777;
	line-height: 1.2;
	margin-bottom: 5px;
}
.news li .fr:hover{
	color: #d00;
	border-bottom: 1px solid #d00;
}
.news li:hover{
	background-color: #a5a4a426;
}
.page{
	margin: 50px 0;
	text-align: center;
}
.page a,.page span{
	display: inline-block;
	padding: 10px 20px;
	color: #222;
	border: 1px solid #eee;
}
.page a:hover,.page a.current,
.page span.current{
	border: 1px solid #d4222c;
	background-color: #d82731;
	color: #fff;
}
.page-header{
	font-size: 24px;
	color: #fff;
	margin-top: 30px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: 0;
}
.page-header .title-info{
	color: #999;
	font-size: 16px;
}
.page-header .title-info i{
	margin: 0 20px;
	display: inline-block;
	color: #bbb;
}
.details,.text{
	display: block;
	width: 100%;
}
.feedback{
	width: 900px;
	margin: 50px auto;
	text-align: center;
}
.feedback h1{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.feedback p{
    line-height: 1.5;
}
.feedback ul{
	width: 80%;
	margin: 50px auto;
}
.feedback li{
	display: block;
	width: 100%;
	margin-bottom: 25px;
}
.feedback li.half{
	width: 50%;
	float: left;
}

.feedback li input,.feedback li textarea,
.feedback li select{
	border: 1px solid #eee;
	line-height: 40px;
	padding: 0 10px;
	width: 100%;
}
.feedback li.half input{
	width: 95%;
}
.feedback li.half:first-child input{
	float: left;
}
.feedback li select{
	height: 42px;
}
.feedback li input.submit{
	width: 40%;
	background-color: #d4222c;
	color: #fff;
	margin-bottom: 15px;
}
.feedback li p{
	line-height: 1.5;
	color: #aaa;
}
.product-list{
	float: left;
	width: 100%:;
	margin: 40px 0 30px;
}
.product-list li{
	float: left;
	width: 110px;
	margin-bottom: 20px;
	margin: 0 30px 20px 30px;
}
.product-list li img{
	width: 110px;
	height: 110px;
	border-radius: 20px;
}
.product-list li a{
	color: #fff;
	text-align: center;
}
.product-list li p{
	height:50px;
}
.productbox{
	position: relative;
	display: block;
	min-height: 600px;
}
.pro-title{
	font-size: 25px;
	color: #111;
	margin: 25px 0 20px;
}
.productbox .pro-title{
	color: #fff;
}
#pro-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #24181c;
}
#pro-bg .flex-control-nav{
	display: none;
}
.flex-direction-nav li a{
	opacity: 0.2;
}
#pro-bg li img{
	opacity: 0.4;
}
.productbox .container{
	position: relative;
	z-index: 3;
}
.product-infor{
	float: left;
	width: 100%;
	color: #fff;
	border-top: 1px solid #eee;
	padding-top: 30px;
	line-height: 1.5;
	margin-bottom: 50px;
}
.product-infor h1{
	font-size: 30px;
	margin-bottom: 20px;
}
.product-infor p{
	opacity: 0.8;
}

#productList{
	border-top: 1px solid #eee;
	margin-top: 0;
	padding-top: 40px;
	border-bottom: 0;
	height: 180px;
}
#productList li{
	width: 110px;
	margin-right: 40px;
}
#productList li img{
	display: block;
	margin: 0 auto;
	width: 110px;
	height: 90px;
	border-radius: 10px;
}
#productList li p{
	display: block;
	text-align: center;
	width: 100%;
	font-size: 16px;
	margin-top: 10px;
	color: #fff;
}
#productList .control.nextitem,
#productList .control.preitem{
	background: none;
}
#productList .control{
	border: 1px solid #ddd;
	border-radius: 4px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 25px;
	line-height: 28px;
	top: 70px;
	color: #ccc;
}
#productList .control:hover{
	color: #444;
	border: 1px solid #444;
}
.picshow{
	float: left;
	width: 65%;
	border-right: 1px solid #e2eaed;
}
    .picshow img {
        /*margin: 10px 10px 10px 10px;
        border-radius: 4px;*/
        width: 100%;
    }
.product-gallery{
	float: left;
	margin: 0;
	width: 100%;
	border: 1px solid #e2eaed;
}
.product-gallery ul{
	float: right;
	width: 25%;	
	padding: 20px;
}
.product-gallery ul h4{
	font-size: 30px;
	color: #222;
	margin: 20px 0;
}
.product-gallery li{
	display: inline-block;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	border: 4px solid #fff;
	margin: 15px 15px 0 0;
	text-indent: 9999px;
	overflow: hidden;
	text-align: center;
}
.product-gallery li b{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display:block;
    margin: 1px 0 0 1px;
    border: 4px solid #e5e9eb;
}
.product-gallery li.red b{
	background-color: #a80e11;
}
.product-gallery li.blue b{
	background-color: #7088cd;
}
.product-gallery li.green b{
	background-color: #a6a11d;
}
.product-gallery li.purple b{
	background-color: #61279c ;
}
.product-gallery li.brown b{
	background-color: #c69228 ;
}
.product-gallery li.lightpurple b{
	background-color: #8273c0;
}
.product-gallery li.cur{
	border:3px solid #a80e11;
}
.product-gallery img.cur{
	border:3px solid #d4222c;
    border-radius:50%;
}

.product-detail{
	margin: 40px 0;
	display: block;
}
.product-detail h3{ 
	color: #fff;
	display: inline-block;
	padding: 10px 15px;
	margin-bottom: 30px;
	position: relative;
	padding-right: 50px;
}
.product-detail h3 i{
	position: absolute;
	top: 6px;
	right: 10px;
	margin: 0 10px;
	vertical-align: top;
	color: #7e8693;	
}
.product-detail table{
	width: 100%;
}
.product-detail table td,
.product-detail table th{
	padding: 10px;
	 
}
.product-detail table th{
	text-align: right;
	color: #777;
	border-right: 3px solid #fff;
}
.product-detail table tr:nth-of-type(2n+1){
	/*background-color: #edeff3;*/
}
.product-detail .text{
	color: #fff;
}
/*左侧菜单*/
.leftnav{
	display: block;
	margin: 0;
}
.leftnav h4{
	background-color: #f2f2f20a;
	border-radius: 40px;
	line-height: 40px;
	padding-left: 25px;
	display: block;
	color: #fff;
	margin: 0 0 10px 0;
	cursor: pointer;
	position: relative;
}
.dropdown::after{
	position: absolute;
	top: 16px;
	right: 20px;
    content: '';
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #eee;
    transition: all 0.4s ease 0s;
}
.leftnav h4:hover,.leftnav h4.current{
   background-color: #d4222c;
   color: #fff;
}
.leftnav h4:hover a,.leftnav h4.current a{
	color: #fff;
}
.leftnav h4.current::after,
.leftnav li.dropdown:hover::after{
   transform: rotate(90deg);
   margin-top: 2px;
   border-color: transparent transparent transparent #eee;
}
.leftnav h4:hover::after{
   border-color: transparent transparent transparent #eee;
}
.leftnav ul{
	padding: 0 0 10px 5%;
	display: none;
}
.leftnav li,.leftnav .sub a{
	display: block;
	line-height: 32px;
	padding-left: 18px;
}
.leftnav li.dropdown::after{
	border-width: 5px;
	top: 8px;
}
.leftnav li.dropdown:hover::after{
	border-color: transparent transparent transparent #666;
}
.leftnav li a{
	color: #fff;
}
.leftnav li:hover{
	background: url('../img/bookmark.png') left 10px no-repeat;
}
.leftnav .sub{
	display: none;
	background-color: #eeeeee1a;
	padding: 5px 0 5px 10px;
	border-radius: 10px;
}
.leftnav .subopen{
	display: block;
	background-color: #eeeeee1a;
	padding: 5px 0 5px 10px;
	border-radius: 10px;
}
 .leftnav .sub a:hover{
 	color: #d4222c;
 }
.product-left{
	position: relative;
}
.product-left .closethis{
	position: absolute;
	right: 20px;
	top: 32px;
	font-size: 22px;
	color: #fff;
	cursor: pointer;
}
.product-left .closethis:hover{
	color: #d4222c;
}
.product-left.off{
    border: 0;

}

.dropName{
	display: block;
}
.dropName b{
	float: right;
    cursor: pointer;
	width: 40px;
	height: 30px;
	background: url('../img/bai.png') center no-repeat;

}
.dropName.open b{
	transform: rotate(90deg);
}

@media(min-width: 1200px){
	.leftside li a{
		font-size: 16px;
	}
}
@media(min-width: 1440px){
	.leftside li a{
		font-size: 18px;
	}
}
@media(min-width: 1920px){
	.postion{
		background-size: 100% auto;
	}
}