
/* Zendkee Customize Frontend CSS Start */
/******* icon *******/
@font-face {
    font-family: "iconfont";
    src: url('fonts/iconfont008e.html?t=1576821873945');
    /* IE9 */
    src: url('fonts/iconfont008e.html?t=1576821873945#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAMoAAsAAAAABzwAAALbAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDHAqBfIFwATYCJAMQCwoABCAFhG0HRBteBsgusG3Yk8WEbEBx8TfsVwAM3BAP/+33v31mzrO5XzxJcqOJVrGqFslEEkRao3RW9/9dy/7sFEFiSrSsiimBWpRdykzT4UyKZCQpoDs2jtETub4jyN19WwAQFyccYkBllmDfDxgqy3qG1/ycT9w7rX1e5/PZt9zGWDzGtE9dgHFAgY45yQroC3LD2E0EDmE7gWZZG+Ha8GQIsiTQLxDvqByHrJxPSis5FPo1U1N8Uw3Ll3IP+Mp/H/95I4uiV4Ght+ZQCvD7d1zcyA2D0vgJ6uweKnaAJF7Vxp4QhcUTNWrSnAFDQ4Vf/7o6/j+lkx3L4F8eoahEHygcAyeart6YAhMEv64ICr/jBSr8kN5DNNwEHmrsxdpiIGYz8xI8Y/QJ8spkdL5bV3B0BPHzbdS6U4K/SliGXE0L6O3iEReOG4sH3MmXT8THHPFej0y6InfP8C/gM/6c4zuETdmLMt+NoPeiIXhcAA4bDkdwBKWHcTj8bA8zzxlO1/4QfMBLVtoCmjp++/Hjvfb2tvZ7nz6BCexU3znOob517EC94Lj176lx4x87RdffrC7Bz5pdi1tTP4MfqOit+NOKnnUZqoAj01djebRXWpEJCpqG/5tixoc5jPO9I4RhzizcuXEpQDW0Qk/2Dno6J+gbuohm28jszixGFDnCll0FYcp1FBN+oJpyn57s9+hZ8BV9UyGieRClS3bWguYMMBLnJIUSi4gmDV1CLp4jigNEnlXjLKvigghhNg0ij9NdTI4QnbA5RthzspdzCUnM0NCwshtRVQOZzJghSe6c5tzscLmkug85k4YGOa5iiDiOSEESFiFUkkEn0eZcTun7AYRsliqOtZAG0hEEY6PtIx5O7h70Eb3ei3Qvt9jmyLw4ToJIGIMGGVY6ESqVATHrO80gkjin6RERUwcXbCT11TvXN2pfuAUacFRGiRoZPf3nKcoNlqXH59pVavMMRqJUlwEAAA==') format('woff2'), url('fonts/iconfont008e-2.html?t=1576821873945') format('woff'), url('fonts/iconfont008e-3.html?t=1576821873945') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('fonts/iconfont008e-4.html?t=1576821873945#iconfont') format('svg');
    /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-editor:before {
    content: "\e6f6";
}

.icon-nav-list:before {
    content: "\e6fd";
}

.icon-rising:before {
    content: "\e761";
}

/******* icon *******/

.coly-menu-float,
.coly-form-float,
.coly-top-float {
    width: 40px;
    height: 40px;
}

.coly-form-float {
    background-color: #fff;
}

.coly-menu-float {
    background-color: #1f4684;
}

.coly-top-float {
    background-color: #1f4684;
    display: none;
}



.coly-side-right {
    /*width: 40px;*/
    padding: 2px 2px 0 2px;
    position: fixed;
    right: 20px;
    top: 63%;
    transition: all 0.5s;
    border-radius: 4px;
    z-index: 999999;
}

.coly-right {
    border-radius: 8px;
    margin-bottom: 26px;
}

.coly-right > a {
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    line-height: 40px;
    color: #fff;
}

.iconfont {
    font-size: 30px;
    color:#fff

}


.quote-text .coly-menu-float{
    width: auto;
    padding: 0 6px;
}

/* 悬浮表单开始 */
/* leo float form*/
.side-form-wrapper {
    z-index: 9999999;
    position: fixed;
    right: 0;
}

/*  表单整体样式 */
#leo-side-contact-form {
    width: 300px;
    padding: 10px 20px 0;
    box-shadow: 0 0 20px #000;
    background: #fff;
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translate(130%, -50%);
    transition: all 0.5s;
    z-index: 998;
}

#leo-side-contact-form.active {
    transform: translate(0, -50%);
}

/* 格式化 */
#leo-side-contact-form,
#leo-side-contact-form label,
#leo-side-contact-form input:not(.submit),
#leo-side-contact-form textarea,
#leo-side-contact-form h3 {
    font-family: inherit;
    box-sizing: border-box;
    color: #444f5d;
}

#leo-side-contact-form .form-title {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}

#leo-side-contact-form .form-line label {
    font-weight: normal;
    text-align: left;
    font-size: 14px;
}

#leo-side-contact-form .form-line p {
    margin: 0;
}
div#coly-top-float {
    float: right;
}
#leo-side-contact-form.radius .form-line input {
    border-radius: 10px;
}
/* 格式化  结束 */

/* 表单关闭按钮 开始 */
#leo-side-contact-form .closeBtn {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

#leo-side-contact-form .closeBtn:before,
#leo-side-contact-form .closeBtn:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
}

#leo-side-contact-form .closeBtn:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

#leo-side-contact-form .closeBtn:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* 表单关闭按钮  结束 */

/* 涉及颜色部分  开始 */
/* title */
#leo-side-contact-form .form-line {
    width: 100%;
    padding-bottom: 5px;
}
#leo-side-contact-form .form-line.coly-bottom {
    padding-bottom: 10px;
}
/* textarea 和 非提交按钮 */
#leo-side-contact-form .form-line input,
#leo-side-contact-form .form-line textarea,
#leo-side-contact-form .form-line input:not(.submit):hover,
#leo-side-contact-form .form-line textarea:hover,
#leo-side-contact-form .form-line input:not(.submit):focus,
#leo-side-contact-form .form-line textarea:focus {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    outline: none;
    font-family: Hind, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0px;
}
/* 提交按钮 */
#leo-side-contact-form .form-line input.submit,
#leo-side-contact-form .form-line input.submit:hover {
    width: 100%;
    border: 1px solid #ccc;
    background-color: #ccc;
    color: #fff;
}
/* 涉及颜色部分 结束 */

/* 悬浮表单结束 */

.show {
    display: block !important;
}


/* Zendkee Customize Frontend CSS End */





/* Zendkee Customize Global Frontend CSS Start */
/*qoute product*/
button#goto_contact_form {
    padding: 10px 15px;
    border: 0;
    background: #313131;
    color: #fff;
    margin-top: 20px;
}


/* frank form*/

div#product_detail_contact_form h3.title.coly-title {
    display: block !important;
}

#frank-contact-form,
#frank-contact-form * {
	font-family: inherit;
	box-sizing: border-box;
}

#frank-contact-form .title {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}
div#frank-contact-form {
    padding: 0;
}

#frank-contact-form,
#frank-contact-form label,
#frank-contact-form input,
#frank-contact-form textarea {
	color: #444f5d;
}

#frank-contact-form .form-line {
	width: 100%;
	padding: 10px 0px;
}

#frank-contact-form .form-line.md-6 {
	width: 50%;
	float: left;
}

#frank-contact-form .form-line label {
	font-weight: normal;
	text-align: left;
}

#frank-contact-form .form-line input:not(.submit),
#frank-contact-form .form-line textarea {
	width: 100%;
	margin: auto;
	padding: 10px;
	/*background-color: #e4e3e3;*/
	outline: none;
	font-family: Hind, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2em;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0px;
	border: 1px solid #ccc;
}
/* 提交按钮 */

#frank-contact-form .form-line input.submit {
	width: 100%;
max-width:150px;
	display:block;
	margin:0 auto;
	border: 1px solid transparent;
       color:#fff;
}
/* end  提交按钮 */
/* 输入框 */

#frank-contact-form.radius .form-line input,
#frank-contact-form.radius .form-line textarea {
	border-radius: 20px;
}

#frank-contact-form .form-line textarea {
	height: 8.4em;
}
div#frank-contact-form .clearfix>div:last-of-type {
    padding-left: 5px;
}
div#frank-contact-form .clearfix>div:first-of-type {
    padding-right: 5px;
}

@media (max-width: 480px) {
	#frank-contact-form .form-line {
		padding: 10px 0;
	}
	#frank-contact-form .form-line.md-6 {
		width: 100%;
		float: unset;
	}
}
/* end  输入框 */

/* ========================================== */
/* leo float form*/
.side-form-wrapper {
    z-index: 9999;
    position: fixed;
    right: 0;
}
/* 表单呼出按钮 */
#side-form-button {
    padding: 10px 5px;
    color: #fff;
    background-color: #313131;
    position: fixed;
    right: 20px;
    bottom: 30%;
    border-radius: 10px;
    cursor: pointer;
    z-index: 300;
}
/*end 表单呼出按钮 */

/*  表单整体样式 */
#leo-side-contact-form {
    width: 300px;
    padding: 10px 20px 0;
    box-shadow: 0 0 20px #000;
    background: #fff;
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translate(130%, -50%);
    transition: all .5s;
    z-index: 998;
}

#leo-side-contact-form.active {
    transform: translate(0, -50%);
}


#leo-side-contact-form .closeBtn {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

#leo-side-contact-form .closeBtn:before,
#leo-side-contact-form .closeBtn:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
}

#leo-side-contact-form .closeBtn:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

#leo-side-contact-form .closeBtn:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/*end  表单整体样式 */

/* 输入信息 */
#leo-side-contact-form,
#leo-side-contact-form label,
#leo-side-contact-form input,
#leo-side-contact-form textarea,
#leo-side-contact-form h3 {
    font-family: inherit;
    box-sizing: border-box;
    color: #444f5d;
}

#leo-side-contact-form .form-title {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
margin-bottom:0;
}

#leo-side-contact-form .form-line {
    width: 100%;
    padding-bottom: 10px;
}

#leo-side-contact-form .form-line p {
    margin: 0;
}
#leo-side-contact-form.radius .form-line input {
    border-radius: 10px;
}

#leo-side-contact-form .form-line label {
    font-weight: normal;
    text-align: left;
    font-size: 14px;
}

#leo-side-contact-form .form-line input,
#leo-side-contact-form .form-line textarea {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    outline: none;
    font-family: Hind, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0px;
}

/* 提交按钮 */

#leo-side-contact-form .form-line input.submit {
    width: 100%;
    border: 1px solid #313131;
   color:#fff;
background-color:#313131;
}

/*end 提交按钮 */

/* 输入框 */



/*end 输入信息 		end 悬浮表单*/
/* ====================================== */
/*返回顶部*/
#frank-gotop {
	display: none;
	position: fixed;
	z-index: 99;
	bottom: calc(30% - 50px);
	right: 20px;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	cursor: pointer;
	background-color: #313131;
}

#frank-gotop:before {
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg)
}
#frank-gotop.show {
	display: block;
}


.coly-right>a:hover{
color:#fff;
}


@media screen and (max-width: 800px) {
    .fusion-secondary-header {
        display: block;
        font-size: 13px !important;
    }

    header .fusion-secondary-menu>ul>li>a {
        margin-top: 0px;
    }

    #menu-item-3604 {
        margin-left: 10px;
        padding-left: 10px;
    }

    .fusion-header-wrapper .fusion-header .fusion-row .fusion-mobile-menu-icons {
        margin-top: 20px;
    }
}
/* Zendkee Customize Global Frontend CSS End */



