/*css reset start*/
*{ margin: 0; padding: 0; border: 0; outline: none;}  
*, :after, :before {-webkit-box-sizing: border-box; -moz-box-sizing: borde; box-sizing: border-box; }
body {font-family: Helvetica, Arial, sans-serif; background: #fff;color: #555555;} 
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
h1,h2,h3{font-weight: bold;}
ol, ul {margin-bottom: 0px;  list-style-position: inside; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
a{text-decoration: none;}
.custom_tables{overflow: auto}
#tinymce{margin: 20px}
.alignleft{float: left;margin: 5px 10px 10px 0;}
.alignright { float: right; margin: 0.5em 0 0.5em 1em;}
.aligncenter{text-align: center;display: block;margin: 0 auto}
.clearfix{clear: both;}
.clearfix::before,.clearfix::after{content: ''; clear: both; display: table;}
.left{float: left;}
.right{float: right;}
/*css reset end*/


/*normal css start*/
body{
	font-family: "Roboto Condensed";
}
ul,ol{
	list-style: none;
}
i{
	font-style: normal;
}
a{
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
textarea{
	resize: none;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.gray{
	background-color: #f8f8f8;
}
.container{
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
}
.transition{
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.rotate{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}
/*normal css end*/



/* form style */
#contact-form div.wpcf7{
	margin-top: -32px;
}
#contact-form .wpcf7-form input.error{
	border-bottom:2px solid #ff0000 !important;
	background: url(/wp-content/themes/website/svg/warning.svg) no-repeat right 5px center;
	background-size: 25px 25px;
}
#contact-form .wpcf7-form .wpcf7-not-valid-tip,
#contact-form .wpcf7-form #your-email-error{
	position: absolute;
	right: 0;
	padding: 5px 10px;
	color: #ff0302; 
	top: 25px;
}
#contact-form div.wpcf7-response-output{border: none;}



#consultation div.wpforms-container-full{
	float: left;
}
#consultation .wpforms-your-name,#consultation .wpforms-your-email,#consultation .wpforms-submit,#consultation  .wpforms-submit-container{
	float: left;
	clear: none;
}
#consultation .wpforms-your-name{
	margin-right: 10px;
}
#consultation .wpforms-your-name input,#consultation .wpforms-your-email input{
	border: 1px solid transparent;
	box-sizing: border-box;
	border-radius: 0;
	padding: 0 10px;
	height: 40px;
}
#consultation .wpforms-your-name input[type=text]{
	width: 200px;
}
#consultation .wpforms-your-email input[type=email]{
	width: 360px;
}
#consultation button[type=submit].wpforms-your-submit{
	background-color: #383a3f;
	color: #fff;
	border: none;
	height: 40px;
	width: 80px;
}
#consultation div.wpforms-container-full .wpforms-form .wpforms-submit-container,#consultation div.wpforms-container-full .wpforms-form .wpforms-field{
	clear: none !important;
	padding: 0 !important;
}
#consultation .wpforms-confirmation-container-full, #consultation div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message){
	background: transparent;
	border: none;
	margin-top: 40px;
	margin-bottom: 0;
	padding: 0;
}
#consultation .wpforms-your-name .wpforms-label-hide,#consultation .wpforms-your-email .wpforms-label-hide{
	visibility: hidden;
	display: none;
}
#consultation .wpforms-form{
	position: relative;
	float: right;
	margin-top: 40px;
	width: 650px;
}
#consultation .wpforms-form input[name = 'wpforms[recaptcha]'] ~ div.wpforms-error-container{
	position: absolute;
	bottom: -22px;
}


/* /form style */






/*header-nav section start*/
#header-nav{
	position: absolute;
	width: 100%;
	height: 200px;
}
#header-nav .container{
	position: relative;
}
#header-nav .container a img.logo{
	position: absolute;
	top: 24px;
	left: -225px;
	width: 50px;
	height: 70px;
	z-index: 3;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
#header-nav .container a:hover img.logo{
	/*display: none;*/
	filter:alpha(opacity=0); 
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
#header-nav .container a img.logo+img.logo{
	/*display: none;*/
	filter:alpha(opacity=0); 
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
#header-nav .container a:hover img.logo+img.logo{
	/*display: inline-block;*/
	filter:alpha(opacity=100); 
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
#header-nav .container a.quotes-btn{
	position: absolute;
	top: 59px;
	right: -222px;
	min-width: 120px;
	padding: 0 20px;
	height: 35px;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 35px;
	text-align: center;
	border-radius: 4px;
	background-color: #ffa000;
}
#header-nav .container a.quotes-btn:hover{
	background-color: #ffb000;
}
#header-nav .container ul.nav{
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 3;
}
#header-nav .container ul.nav li{
	float: left;
	margin-left: 27px;
}
#header-nav .container ul.nav li a{
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}
#header-nav .container ul.nav li a:hover{
	color: #ffa000;
}
#header-nav .container ul.subnav{
	position: absolute;
	top: 73px;
	right: -15px;
	z-index: 3;
}
#header-nav .container ul.subnav>li{
	float: left;
}
#header-nav .container ul.nav li.focus a,
#header-nav .container ul.subnav li.focus a{
	color: #ffa000;
}
#header-nav .container ul.subnav>li>a{
	position: relative;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	display: block;
	padding: 0 15px 5px;
	max-width: 182px;
}
#header-nav .container ul.subnav>li>a.on,
#header-nav .container ul.subnav>li>a:hover{
	color: #ffa000;
}
#header-nav .container ul.subnav>li>a:after{
	content: "";
	display: none;
	/*filter:alpha(opacity=0); 
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; */
	width: 0;
	height: 0;
	border: solid transparent;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -6px;
	border-width: 6px;
	border-bottom-color: #ffa000;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
#header-nav .container ul.subnav>li>a:hover:after{
	display: block;
	/*filter:alpha(opacity=100); 
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; */
}
#header-nav .container ul.subnav>li>a.on:after{
	display: block;
	/*filter:alpha(opacity=100); 
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; */
}
#header-nav .container ul.subnav>li ul.list{
	display: none;
	position: absolute;
	right: 15px;
	width: 800px;
	overflow: hidden;
	background-color: #fff;
	border-top: 2px solid #ffa000;
	box-shadow: 0 2px 5px rgba(0,0,0,.3);
}
#header-nav .container ul.subnav>li:first-child ul.list{
	left: 0;
}
#header-nav .container ul.subnav>li ul.list li{
	position: relative;
	float: left;
	width: 25%;
	height: 155px;
	line-height: 155px;
	margin-bottom: 10px;
	text-align: center;
}
#header-nav .container ul.subnav>li ul.list li a{
	display: block;
	text-align: center;
}
#header-nav .container ul.subnav>li ul.list li a img{
	position: absolute;
	top: -20px;
	bottom: 0;
	left: 0;
	right: 0;
	margin:auto;
}
#header-nav .container ul.subnav>li ul.list li a p{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	margin-top: 123px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #383a3f;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
#header-nav .container ul.subnav>li ul.list li a:hover p{
	color: #ffa000;
}

@media screen and (max-width: 1630px) {
	#header-nav .container a img.logo{
		left: 0;
	}
	#header-nav .container a.quotes-btn{
		top: 123px;
		right: 0;
	}
}
/*header-nav section end*/


/*header section start*/
#header{
	width: 100%;
	overflow: hidden;
}
#header .layer{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
}
#header .layer .container{
	position: relative;
}
/*header section end*/


/*index-header section start*/
#header.index-header{
	height: 600px;
	background-image: url("/wp-content/themes/website/images/banner1.jpg");
	background-repeat: no-repeat;
	background-size: cover; background-position: center;
}
#header.index-header .layer .container h1{
	position: absolute;
	top: 262px;
	left: 0;
	width: 980px;
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 300;
}
#header.index-header .layer .container h1 span{
	font-weight: 700;
}
#header.index-header .layer .container h3{
	position: absolute;
	top: 360px;
	left: 0;
	width: 800px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
#header.index-header .layer .container a.more-btn{
	position: absolute;
	top: 457px;
	left: 0;
	display: inline-block;
	box-sizing: border-box;
	height: 35px;
	line-height: 35px;
	padding: 0 30px;
	/*color: #fff;*/
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
	/*border: 1px solid #fff;*/
	color: #ffa000;
	border: 1px solid #ffa000;
}
#header.index-header .layer .container a.more-btn:hover{
	color: #fff;
	border: 1px solid #ffa000;
	background-color: #ffa000;
}
/*index-header section end*/


/*top-form section start*/
#top-form{}
/*top-form section end*/


/*service section start*/
#service{
	width: 100%;
	padding: 60px 0 40px;
	border-bottom: 1px solid #d2d2d2;
	background-color: #f8f8f8;
}
#service ul{
	width: 1170px;
	margin: 0 auto;
}
#service ul li{
	width: 33.333%;
	float: left;
	box-sizing: border-box;
}
#service ul li svg{
	display: block;
	fill: #ffa000;
	width: 50px;
	height: 50px;
	margin: 0 auto;
}
#service ul li p{
	margin-top: 15px;
	margin-bottom: 12px;
	width: 100%;
	text-align: center;
	color: #383a3f;
	font-size: 20px;
	font-weight: 700;
}
#service ul li span{
	display: inline-block;
	width: 350px;
	color: #383a3f;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
/*service section end*/


/*hot section start*/
#hot{}
#hot h3{
	width: 1170px;
	margin: 0 auto;
	padding-top: 25px;
	color: #f2f1f1;
	font-size: 140px;
	font-weight: 700;
}
#hot div{
	width: 1170px;
	margin: 0 auto;
}
#hot div ul{
	position: relative;
	top: -55px;
	margin-left: -34px;
	padding-bottom: 24px;
	overflow: hidden;
}
#hot div ul li{
	float: left;
	width: 267px;
	height: 382px;
	box-sizing: border-box;
	margin-left: 34px;
	font-size: 0;
}
#hot div ul li img{
	width: 267px;
	height: 200px;
}
#hot div ul li a{
	display: block;
}
#hot div ul li h2{
	width: 100%;
	margin-top: 31px;
	margin-bottom: 8px;
	color: #383a3f;
	font-size: 20px;
	font-weight: 700;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
#hot div ul li a:hover h2,
#hot div ul li a:hover span{
	color: #ffa000;
}
#hot div ul li p{
	width: 100%;
	margin-bottom: 24px;
	color: #383a3f;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	max-height: 78px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
#hot div ul li span,
#hot div ul li a.more{
	color: #aaa;
	font-size: 14px;
	font-weight: 700;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
#hot div ul li a.more:hover{
	color: #ffa000;
}
/*hot section end*/


/*case section start*/
#case{
	width: 100%;
	height: 430px;
	background-image: url("/wp-content/themes/website/images/case.jpg");
	background-repeat: no-repeat;
	background-size: cover; background-position: center;
}
#case .container{
	height: 430px;
}
#case ul.slide-ul{}
/*case section end*/

/*case slider start*/
#slider{}
#slider .royalSlider{
	width: 1170px;
	height: 394px;
}
#slider div{
	background-color: transparent;
}
#slider .rsDefault .rsArrowIcn{
	top: 53%;
	background-repeat: no-repeat;
	background-image: url("/wp-content/themes/website/images/pointer1.svg");
}
#slider .rsDefault.rsHor .rsArrowRight{
	right: -13px;
}
#slider .rsDefault.rsHor .rsArrowLeft{
	left: -13px;
}
#slider .rsArrowLeft .rsArrowIcn{
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}
#slider .royalSlider .rsContent{
	padding-top: 114px;
	padding-left: 32px;
	padding-right: 32px;
}
#slider .royalSlider .rsContent div{
	position: relative;
	width: 533px;
	margin: 0 10px;
	float: left;
	background-color: #fff;
}
#slider .royalSlider .rsContent .left{}
#slider .royalSlider .rsContent .right{}
#slider .royalSlider .rsContent div svg{
	position: absolute;
	top: 38px;
	left: 23px;
	width: 41px;
	height: 38px;
	fill: #ffa000;
}
#slider .royalSlider .rsContent div p{
	width: 391px;
	margin-top: 51px;
	margin-left: 87px;
	padding-bottom: 20px;
	color: #383a3f;
	line-height: 24px;
	font-size: 16px;
	font-weight: 400;
}
#slider .royalSlider .rsContent div img{
	padding-left: 385px;
	padding-bottom: 25px;
}
#slider .rsDefault .rsBullet span{
	background-color: #fff;
}
#slider .rsDefault .rsBullet.rsNavSelected span{
	background-color: #ffa000;
}
#slider .rsDefault .grab-cursor {
	cursor:url(/wp-content/themes/website/images/grab.png) 8 8, move; 
}
#slider .rsDefault .grabbing-cursor{ 
	cursor:url(/wp-content/themes/website/images/grabbing.png) 8 8, move;
}
/*case slider end*/


/*faq and blog section start*/
#faq-blog{
	position: relative;
	font-size: 0;
	padding-bottom: 80px;
	overflow: hidden;
	border-top: 1px solid #d2d2d2;
}
#faq-blog .container div{
	position: relative;
	margin-top: 70px;
	float: left;
	font-size: 0;
}
#faq-blog .container{
	margin-left: auto;
	margin-right: auto;
}
#faq-blog .container div svg{
	display: inline-block;
	width: 30px;
	height: 30px;
	fill: #ffa000;
}
#faq-blog .container div h3{
	margin-top: -29px;
    margin-left: 8px;
	margin-bottom: 25px;
	width: 400px;
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
	color: #ffa000;
}
#faq-blog .container div h3:first-letter{
	color: #fff;
	padding-right: 10px;
}
#faq-blog .faq{
	margin-right: 110px;
	width: 650px;
}
#faq-blog .faq ul.accordion{}
#faq-blog .faq ul.accordion li{
	padding-top: 20px;
	padding-left: 18px;
	padding-right: 18px;
	border: 1px solid #d2d2d2;
}
#faq-blog .faq ul.accordion li+li{
	border-top: 0;
}
#faq-blog .faq ul.accordion li:nth-child(n+5){
	display: none;
}
#faq-blog .faq ul.accordion li a{
	position: relative;
	display: block;
	padding-bottom: 16px;
	padding-left: 35px;
	box-sizing: border-box;
	color: #000;
	font-size: 14px;
	font-weight: 400;
}
#faq-blog .faq ul.accordion li a.on{
	color: #ffa000;
	/*font-weight: 700;*/
}
#faq-blog .faq ul.accordion li a svg{
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	margin-right: 17px;
	width: 18px;
	height: 18px;
	fill: #383a3f;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
#faq-blog .faq ul.accordion li a.on svg{
	fill: #ffa000;
}
#faq-blog .faq ul.accordion li p{
	padding-bottom: 20px;
	box-sizing: border-box;
	padding-left: 35px;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
#faq-blog .blog ul{}
#faq-blog .blog ul li{
	position: relative;
	height: 70px;
	padding-left: 110px;
	margin-bottom: 14px;
}
#faq-blog .blog ul li img{
	position: absolute;
	top: 0;
	left: 0;
	width: 93px;
	height: 70px;
}
#faq-blog .blog ul li .title{
	display: block;
	width: 300px;
	color: #000;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	max-height: 45px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
#faq-blog .blog ul li a{
	display: block;
}
#faq-blog .blog ul li a:hover,
#faq-blog .blog ul li a:hover .title{
	color: #ffa000;
}
#faq-blog .blog ul li span.date{
	color: #888;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
#faq-blog .blog a.more{
	display: inline-block;
	padding-top: 10px;
	color: #aaa;
    font-size: 14px;
    font-weight: 700;
}
#faq-blog .blog a.more:hover{
	color: #ffa000;
}
/*faq and blog section end*/


/*consultation section start*/
#consultation{
	width: 100%;
	background-color: #ffa000;
	padding-bottom: 30px;
}
#consultation .container{
	/*position: relative;
	left: 46px;*/
}
#consultation .container .left{
	padding-left: 46px;
}
#consultation .container h3{
	width: 420px;
	padding-top: 34px;
	padding-bottom: 7px;
	color: #fff;
	line-height: 24px;
	font-size: 25px;
	font-weight: 400;
	text-transform: uppercase;
	/*letter-spacing: 2px;*/
}
#consultation .container h3 span{
	font-weight: 700;
}
#consultation .container p{
	width: 420px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	/*letter-spacing: 2px;*/
}
#consultation .wpforms-your-email{
	position: relative;
}
#consultation .wpforms-your-email label.wpforms-error{
	position: absolute;
    left: 0;
    bottom: -20px;
    color: #f81a25;
    font-size: 14px;
}
#consultation .wpforms-confirmation-container{
	position: relative;
    float: right;
    margin-top: 40px;
    width: 650px;
}

/*back top start*/
#scrolltop{
	display: none;
	position: fixed;
	right: 150px;
	bottom: 85px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #aaa;
	z-index: 5;
	cursor: pointer;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}
#scrolltop svg{
	width: 20px;
	height: 31px;
	margin-left: 3px;
	fill: #fff;
}
#scrolltop:hover{
	background-color: #ffa000;
}
/*back top end*/


/*footer section start*/
#footer{
	width: 100%;
	height: 480px;
	background-color: #383a3f;
}
#footer .container{
	position: relative;
	height: 100%;
}
#footer .container a{}
#footer .footer-top{
	padding-top: 66px;
}
#footer .footer-top-left{

}
#footer .footer-top-left img{
	margin-top: 14px;
	width: 60px;
	height: 86px;
}
#footer .footer-top-left ul{
	padding-top: 35px;
	width: 300px;
	height: 150px;
}
#footer .footer-top-left ul li{
	position: relative;
	margin-bottom: 12px;
	height: 20px;
	line-height: 20px;
	font-size: 0;
}
#footer .footer-top-left ul li svg{
	position: relative;
	top: 5px;
	display: inline-block;
	width: 20px;
	height: 20px;
	fill: #ffa000;
}
#footer .footer-top-left ul li a{
	display: inline-block;
	height: 20px;
	/*width: 240px;*/
	padding-left: 9px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	cursor: auto;
}
#footer .footer-top-left ul li a.br{
	position: absolute;
	top: 6px;
}
#footer .footer-top-left ul li a:hover{
	color: #ffa000;
}
#footer .footer-top-right{
	position: absolute;
	top: 66px;
	left: 325px;
	width: 842px;
	height: 280px;
	padding-left: 82px;
	border-left: 1px solid #707070;
}
#footer .footer-top-right ul.products{
	overflow: hidden;
	margin-top: -2px;
}
#footer .footer-top-right ul.products img{
	display: none;
}
#footer .footer-top-right ul.products>li{
	float: left;
	height: 170px;
	width: 33.333%;
}
#footer .footer-top-right ul.products a.product{
	display: inline-block;
	padding-bottom: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
}
#footer .footer-top-right ul.products a.product:hover{
	color: #ffa000;
}
#footer .footer-top-right ul.product-list{}
#footer .footer-top-right ul.product-list li:nth-child(n+5){
	display: none;
}
#footer .footer-top-right ul.product-list a{
	display: inline-block;
	padding-bottom: 7px;
	color: #f2f1f1;
	font-size: 14px;
	font-weight: 300;
	line-height: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	width: 230px;
}
#footer .footer-top-right ul.product-list a:hover{
	color: #ffa000;
}
#footer .footer-bottom{
	margin-top: 66px;
	padding-top: 25px;
	border-top: 1px solid #707070;
	text-align: right;
	font-size: 0;
}
#footer .footer-bottom span{
	display: inline-block;
	padding-left: 30px;
	color: #f2f1f1;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
}
#footer .footer-bottom span a{
	color: #f2f1f1;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
}
#footer .footer-bottom span a:hover{
	color: #ffa000;
}
/*footer section end*/


/*header section start*/
#header.about-header{
	height: 400px;
	background-image: url("/wp-content/themes/website/images/banner_about.jpg");
	background-repeat: no-repeat;
	background-size: cover; background-position: center;
}
#header.about-header .layer .container h1{
	position: absolute;
	top: 200px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 45px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
}
#header.common-header .layer .container .breadcrumb{
	position: absolute;
	top: 350px;
	width: 100%;
	text-align: left;
	font-size: 0;
}
#header.common-header .layer .container .breadcrumb a{
	text-transform: uppercase;
}
#header.common-header .layer .container .breadcrumb a,
#header.common-header .layer .container .breadcrumb span,
#header.common-header .layer .container .breadcrumb h3{
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}
#header.common-header .layer .container .breadcrumb span{
	padding: 0 0 0 12px;
}
#header.common-header .layer .container .breadcrumb a:hover{
	color: #ffa000;
}
/*header section end*/


/*history section start*/
#about-history{}
#about-history h2{
	margin-top: 54px;
	margin-bottom: 42px;
	height: 30px;
	color: #383a3f;
	font-size: 40px;
	font-weight: 700;
	line-height: 30px;
}
#about-history ul{
	overflow: hidden;
	padding: 0 79px;
}
#about-history ul li{
	float: left;
	margin: 0 38px;
	width: 430px;
}
#about-history ul li p{
	width: 100%;
	margin-bottom: 20px;
	color: #383a3f;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	/*font-variant: small-caps;*/
}
#about-history ul li p:first-child:first-letter{
	margin-top: 10px;
	margin-right: 8px;
	float: left;
	color: #aaa;
	font-size: 70px;
	font-weight: 400;
	line-height: 40px;
	text-transform: uppercase;
}
/*history section end*/


/*team section start*/
#about-team{
	width: 1170px;
	box-sizing: border-box;
	padding: 0 93px;
	margin: 0 auto;
	overflow: hidden;
}
#about-team h2{
	padding-top: 65px;
	padding-bottom: 42px;
	height: 30px;
	color: #383a3f;
	font-size: 40px;
	font-weight: 400;
	line-height: 30px;
}
#about-team li{
	float: left;
	width: 200px;
	padding: 0 23px;
	text-align: center;
	font-size: 0;
}
#about-team li img{
	width: 200px;
	height: 150px;
	padding-bottom: 20px;
}
#about-team li p{
	color: #383a3f;
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 4px;
	text-align: left;
}
#about-team li p span{
	font-size: 18px;
	display: inline-block;
	padding-right: 3px;
	text-transform: uppercase;
	font-weight: 700;
}
#about-team li a{
	color: #383a3f;
	font-size: 14px;
	font-weight: 400;
}
#about-team li a svg{
	position: relative;
	top: 6px;
	width: 30px;
	height: 20px;
	fill: #aaa;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
#about-team li a:hover{
	color: #ffa000;
}
#about-team li a:hover svg{
	fill: #ffa000;
}
/*team section end*/


/*timeline section start*/
#timeline{}
#timeline ul.timeline{
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 115px;
	padding-bottom: 20px;
}
#timeline ul.timeline h2{
	color: #000;
	font-size: 40px;
	font-weight: 700;
	line-height: 30px;
	margin-top: 88px;
	padding-bottom: 80px;
}
#timeline ul.timeline ul.line{
	position: absolute;
	top: 174px;
	left: 50%;
	margin-left: -1px;
}
#timeline ul.timeline ul.line span{
	position: absolute;
	display: block;
	font-size: 0;
	width: 2px;
	height: 98%;
	background-color: #f0f0f0;
}
#timeline ul.timeline ul.line li{
	position: relative;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	border-radius: 50%;
	border: 3px solid #ffe1b6;
	background-color: #ffa000;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 44px;
	margin-left: -24px;
	margin-bottom: 70px;
	text-align: center;
}
#timeline ul.timeline>li{
	box-sizing: border-box;
	width: 416px;
	height: 140px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	margin-left: 0;
	margin-top: -20px;
}
#timeline ul.timeline>li:nth-child(2n+0){
	margin-left: 524px;
}
#timeline ul.timeline>li p{
	margin-top: 25px;
	width: 245px;
	color: #5b5b5b;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
#timeline ul.timeline>li p{
	float: left;
	padding-left: 20px;
}
#timeline ul.timeline>li img{
	width: 110px;
	height: 83px;
	float: right;
	margin-top: 29px;
	margin-right: 15px;
}
/*timeline section end*/


/*clients section start*/
#about-clients{
	position: relative;
	width: 100%;
	height: 519px;
	margin-top: 50px;
	background-image: url("/wp-content/themes/website/images/clients.jpg");
	background-repeat: no-repeat;
	background-size: cover; background-position: center;
}
#about-clients .container{
	position: relative;
	width: 1170px;
    margin: 0 auto;
    padding-left: 65px;
    padding-right: 65px;
}
#about-clients .partner{
	position: absolute;
	top: 61px;
	z-index: 3;
	box-sizing: border-box;
	padding: 59px 37px;
	width: 585px;
	height: 260px;
	background-color: #fff;
}
#about-clients .partner h2{
	color: #ffa000;
	font-size: 30px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 25px;
}
#about-clients .partner p{
	width: 510px;
	color: #383a3f;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 20px;
}
#about-clients .partner span{
	display: block;
	width: 510px;
	color: #383a3f;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
#about-clients ul.clients{
	position: absolute;
	top: 193px;
	width: 1170px;
	height: 260px;
	background: #ddd;
}
#about-clients ul.clients li{
	width: 25%;
	height: 130px;
	line-height: 130px;
	float: left;
	text-align: center;
	background-color: #f8f8f8;
}
#about-clients ul.clients li:nth-child(2n){
	background-color: #f2f2f2;
}
#about-clients ul.clients li:nth-child(3){
	background-color: #f2f2f2;
}
#about-clients ul.clients li:nth-child(4){
	background-color: #f8f8f8;
}
#about-clients ul.clients li img{
	vertical-align: middle;
}
/*clients section end*/



/*404 header section start*/
#header-nav.black{}
#header-nav.black .container ul.nav li a{
	color: #383a3f;
}
#header-nav.black .container ul.subnav li a{
	color: #383a3f;
}
#header-nav.black .container ul.nav li a:hover,
#header-nav.black .container ul.subnav li a:hover{
	color: #ffa000;
}
#header-nav.black .container a.quotes-btn:hover{}
/*404 header section end*/


/*404 section start*/
#not-found{
	position: relative;
	width: 808px;
	height: 710px;
	margin: 0 auto;
	overflow: hidden;
}
#not-found h1,
#not-found h2,
#not-found p{
	text-align: center;
}
#not-found h1,
#not-found h2,
#not-found p,
#not-found h3,
#not-found img{
	position: absolute;
}
#not-found h1{
	top: 260px;
	right: 0;
	width: 663px;
	color: #383a3f;
	font-size: 40px;
	font-weight: 700;
	line-height: 30px;
}
#not-found h2{
	top: 323px;
	right: 0;
	width: 663px;
	font-weight: 400;
	line-height: 24px;
	color: #383a3f;
	font-size: 20px;
}
#not-found p{
	top: 351px;
	right: 0;
	width: 663px;
	font-weight: 400;
	line-height: 24px;
	color: #383a3f;
	font-size: 14px;
}
#not-found p a{
	color: #ffa000;
}
#not-found p a:hover{}
#not-found h3{
	top: 261px;
	left: 81px;
	width: 88px;
	color: #ffa000;
	font-size: 60px;
	font-weight: 700;
	line-height: 30px;
}
#not-found img{
	top: 209px;
	left: 0;
	width: 185px;
	height: 185px;
}
/*404 section end*/



/*contact-header section start*/
#header.contact-header{
	height: 400px;
	background-image: url("/wp-content/themes/website/images/banner_contact.jpg");
	background-repeat: no-repeat;
	background-size: cover; background-position: center;
}
#header.contact-header .layer .container h1{
	position: absolute;
	top: 200px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 45px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
}
#header.contact-header .layer {
    background-color: rgba(0,0,0,.4);
}
/*contact-header section end*/


/*contact form section start*/
#contact-form{
	width: 940px;
	margin: 0 auto;
	height: 738px;
	padding-bottom: 30px;
}
#contact-form h2{
	padding-top: 50px;
	padding-bottom: 73px;
	color: #383a3f;
	font-size: 40px;
	font-weight: 700;
	line-height: 30px;
}
#contact-form h3{
	padding-bottom: 13px;
	color: #383a3f;
	line-height: 16px;
	font-size: 20px;
	font-weight: 700;
}
#contact-form p{
	padding-bottom: 27px;
	color: #383a3f;
	line-height: 16px;
	font-size: 14px;
	font-weight: 400;
}
#contact-form .wpforms-container{
	position: relative;
	width: 940px;
}
#contact-form .wpforms-form label{
	font-size: 14px;
	color: #383a3f;
	display: block;
	margin-bottom: 8px;
}
#contact-form .wpforms-form .wpforms-your-name .wpforms-one-half,#contact-form .wpforms-form .wpforms-your-phone,#contact-form .wpforms-form .wpforms-your-email{
	width: 50%;
	float: left;
}
#contact-form .wpforms-form .wpforms-your-name .wpforms-sublabel-hide{
	display: none;
}
#contact-form .wpforms-form .wpforms-your-name,#contact-form .wpforms-form .wpforms-your-email,#contact-form .wpforms-form .wpforms-your-phone{
	margin-bottom: 26px;
	height: 60px;
}
#contact-form .wpforms-form .wpforms-your-name input{
	width: 455px;
	height: 35px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #aaa;
	padding: 0 10px;
}
#contact-form .wpforms-form .wpforms-your-name input.wpforms-field-name-last{
	float: right;
}
#contact-form .wpforms-form .wpforms-your-email input[type=email]{
	width: 455px;
	height: 35px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #aaa;
	padding: 0 10px;
}
#contact-form .wpforms-form .wpforms-your-phone input[type=tel]{
	width: 455px;
	height: 35px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #aaa;
	float: right;
}
#contact-form .wpforms-form .wpforms-your-phone label{
	padding-left: 15px;
}
#contact-form .wpforms-form .iti__selected-flag{
	padding: 0 6px 0 25px;
}
#contact-form .wpforms-form .wpforms-your-msg{
	width: 100%;
}
#contact-form .wpforms-form .wpforms-your-msg textarea{
	font-family: "Roboto Condensed";
	width: 940px; 
	height: 200px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #aaa;
	padding: 5px 10px;
}
#contact-form .wpforms-form label.wpforms-error{
	color: #f81a25;
}
#contact-form .wpforms-form .wpforms-your-submit{
	width: 150px;
	height: 35px;
	border-radius: 4px;
	background-color: #ffa000;
	float: right;
	color: #fff;
	margin-top: 40px;
	cursor: pointer;
}
#contact-form .wpforms-form .wpforms-your-submit:hover{
	background-color: #383a3f;
}
#contact-form .wpforms-confirmation-container{
	font-size: 20px;
	color: #0dbf50;
}


/*contact form section end*/


/*contact address section start*/
#contact-address{
	width: 100%;
	height: 351px;
	overflow: hidden;
}
#contact-address .left{
	position: relative;
	float: left;
	width: 38.5%;
	height: 100%;
	background-color: #f2f2f2;
}
#contact-address .left .fix-right{
	position: absolute;
	top: 0;
	right: 0;
	width: 375px;
	height: 351px;
	background-color: #f2f2f2;
	z-index: 99;
}
#contact-address h3{
	padding-top: 65px;
	width: 360px;
	color: #ffa000;
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
}
#contact-address ul{
	padding-top: 22px;
	width: 300px;
	height: 150px;
}
#contact-address ul li{
	position: relative;
	margin-bottom: 12px;
	height: 20px;
	line-height: 20px;
	font-size: 0;
}
#contact-address ul li svg{
	position: relative;
	top: 5px;
	display: inline-block;
	width: 20px;
	height: 20px;
	fill: #ffa000;
}
#contact-address ul li a{
	display: inline-block;
	height: 35px;
	/*width: 260px;*/
	padding-left: 9px;
	color: #383a3f;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}
#contact-address ul li a.br{
	position: absolute;
	top: 6px;
}
#contact-address ul li a:hover{
	color: #ffa000;
}
#contact-address .right{
	position: relative;
	float: right;
	width: 61.5%;
	height: 100%;
	background-color: #aaa;
}
#contact-address .right .map{
	width: 100%;
	height: 351px;
}
/*#contact-address{
	width: 100%;
	height: 351px;
	background-color: #f2f2f2;
	overflow: hidden;
}
#contact-address .container{
	position: relative;
	height: 100%;
}
#contact-address .container .map-left{
	position: absolute;
	top: 0;
	left: 0;
	width: 375px;
	height: 351px;
	background-color: #f2f2f2;
	z-index: 99;
}
#contact-address .container h3{
	padding-top: 65px;
	width: 360px;
	color: #ffa000;
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
}
#contact-address .container ul{
	padding-top: 22px;
	width: 300px;
	height: 150px;
}
#contact-address .container ul li{
	position: relative;
	margin-bottom: 12px;
	height: 20px;
	line-height: 20px;
	font-size: 0;
}
#contact-address .container ul li svg{
	position: relative;
	top: 5px;
	display: inline-block;
	width: 20px;
	height: 20px;
	fill: #ffa000;
}
#contact-address .container ul li a{
	display: inline-block;
	height: 35px;
	width: 260px;
	padding-left: 9px;
	color: #383a3f;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}
#contact-address .container ul li a.br{
	position: absolute;
	top: 6px;
}
#contact-address .container ul li a:hover{
	color: #ffa000;
}
#contact-address .container .map{
	top: 0;
	left: 0;
	width: 2000px;
	height: 351px;
	background-image: url("/wp-content/themes/website/images/map.png");
	background-repeat: no-repeat;
	background-size: cover; background-position: center;
}*/
/*contact address section end*/


/*faq-header section start*/
#header.faq-header{
	height: 400px;
	background-image: url("/wp-content/themes/website/images/banner_faq.jpg");
	background-repeat: no-repeat;
	background-size: cover; background-position: center;
}
#header.faq-header .layer .container h1{
	position: absolute;
	top: 200px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 45px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
}
/*faq-header section end*/


/*faq-mainbody section start*/
#faq-mainbody{
	position: relative;
	min-height: 460px;
	overflow: hidden;
}
#faq-mainbody h2{
	/*padding-top: 43px;*/
	padding-bottom: 51px;
	color: #383a3f;
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	margin-left: -260px;
}
#faq-mainbody ul.tips{
	/*position: absolute;
	top: 137px;
	left: 39px;
	width: 100px;*/
	margin-left: 38px;
	float: left;
	margin-top: 136px;
}
#faq-mainbody ul.tips li{
	margin-bottom: 20px;
}
#faq-mainbody ul.tips li a{
	font-size: 16px;
	line-height: 30px;
	color: #383a3f;
	font-weight: 400;
}
#faq-mainbody ul.tips li a:hover{
	color: #ffa000;
}
#faq-mainbody ul.tips li.current a{
	color: #ffa000;
	/*font-weight: 700;*/
}
#faq-mainbody ul.accordion{
	float: right;
	/*width: 840px;
	margin-left: 293px;*/
	margin-right: 37px;
	margin-top: 43px;
	margin-bottom: 97px;
}
#faq-mainbody ul.accordion li{
	width: 100%;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 15px;
}
#faq-mainbody ul.accordion h4{
	/*display: none;*/
	height: 0;
	width: 0;
	overflow: hidden;
}
#faq-mainbody ul.accordion li a{
	position: relative;
	display: block;
	width: 840px;
	padding-bottom: 16px;
	padding-left: 35px;
	box-sizing: border-box;
	color: #000;
	font-size: 14px;
	font-weight: 400;
}
#faq-mainbody ul.accordion li a.on{
	color: #ffa000;
	/*font-weight: 700;*/
}
#faq-mainbody ul.accordion li a svg{
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	margin-right: 17px;
	width: 18px;
	height: 18px;
	fill: #383a3f;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
#faq-mainbody ul.accordion li a.on svg{
	fill: #ffa000;
}
#faq-mainbody ul.accordion li p{
	width: 840px;
	padding-bottom: 20px;
	box-sizing: border-box;
	padding-left: 35px;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
/*faq-mainbody section end*/


/*faq-header section start*/
#header.blog-header{
	height: 400px;
	background-image: url("/wp-content/themes/website/images/banner_blog.jpg");
	background-repeat: no-repeat;
	background-size: cover; background-position: center;
}
#header.blog-header .layer .container h1{
	position: absolute;
	top: 200px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 45px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
}
#header.blog-header .layer {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}
/*faq-header section end*/


/*blog-mainbody section start*/
#blog-mainbody{
	overflow: hidden;
	padding-top: 50px;
	margin: 0 -17px;
}
#blog-mainbody li{
	font-size: 0;
	float: left;
	margin: 0 17px;
	height: 344px;
}
#blog-mainbody li a img{
	width: 267px;
	height: 200px;
}
#blog-mainbody li span.date{
	display: block;
	padding-top: 22px;
	padding-bottom: 4px;
	color: #888;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
#blog-mainbody li a h3{
	display: block;
	width: 267px;
	color: #383a3f;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
#blog-mainbody li a:hover h3{
	color: #ffa000;
}
/*blog-mainbody section end*/


/*blog give-more-blog btn start*/
a.give-more-blog{
	display: block;
	visibility: hidden;
	margin: 5px auto 70px;
	box-sizing: border-box;
	width: 200px;
	height: 35px;
	line-height: 33px;
	border-radius: 4px;
	color: #ffa000;
	border: 1px solid #ffa000;
	font-size: 16px;
	font-weight: 400;
}
a.give-more-blog:hover{
	color: #fff;
	background-color: #ffa000;
}
/*blog give-more-blog btn end*/


/*blog-detail-header section start*/
#header.blog-detail-header .layer .container h2{
	position: absolute;
    top: 200px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}
/*blog-detail-header section end*/


/*blog-detail section start*/
#blog-detail{
	position: relative;
	overflow: hidden;
	width: 1170px;
	padding-left: 195px;
	box-sizing: border-box;
	margin: 0 auto;
}
.blog-detail-wrap{
	float: left;
	width: 780px;
	min-height: 500px;
}
.blog-detail-wrap .title{
	margin-top: 42px;
	margin-bottom: 15px;
}
.blog-detail-wrap .title h1{
	padding-bottom: 18px;
	text-align: center;
	width: 650px;
	margin: 0 auto;
	color: #000;
	font-size: 45px;
	font-weight: 400;
	line-height: 50px;
}
.blog-detail-wrap .title p.date{
	text-align: center;
	color: #aaa;
	font-size: 16px;
	font-weight: 700;
}
.blog-detail-wrap .title p.date svg{
	position: relative;
	top: 4px;
	display: inline-block;
	width: 22px;
	height: 20px;
	fill: #aaa;
	margin-right: 3px;
}
.blog-info .detail{
	width: 780px;
	margin: 0 auto;
}
.blog-detail-wrap .detail ul,
.blog-detail-wrap .detail p{
	text-align: left;
}
.blog-detail-wrap .detail{
	text-align: center;
}
.blog-info .detail img,
.blog-detail-wrap .detail img{
	display: block;
    padding: 27px 0;
    max-width: 580px;
    height: auto;
    margin: 0 auto;
}
.blog-info .detail p,
.blog-detail-wrap .detail p{
	padding: 10px 0;
	color: #000;
	line-height: 20px;
	font-size: 14px;
	font-weight: 400;
}
.blog-info .detail  p:first-child:first-letter,
.blog-detail-wrap .detail p:first-child:first-letter{
	margin-top: 10px;
	margin-right: 8px;
	float: left;
	color: #aaa;
	font-size: 70px;
	font-weight: 400;
	line-height: 40px;
	text-transform: uppercase;
}
.blog-info .detail div ul,
.blog-detail-wrap .detail div ul{
	margin: 0 -2px;
	overflow: hidden;
	padding-top: 23px;
	padding-bottom: 18px;
}
.blog-info .detail div ul li,
.blog-detail-wrap .detail div ul li{
	margin: 0 2px;
	width: 257px;
	height: 193px;
	float: left;
	padding-bottom: 4px;
}
.blog-detail-wrap .blog-detail-wrap{
	float: none;
}
.blog-info .detail ul,
.blog-detail-wrap .detail ul{
	padding: 10px 0;
}
.blog-info .detail ul li,
.blog-detail-wrap .detail ul li{
	position: relative;
	padding-left: 16px;
	color: #000;
	line-height: 20px;
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 10px;
}
.blog-info .detail ul li:before,
.blog-detail-wrap .detail ul li:before{
	position: absolute;
	top: 6px;
	left: 0;
	display: block;
	width: 6px;
	height: 6px;
	content: "";
	background-color: #aaa;
}
.blog-info .tag,
.blog-detail-wrap .tag{
	width: 780px;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	color: #ffa000;
	margin-top: 40px;
	margin-bottom: 61px;
}
.blog-info .tag p,
.blog-detail-wrap .tag p,
.blog-info .tag a,
.blog-detail-wrap .tag a,
.blog-info .tag span,
.blog-detail-wrap .tag span{
	display: inline-block;
}
.blog-info .tag p,
.blog-detail-wrap .tag p{
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	color: #383a3f;
	padding-right: 7px;
}
.blog-info .tag a,
.blog-detail-wrap .tag a{
	color: #ffa000;
	font-size: 12px;
}
.blog-detail-wrap .tag a+a{
	color: #ffa000;
	font-size: 12px;
	padding-left: 10px;
}
.blog-info .tag a:hover,
.blog-detail-wrap .tag a:hover{}
.blog-info .tag span,
.blog-detail-wrap .tag span{
	color: #ffa000;
	font-size: 12px;
	width: 10px;
	padding-right: 10px;
}
#blog-detail ul.share{
	float: left;
	padding-left: 133px;
	padding-top: 215px;
	width: 25px;
	height: 270px;
}
#blog-detail ul.share li{
	width: 25px;
	height: 27px;
	line-height: 25px;
	vertical-align: center;
	padding-bottom: 21px;
}
#blog-detail ul.share li a{}
#blog-detail ul.share li a svg{
	width: 25px;
	height: 27px;
	vertical-align: center;
	fill: #383a3f;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
#blog-detail ul.share li a:hover svg{
	fill: #ffa000;
}
#blog-detail ul.share.fixed{
	position: fixed;
	top: 10px;
}
/*blog-detail section end*/


/*blog-related section start*/
#blog-related{
	width: 100%;
	background-color: #f8f8f8;
	border-top: 1px solid #d2d2d2;
}
#blog-related .container{}
#blog-related .container h2{
	width: 1170px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 44px;
	color: #383a3f;
	font-size: 30px;
	font-weight: 700;
}
#blog-related .container ul{
	overflow: hidden;
	margin: 0 -17px;
	padding-bottom: 15px;
}
#blog-related .container ul li{
	font-size: 0;
	float: left;
	margin: 0 17px;
	height: 344px;
}
#blog-related .container ul li a img{
	width: 267px;
	height: 200px;
}
#blog-related .container ul li span.date{
	display: block;
	padding-top: 22px;
	padding-bottom: 4px;
	color: #888;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
#blog-related .container ul li a h3{
	display: block;
	width: 267px;
	color: #383a3f;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
#blog-related .container ul li a:hover h3{
	color: #ffa000;
}
/*blog-related section end*/


/*products-detail header section start*/
#header.products-header{
	height: 400px;
	background-image: url("/wp-content/themes/website/images/banner_products.jpg");
	background-repeat: no-repeat;
	background-size: cover; background-position: center;
}
#header.products-header .layer .container h1,
#header.products-header .layer .container h2{
	position: absolute;
	top: 200px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 45px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
}
#header.products-header .layer {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
}
/*products-detail header section end*/


/*products-detail-video section start*/
#products-detail-video{
	position: relative;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}
#products-detail-video .wrap{
	position: relative;
	width: 940px;
	margin: 0 auto;
	min-height: 490px;
	font-size: 0;
}
#products-detail-video .wrap>div{}
#products-detail-video .wrap>div:first-child{
	position: absolute;
	top: 50px;
	left: 0;
	width: 592px;
	height: 360px;
}
#products-detail-video .wrap>div+div{
	position: relative;
	top: 20px;
	/*left: 70px;*/
	/*min-height: 430px;*/
	margin-left: 643px;
	padding-bottom: 80px;
	box-sizing: border-box;
	width: 295px;
}
#products-detail-video .wrap>div+div>h1{
	padding-top: 30px;
	padding-bottom: 37px;
	color: #ffa000;
	font-size: 45px;
	font-weight: 700;
	line-height: 52px;
}
#products-detail-video .wrap>div+div>p>strong{
	display: inline-block;
	padding-right: 8px;
	color: #000;
	line-height: 20px;
	font-size: 16px;
	font-weight: 700;
}
#products-detail-video .wrap>div+div>p{
	display: block;
	padding-bottom: 9px;
	color: #000;
	line-height: 20px;
	font-size: 14px;
	font-weight: 400;
}
#products-detail-video .wrap>div+div>ul{
	padding-bottom: 9px;
}
#products-detail-video .wrap>div+div>ul>li{
	position: relative;
	padding-left: 16px;
	box-sizing: border-box;
	color: #000;
	line-height: 20px;
	font-size: 14px;
	font-weight: 400;
}
#products-detail-video .wrap>div+div>ul>li:before{
	position: absolute;
	top: 6px;
	left: 0;
	display: block;
	width: 6px;
	height: 6px;
	content: "";
	background-color: #aaa;
}
#read-more,
#products-detail-video .wrap>div+div>a{
	position: absolute;
	left: 0;
	color: #aaa;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
}
/*read-more btn start*/
#products-detail-video #read-more{
	top: -4px;
}
#read-more a{
	position: absolute;
	top: -30px;
	display: block;
	height: 20px;
	width: 95px;
	color: #aaa;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	z-index: 3;
}
#read-more a:hover{
	color: #ffa000;
}
#read-more:before,
#read-more:after,
#products-detail-video .wrap>div+div>a:before,
#products-detail-video .wrap>div+div>a:after{
	width: 295px;
}
#read-more{
	background-color: #fff;
}
#read-more:before{
	position: absolute;
	top: -120px;
	left: 0;
	content: "";
	display: block;
	height: 70px;
	background-color: rgba(255,255,255,.5);
    background: -webkit-linear-gradient( rgba(255,255,255,.2), rgba(255,255,255,.95)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(255,255,255,.2), rgba(255,255,255,.95)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient( rgba(255,255,255,.2), rgba(255,255,255,.95)); /* Firefox 3.6 - 15 */
    background: linear-gradient( rgba(255,255,255,.2), rgba(255,255,255,.95)); /* 标准的语法（必须放在最后） */
}
#read-more:after{
	position: absolute;
	top: -50px;
	left: 0;
	content: "";
	display: block;
	height: 500px;
	background-color: #fff;
	/*background: -webkit-linear-gradient( rgba(255,255,255,.9), rgba(255,255,255,1));
	background: -o-linear-gradient(rgba(255,255,255,.9), rgba(255,255,255,1));
	background: -moz-linear-gradient( rgba(255,255,255,.9), rgba(255,255,255,1)); 
	background: linear-gradient( rgba(255,255,255,.9), rgba(255,255,255,1));*/ 
}
/*read-more btn end*/

/*#products-detail-video .wrap>div+div+a{
	position: absolute;
	display: inline-block;
	width: 84px;
	top: 430px;
	left: 643px;
	color: #aaa;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
}*/
/*#products-detail-video .wrap>div+div+a:hover,*/
#products-detail-video .wrap>div+div>a:hover{
	color: #ffa000;
}
/*products-detail-video section end*/


/*products-detail-title section start*/
.products-detail .wrap{
	width: 940px;
	margin: 0 auto;
}
.products-detail-title{
	padding-top: 50px;
	padding-bottom: 21px;
}
.products-detail-title>svg{
	display: inline-block;
    width: 30px;
    height: 30px;
    fill: #ffa000;
}
.products-detail-title>h3{
	position: static;
	margin-top: -29px;
    margin-left: 8px;
    width: 400px;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    color: #ffa000;
    padding-top: 0 !important;
    border: 0 !important;
    margin-left: 8px !important;
    background: none !important;
}
.products-detail-title>h3:first-letter{
	color: #fff;
	padding-right: 10px;
}
/*products-detail-title section end*/


/*products-detail-info section start*/
.products-detail-info{
	padding-bottom: 26px;
	border-bottom: 1px solid #e5e5e5;
	font-family: "Roboto Condensed" !important;
	margin-left: auto !important;
}
.products-detail-info .wrap{
	overflow: hidden;
}
.products-detail-info .wrap a{}
.products-detail-info.info .wrap>div+div>ul{
	float: left;
	width: 440px;
}
.products-detail-info.info .wrap>div+div>ul+ul{
	float: right;
}
.products-detail-info.info .wrap>div+div>ul>li{
	position: relative;
	width: 412px;
    padding-left: 16px;
    margin-bottom: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #383a3f;
}
.products-detail-info.info .wrap>div+div>ul>li:before{
	position: absolute;
    top: 6px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    content: "";
    background-color: #aaa;
}
/*table section start*/
.products-detail-info.table .wrap>div+div table{
	width: 100%;
	margin-top: 5px;
}
.products-detail-info.table .wrap>div+div table tr th:first-child,
.products-detail-info.table .wrap>div+div table tr td:first-child{
	font-weight: 700;
	padding-left: 34px;
	background-color:#ebebeb;
}
.products-detail-info.table .wrap>div+div table th,
.products-detail-info.table .wrap>div+div table td{
	border-color: #d2d2d2;
	text-align: left;
	height: 40px;
	font-size: 12px;
	color: #383a3f;
}
.products-detail-info.table .wrap>div+div table+p{
	padding-top: 17px;
	padding-bottom: 20px;
	color: #383a3f;
	font-size: 12px;
	font-weight: 300;
	line-height: 20px;
}
/*table section end*/
.products-detail-info.download{
	padding-bottom: 70px;
}
.products-detail-info.download .wrap>div+div>ul{
	margin-left: -95px;
	margin-top: 5px;
	overflow: hidden;
}
.products-detail-info.download .wrap>div+div>ul>li{
	position: relative;
	width: 250px;
	height: 70px;
	float: left;
	box-sizing: border-box;
	padding-left: 65px;
	margin-left: 95px;
}
.products-detail-info.download .wrap>div+div>ul>li>a{
	display: block;
	height: 75px;
    width: 250px;
    margin-left: -65px;
    padding-left: 65px;
}
.products-detail-info.download .wrap>div+div>ul>li>a>img{
	position: absolute;
	top: 0;
	left: 0;
	width: 52px;
	height: 69px;
}
.products-detail-info.download .wrap>div+div>ul>li>a h3{
	display: block;
	color: #383a3f;
	line-height: 24px;
	font-size: 16px;
	font-weight: 700;
	max-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.products-detail-info.download .wrap>div+div>ul>li>a:hover h3{
	color: #ffa000;
}
.products-detail-info.download .wrap>div+div>ul>li>a p{
	color: #383a3f;
	line-height: 24px;
	font-size: 14px;
	font-weight: 400;
}
/*products-detail-info scetion end*/


/*products-detail contact-form section start*/
#contact-form.products-form{
	padding-top: 60px;
	height: auto !important;
	display: table;
}
/*products-detail contact-form section end*/


/*products-detail table section start*/
.products-detail-info.table .wrap>div+div table  {border-collapse:collapse;border-spacing:0;}
.products-detail-info.table .wrap>div+div table td{font-size:12px;padding:0 25px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;border-top-width:1px;border-bottom-width:1px;}
.products-detail-info.table .wrap>div+div table th{font-size:12px;font-weight:normal;padding:0 25px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;border-top-width:1px;border-bottom-width:1px;}
/*.products-detail-info.table .wrap>div+div table .tg1-6ked{font-size:12px;color:#383a3f;text-align:center}*/
/*.products-detail-info.table .wrap>div+div table .tg1-baqh{text-align:center;}*/
/*.products-detail-info.table .wrap>div+div table .tg1-sx8x{background-color:#ebebeb;}*/
/*products-detail table section end*/


/*products-detail slider section start*/
#rstmbbot,
#rstmbbot div{
	background-color: transparent;
}
#rstmbbot{
	width: 510px;
	height: 410px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	margin: 0 auto 0;
}
#rstmbbot .rsPlayBtn{
	margin-top: -57px;
}
#rstmbbot .rsOverflow {
	height: 330px !important;
	/*margin-top: -100px;*/
}
#rstmbbot .rsSlide {
	/*margin-top: -80px;*/
}
#rstmbbot .rsContent {
	height: 382px;
	margin-bottom: 30px;
}
#rstmbbot .rsImg {
	width: 510px !important;
	height: 382px !important;
	margin-left: 0 !important;
	margin-top: 0 !important;
}
#rstmbbot .rsContent img{
	width: 510px;
	height: 382px;
}
#rstmbbot .rsVideoContainer{
	width: 510px !important;
	height: 382px  !important;
	margin-top: 0 !important;
	margin-left: 0 !important;
}
#rstmbbot .rsVideoContainer img{
	width: 510px !important;
	height: 382px !important;
}
#rstmbbot .rsPlayBtnIcon{
	background: none;
	position: relative;
	top: 8px;
	left: 8px;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50%;
}
#rstmbbot .rsPlayBtnIcon:after{
	content: '';
	width: 0;
	height: 0;
	border: solid transparent;
	position: absolute;
	left: 22px;
	top: 18px;
	border-width: 8px;
	border-left-color: #383a3f;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
#rstmbbot .rsPlayBtnIcon:hover:after{
	border-left-color: #ffa000;
}
#rstmbbot .rsThumbs img {
	width: 69px;
	height: 50px;
	border-radius: 5px;
}
#rstmbbot .rsThumb.rsNavSelected img{
	filter:alpha(opacity=100); 
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
#rstmbbot .rsTmb {
	width: 69px;
	height: 50px;
}
#rstmbbot .rsThumbs {
	width: 510px;
	height: 57px;
	margin-top: 10px;
	border: 1px solid #fff;
}
#rstmbbot .rsThumb {
	float: left;
	overflow: hidden;
	width: 69px;
	height: 50px;
	box-sizing: border-box;
	border: 1px solid #fff;
}
#rstmbbot .rsNavSelected {
	border-radius: 5px;
	border: 1px solid #ffa000;
}
#rsNext,.rsArrows #rsPrev {
	position: absolute;
}
#rsPrev {
	cursor: pointer;
	left: 0px;
	top: 150px;
	transform: rotate(180deg);
	background: url('/wp-content/themes/website/images/pointer2.svg');
	width: 30px;
	height: 30px;
	background-size: cover; background-position: center;
	background-repeat: no-repeat;
}
#rsNext {
	cursor: pointer;
	right: 0px;
	top: 150px;
	background: url('/wp-content/themes/website/images/pointer2.svg');
	width: 30px;
	height: 30px;
	background-size: cover; background-position: center;
	background-repeat: no-repeat;
}
#rstmbbot .rsArrows #rsNext:hover,.rsArrows #rsPrev:hover {}
/*products-detail slider section end*/


/*products-title section start*/
#products-title{
	width: 100%;
	/*min-height: 295px;*/
	padding-bottom: 50px;
	overflow: hidden;
}
.product-list-info{
	position: relative !important;
	width: 1170px;
}
.product-list-info img{
	position: absolute;
}
#products-title .container{
	position: relative;
}
.product-list-info h2,
.product-list-info h3,
#products-title .container h2,
#products-title .container h3{
	position: absolute;
	left: 0;
	width: 450px;
}
.product-list-info h2,
#products-title .container h2{
	top: 44px;
	color: #ffa000;
	font-size: 45px;
	font-weight: 700;
	line-height: 46px;
	text-transform: uppercase;
}
.product-list-info h3,
#products-title .container h3{
	top: 156px;
	color: #888;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.product-list-info ul{
    border: 0  !important;
    margin: 0  !important;
	margin-left: 520px !important;
	padding-top: 49px !important;
	width: 650px !important;
}
#products-title .container ul{
	margin-left: 520px;
	padding-top: 49px;
	/*padding-bottom: 50px;*/
	width: 650px;
}
.product-list-info ul li,
#products-title .container ul li{
	position: relative;
    padding-left: 16px;
    margin-bottom: 13px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.product-list-info ul li:before,
#products-title .container ul li:before{
	position: absolute;
    top: 6px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    content: "";
    background-color: #aaa;
}
#products-title .container #read-more{
	top: 245px;
	left: 520px;
}
#products-title .container #read-more a{
	margin-left: 580px;
}
#products-title .container #read-more:before{
	width: 650px;
}
#products-title .container #read-more:after{
	width: 650px;
}
/*products-title section end*/


/*products-mainbody section start*/
#products-mainbody{
	width: 100%;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}
#products-mainbody .container{}
#products-mainbody .container ul{
	overflow: hidden;
    padding-top: 73px;
    padding-bottom: 17px;
    margin: 0 -17px;
}
#products-mainbody .container ul li{
	font-size: 0;
    float: left;
    margin: 0 17px;
    width: 267px;
    height: 420px;
}
#products-mainbody .container ul li a img{
	width: 267px;
    height: 200px;
}
#products-mainbody .container ul li a h2{
	margin-top: 28px;
    margin-bottom: 8px;
	color: #383a3f;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	max-height: 57px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
#products-mainbody .container ul li a:hover h2{
	color: #ffa000;
}
#products-mainbody .container ul li p{
	width: 267px;
	color: #383a3f;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 25px;
	max-height: 58px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#products-mainbody .container ul li span{
	color: #aaa;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
#products-mainbody .container ul li span:hover{
	color: #ffa000;
}
#products-mainbody .container ul li a{
	display: block;
}
#products-mainbody .container ul li a:hover h2,
#products-mainbody .container ul li a:hover span{
	color: #ffa000;
}
/*products-mainbody section end*/


/*copy phone section start*/
.copy-phone{
	position: relative;
}
.copy-phone:before{
	content:attr(data-action);
	position:absolute;
	top: 2px;
	left: 123px;
	padding: 0 5px;
	font-size: 12px;
	color: #ffa000;
	line-height: 12px;
	text-align:center;
	border-radius: 5px;
	border:1px solid #ffa000;
	filter:alpha(opacity=0); 
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.copy-phone:hover:before{
	filter:alpha(opacity=100); 
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.copy-phone.copytips:after{
	z-index: 3; 
	content: 'copied';
	position: absolute !important;
	top: 0px;
	left: 122px;
	transition: all 0.3s linear;
	color:#ffa000 !important;
	-webkit-animation:fadeOutUp .3s .3s ease both;
	-moz-animation:fadeOutUp .3s .3s ease both;
}
@-webkit-keyframes fadeOutUp{
	0%{opacity:1;-webkit-transform:translateY(0)}
	100%{opacity:0;-webkit-transform:translateY(-10px)}
}
@-moz-keyframes fadeOutUp{
	0%{opacity:1;-moz-transform:translateY(0)}
	100%{opacity:0;-moz-transform:translateY(-10px)}
}
/*copy phone section end*/




/* site map*/
#site{width: 1200px;margin: 0 auto;}
#site .col-sm-3,#site .col-sm-9,#site .col-sm-4,#site .col-sm-6{padding: 0;}
#site .col-sm-4,#site .col-sm-6{padding-left: 0;padding-right: 20px;}
#site h1{font-size: 36px;margin-top: 80px;margin-bottom:60px;font-weight: normal;}
#site .sitemap{color: #000;}
#site .site_nav a{display: block;font-size: 14px;line-height: 22px;margin-bottom: 25px;position: relative;}
#site .site_nav ul{list-style:none;}
#site .site_nav ul .current{font-weight: 400;}
#site .site_nav ul .current a{color: #555;}
#site .site_con{margin-top: 180px;margin-bottom: 80px;}
#site .site_con h2{font-size: 24px;line-height: 22px;margin-top: 0px;font-weight: normal;margin-bottom: 40px;}
#site .site_con .site_condetail{display: inline-block;width: 100%;}
#site .site_con .site_conlist{margin-bottom: 25px;display: inline-block;}
#site .site_con .site_conlist .site_conlist_cat{font-size: 16px;line-height: 22px;margin-bottom: 20px;display: block;}
#site .site_con .site_conlist ul{list-style: none;font-size: 14px;line-height: 22px;}
#site .site_con .site_conlist ul li a{margin-bottom: 8px;display: block;}
#site .site_nav_fixed{position: fixed;top: -200px;width: 300px;}
#site .site_nav_relative{position: relative;}
#site .site_nav_scroll{position: absolute; top: 20px;}

#site .site_con .site_condetail{
	height: auto;
}
#site ul.products{
	overflow: hidden;
	margin-top: -2px;
}
#site ul.products img{
	display: none;
}
#site ul.products>li{
	float: left;
	height: 160px;
	width: 33.333%;
}
#site ul.products a.product{
	display: inline-block;
	padding-bottom: 10px;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
}
#site ul.products a.product:hover{
	color: #ffa000;
}
#site ul.product-list{}
/*#site ul.product-list li:nth-child(n+5){
	display: none;
}*/
#site ul.product-list a{
	display: inline-block;
	padding-bottom: 7px;
	color: #000;
	font-size: 14px;
	font-weight: 300;
	line-height: 16px;
}
#site ul.product-list a:hover{
	color: #ffa000;
}
#site .site_con h2{
	margin-top: 40px;
	color: #ffa000;
}
#site .site_con h2 a{
	color: #ffa000;
}
#site .site_con h2 a:hover{
	color: #ffa000;
}
#site .site_nav ul li a{
	color: #000;
}
#site .site_nav ul li.current a{
	color: #ffa000;
}
#site .site_nav_fixed{
	/*top: 50px;*/
}
#pripo .pripo_nav a:hover{
	color: #ffa000;
}
#site h1{
	color: #ffa000;
	margin-top: 210px;
}
#site .site_con .site_condetail ul.blogs-list{
	width: 100%;
}
#site .site_con .site_condetail ul.blogs-list li{
	padding-bottom: 10px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}
#site .site_condetail ul.blogs-list li a{
	color: #000;
	font-weight: 300;
}
#site .site_condetail ul.blogs-list li a:hover{
	color: #ffa000;
}





/* privacy policy */
#pripo a{text-decoration: none;}
#pripo a:hover{color: #ffa000;}
#pripo{width: 1200px;margin: 0 auto;}
#pripo h1{color: #ffa000;font-size: 36px;margin-top: 200px;margin-bottom:60px;font-weight: normal;}
#pripo .pripo_detail{color: #000;}
#pripo .pripo_nav a{color: #000;display: block;font-size: 14px;line-height: 22px;margin-bottom: 25px;position: relative;}
#pripo .pripo_nav ul{list-style:none;}
#pripo .pripo_nav ul .current{font-weight: 400;}
#pripo .pripo_nav ul .current a{color: #ffa000;}
#pripo .pripo_con{margin-top: 210px;margin-bottom: 80px;padding-right: 0;}
#pripo .pripo_con p{margin-bottom: 20px;font-size: 14px;line-height: 22px;}
#pripo .pripo_con h2{color: #ffa000;font-size: 16px;line-height: 22px;margin-top: 0px;font-weight: bold;margin-bottom: 15px;}
#pripo .pripo_con .pripo_condetail{display: inline-block;width: 100%;}
#pripo .pripo_con .pripo_condetail ol{margin-bottom: 20px !important;font-size: 14px;line-height: 22px;}
#pripo .pripo_con .pripo_condetail ol li{margin-bottom: 10px;}
#pripo .pripo_nav_fixed{position: fixed;top: -200px;width: 300px;padding: 0;}
#pripo .pripo_nav_relative{position: relative;}
#pripo .pripo_nav_scroll{position: absolute; bottom:0px;}
#pripo .pripo_nav{
	width: 285px;
	padding: 0;
}
#pripo .pripo_con{
	float: right;
}
#site .site_nav ul li a:hover{
	color: #ffa000;
}




/*new css start*/
.products-detail-title{
	padding-left: 70px;
}
.products-detail-title+div{
	padding-bottom: 20px;
}
.products-detail-title+div>p{
	width: 800px;
	margin: 0 auto;
	padding: 10px 0;
	color: #333;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
}
.products-detail-title+div img{
	display: block;
    padding: 27px 0;
    max-width: 580px;
    height: auto;
    margin: 0 auto;
}
.products-detail-title+div ul,
.products-detail-title+div ol{
	width: 800px !important;
	margin: 0 auto !important;
	padding: 10px 0 0 !important;
	color: #333 !important;
    line-height: 24px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    float: none !important;
}
.products-detail-title+div li{
	width: 800px !important;
	margin-bottom: 10px !important;
	color: #000 !important;
    line-height: 20px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    float: none !important;
}
.products-detail-title+div table{
	width: 800px;
	margin: 0 auto;
	margin-top: 5px;
}
.products-detail-title+div table tr th:first-child,
.products-detail-title+div table tr td:first-child{
	font-weight: 700;
	padding-left: 34px;
	padding-right: 34px;
	background-color:#ebebeb;
}
.products-detail-title+div table th,
.products-detail-title+div table td{
	border-color: #d2d2d2;
	text-align: left;
	padding-left: 25px;
	height: 40px;
	font-size: 12px;
	color: #383a3f;
}
/*.products-detail-title+div table tr th:first-child,*/
.products-detail-title+div table tr td.trans:first-child{
	background-color: transparent;
	font-size: 12px;
    padding: 0 25px;
    font-weight: normal;
    border-style: solid;
    border-width: 0px;
    overflow: hidden;
    word-break: normal;
    border-top-width: 1px;
    border-bottom-width: 1px;
}
.products-detail-title+div table  {border-collapse:collapse;border-spacing:0;}
.products-detail-title+div table td{font-size:12px;padding:0 25px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;border-top-width:1px;border-bottom-width:1px;}
.products-detail-title+div table th{font-size:12px;font-weight:normal;padding:0 25px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;border-top-width:1px;border-bottom-width:1px;}
.products-detail-title+div table+p{
	padding-top: 17px;
	padding-bottom: 20px;
	color: #383a3f;
	font-size: 12px;
	font-weight: 300;
	line-height: 20px;
}
.blog-detail-wrap .tag p,
.blog-detail-wrap .tag span,
.blog-detail-wrap .tag a{
	display: none;
}
.blog-detail-wrap .detail ul{
	padding-bottom: 5px;
}
/*#footer .footer-top{
	height: 120px;
}
#footer .footer-top-left{
	position: relative;
}
#footer .footer-top-left>a{
	margin-top: -5px;
}
#footer .footer-top-left>ul{
	position: absolute;
	top: -35px;
	left: 120px;
}
#footer .footer-top-right{
	width: 692px;
	height: 120px;
	left: 475px;
}
#footer .footer-top-right h4{
	padding-bottom: 10px;
	color: #ffa000;
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
}
#footer .footer-top-right ul.products a.product{
	font-weight: 400;
}
#footer .footer-top-right ul.products>li{
	height: 30px;
}
#footer .footer-bottom{
	border: 0;
}
#footer{
	height: 260px;
}
#footer .footer-bottom{
	margin-top: 0;
}*/
#about-team{
	padding-bottom: 80px;
}
#about-history ul li p img{
	width: 416px;
	height: 234px;
	padding-top: 15px;
}
/*new css end*/

#footer .container{overflow: hidden;}
@media screen and (max-width: 1500px){
	#scrolltop{right: 20px;}
}


#trp-floater-ls.trp-floater-ls-names{max-width: 326px; padding: 2px 4px 0 2px; background: transparent; box-shadow: none;}
#trp-floater-ls{border-radius: 0; background-color: transparent;}
#trp-floater-ls:hover {box-shadow: none;}
#trp-floater-ls-current-language{max-width: 160px;height: auto;position: absolute;bottom: 0;}
#trp-floater-ls .trp-floater-ls-disabled-language,#trp-floater-ls .trp-ls-disabled-language{display: block !important;}
#trp-floater-ls:hover #trp-floater-ls-current-language{display: block; position: absolute; bottom: 0; width: auto; height: auto;}
#trp-floater-ls-current-language a{font-size: 14px; line-height: 26px; background-color: #f5a623; padding: 7px 17px 7px 46px !important; color: #ffffff !important; position: relative;}
#trp-floater-ls-current-language a:before{content: ''; position: absolute; width: 26px; height: 26px; left: 10px; background-image: url('/wp-content/themes/website/svg/diqiu.svg');background-size: 26px 26px;}
#trp-floater-ls-language-list {background: #fff; width: 320px; box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); padding: 20px 0 14px; margin-bottom: 40px;}
#trp-floater-ls-language-list:before,#trp-floater-ls-language-list:after{content: ''; clear: both; display: table;height: auto;}
#trp-floater-ls-language-list a{float: left; width: 50% !important; color: #9b9b9b; font-size: 14px; line-height: 20px;padding: 6px 20px; box-sizing: border-box;}
#trp-floater-ls-language-list a:nth-child(odd){border-right: 1px solid #d8d8d8;}
#trp-floater-ls-language-list a:hover{color: #f5a623;background-color: #fff;}
#trp-floater-ls-language-list .trp-ls-disabled-language{display: none;}
#trp-floater-ls .trp-floater-ls-disabled-language{pointer-events: none;cursor: default;}
#trp-floater-ls div:not(#trp-floater-poweredby) > a{display: block !important;}
.trp-color-dark #trp-floater-ls-current-language a{width: 120px !important;}
#trp-floater-ls:focus #trp-floater-ls-language-list, #trp-floater-ls:hover #trp-floater-ls-language-list{
	background: #fff !important; width: 320px; padding: 20px 0 14px; margin-bottom: 40px;}
#trp-floater-ls:hover #trp-floater-ls-language-list{display: block;height: 100%;padding: 20px 0 14px;}
#trp-floater-ls:hover #trp-floater-ls.trp-floater-ls-names{background: #ffffff;box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }
#trp-floater-ls-language-list{max-height:none;overflow-y: auto;}
.trp-floater-ls-disabled-language{margin-top: 0;}
.trp-floater-ls-disabled-language .trp-ls-disabled-language{color: red;}

