﻿.clearfix:after {
	visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
	zoom: 1;
	/* for IE6 IE7 */
}
.fl{float: left;}
.fr{float: right;}


input,textarea{
	color: #666666;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
	color: #999999;
	font-size: 14px;
}



.header {
    width: 100%;
    height: 85px;
    line-height: 85px;
    border-bottom: 1px solid #d5e0e9;
    box-sizing: border-box;
}

.header img {
    display: inline-block;
    vertical-align: middle;
}

.header .inquiry_logo img{
    height: 51px;
    width: auto;
    margin: 15px 0;
}

.p10 {
    padding: 0 10px;
    box-sizing: border-box;
}

.inquiry_body {
    padding: 2px 0;
    background: #f5f6f8;
    box-sizing: border-box;
    min-height: 800px;
}
.inquiry_body .inquiry_top{
	line-height: 56px;
}
.inquiry_body .inquiry_top i{
	height: 100%;
}
.inquiry_title{
	margin-left: 30px;
}
.inquiry_title span {
    font-size: 18px;
    color: #283c56;
    font-weight: bold;
}

.inquiry_top {
    border-bottom: 1px solid #d5e0e9;
    margin-bottom: 10px;
}

.inquiry_top span:first-child {
    font-weight: bold;
}

.inquiry_top span {
    font-size: 14px;
    color: #55697f;
    line-height: 40px;
    margin: 0 5px;
    font-size: 14px;
}

.inquiry_top span:last-child {
    font-size: 12px;
    color: #99a4b3;
}

.product-info {
    position: relative;
    width: 680px;
    padding-left: 75px;
    box-sizing: border-box;
}

.product-info img {
    position: absolute;
    left: 0;
    width: 57px;
    height: 57px;
}

.product-item {
    width: 100%;
    padding: 10px 0 20px;
    border-bottom: 1px solid #d5e0e9;
    box-sizing: border-box;
}

.product-name {
    display: block;
    overflow: hidden;
    text-decoration: none;
    color: #55697f;
    height: 57px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
}

.product-name:hover {
    color: #ff7519;
    text-decoration: underline;
}

.product-btn {
    height: 57px;
}

.product-btn .del_btn {
    line-height: 57px;
    font-size: 16px;
    color: #667595;
}
.product-btn .del_btn span{
	cursor: pointer;
}
.products-unit {
    width: 160px;
    height: 43px;
    line-height: 43px;
    color: #666;
    cursor: pointer;
    padding: 0 12px;
    margin-top: 7px;
    font-size: 12px;
    border: 1px solid #d5dae0;
    position: relative;
    box-sizing: border-box;
    margin-right: 26px;
    border-radius: 8px;
    background: #FFF;
}

.products-unit:hover, .products-unit.active {
    border: 1px solid #79a3e7;
}

.products-unit .unit {
    float: left;
    display: block;
    height: 43px;
    line-height: 43px;
    color: #999999;
    font-size: 14px;
}

.unit {
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.remove .unit {
    color: #1686cc;
}

.ui2-popup-menu {
    position: absolute;
    width: 160px;
    max-height: 300px;
    overflow: auto;
    padding: 8px 0;
    font-size: 14px;
    border: 1px solid #e7e7e7;
    background-color: #FFF;
    z-index: 99;
    box-shadow: 2px 2px 5px rgba(83, 100, 122, .35);
    left: -1px;
    top: 52px;
    border-radius: 8px;
}

.ui2-popup-menu li {
    padding: 0 16px;
    display: block;
    border: 0;
    background-color: #fff;
    min-width: 100px;
    white-space: nowrap;
    color: #666;
    text-decoration: none;
    height: 28px;
    line-height: 28px;
}

.ui2-popup-menu li:hover {
    background-color: #edf1f5;
}

.ui2-popup-menu li:active {
    color: #ff751a;
    text-decoration: underline;
}

.products-input {
    width: 90px;
    height: 43px;
    border-radius: 8px;
    border: 1px solid #d5dae0;
    margin-right: 26px;
    margin-top: 7px;
    cursor: text;
    box-sizing: border-box;
}

.products-input input {
    width: 88px;
    height: 41px;
    line-height: 41px;
    color: #999;
    padding: 0 12px;
    font-size: 14px;
    position: relative;
    box-sizing: border-box;
    margin-right: 26px;
    border-radius: 8px;
    background: #FFF;
    outline: none;
    cursor: text;
    border: 0;
}

.products-input:hover {
    border: 1px solid #79a3e7;
}

.icon-down {
    float: right;
    color: #556688;
}

.product-msg {
    font-size: 12px;
}

.product-msg > span {
    display: block;
    line-height: 48px;
}

.product-msg > span > span {
    font-size: 14px;
    line-height: 48px;
    margin-right: 5px;
    color: #55697f;
}

.product-msg .msgSec{
    font-size: 12px;
	color: #99a4b3;
}

.product-msg > span > i {
    position: relative;
    top: 4px;
    float: left;
    display: block;
    color: #d13939;
    font-size: 26px;
    line-height: 48px;
    font-style: normal;
    margin-right: 5px;
}

.product-msg > textarea {
    width: 80%;
    height: 208px;
    resize: none;
    font-size: 14px;
    border-radius: 5px;
    padding: 10px 25px;
    border: 1px solid #d5dae0;
    outline: none;
    color: #999999;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 24px;
    box-sizing: border-box;
}

.product-msg .msg-font {
    position: relative;
    box-sizing: border-box;
    height: 208px;
    font-size: 14px;
    line-height: 24px;
    width: 20%;
    padding: 0 1.1%;
}

.product-msg .msg-font .border-left {
    position: absolute;
    width: 0;
    height: 0;
    top: 20px;
    left: 6px;
    border-color: #b4c9e7 transparent transparent #b4c9e7;
    border-style: solid;
    border-width: 10px 5px 5px 10px;
    transform: rotate(-45deg);
}

.product-msg .msg-font .border-left span {
    display: block;
    position: absolute;
    top: -9px;
    left: -9px;
    width: 0;
    height: 0;
    border-color: #dbe9ff transparent transparent #dbe9ff;
    border-style: solid;
    border-width: 9px 5px 5px 9px;
}

.product-msg .msg-font > span {
    display: block;
    width: 100%;
    background: #dbe9ff;
    box-sizing: border-box;
    height: 208px;
    padding: 10px 20px;
    border-radius: 7px;
    border: 1px solid #b4c9e7;
}

.upload_title {
    color: #55697f;
    font-size: 14px;
    line-height: 28px;
    margin: 10px 0;
    cursor: pointer;
}

.upload_title .iconfont {
    font-size: 14px;
    margin-right: 5px;
}

body span.error {
    font-size: 12px;
    color: #ff3e1d;
    line-height: 24px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.imgs {
    /*padding: 15px 0 25px;*/
    box-sizing: border-box;
}

.upload-imgs {
    padding: 10px 20px;
    color: #3c5179;
    font-size: 14px;
    background: #e0e5f0;
    box-sizing: border-box;
    border-radius: 5px;
    margin-right: 10px;
    margin-top: 5px;
    display: inline-block;
}

.curp {
    cursor: pointer;
}

.email-input {
    position: relative;
    width: 636px;
    padding-left: 15px;
    margin-left: -15px;
    box-sizing: border-box;
}

.email-input i {
    width: 10px;
    position: absolute;
    top: 4px;
    left: 0;
    float: left;
    display: block;
    color: #d13939;
    font-size: 26px;
    line-height: 42px;
    font-style: normal;
    margin-right: 5px;
}

.email-input .iconfont {
    position: absolute;
    top: 13px;
    left: 28px;
    color: #667595;
}

.email-input input {
    width: 621px;
    height: 42px;
    padding-left: 40px;
    line-height: 42px;
    border-radius: 8px;
    outline: none;
    font-size: 14px;
    border: 1px solid #d5dae0;
    box-sizing: border-box;
}
.tel-inputs {
    position: relative;
    width: 430px;
    padding-left: 15px;
    margin-left: -15px;
    box-sizing: border-box;
}
.tel-inputs i {
    width: 10px;
    position: absolute;
    top: 6px;
    left: 0;
    float: left;
    display: block;
    color: #d13939;
    font-size: 26px;
    line-height: 50px;
    font-style: normal;
    margin-right: 5px;
}
.user-input {
    position: relative;
    margin-left: 30px;
}

.user-input .iconfont {
    position: absolute;
    top: 13px;
    left: 16px;
    color: #667595;
}

.user-input input {
    width: 320px;
    height: 42px;
    padding-left: 40px;
    line-height: 42px;
    border-radius: 8px;
    outline: none;
    font-size: 14px;
    border: 1px solid #d5dae0;
    box-sizing: border-box;
}

.tag {
    margin-top: 10px;
}

.tag > span {
    display: block;
    margin: auto;
    text-align: center;
    color: #55697f;
    font-size: 14px;
    cursor: pointer;
}

.tag > span > i.iconfont {
    font-size: 12px;
}

.hidden-box .input {
    margin-top: 15px;
}

.hidden-box {
    display: none;
}

.checkbox {
    margin-top: 15px;
}

.checkbox span {
    color: #55697f;
    font-size: 14px;
    margin-left: 20px;
}

.checkbox span:first-child {
    margin-left: 0;
}

.checkbox span input {
    position: relative;
    cursor: pointer;
}

.send-button {
    margin-top: 48px;
}

.send-button button {
    display: block;
    font-size: 18px;
    width: 260px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    margin: auto;
    background: #ffa438;
    border: 0;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}

.hidden-box {
    display: none;
}

.hidden-box .input > input {
    width: 621px;
    height: 42px;
    padding-left: 20px;
    line-height: 42px;
    border-radius: 8px;
    outline: none;
    font-size: 14px;
    border: 1px solid #d5dae0;
    box-sizing: border-box;
}

.hidden-box .input > input.website {
    width: 320px;
    margin-left: 30px;
}

.select select {
    width: 170px;
    height: 42px;
    line-height: 42px;
    border-radius: 8px;
    color: #666;
    font-size: 14px;
    padding: 0 10px 0 20px;
    border: 1px solid #d5dae0;
    box-sizing: border-box;
    outline: none;
    cursor: pointer;
}

.tel-inputs {
    margin-left: 30px;
}

.tel-inputs .one, .tel-inputs .Area {
    width: 80px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    outline: none;
    border-radius: 8px;
    outline: none;
    font-size: 14px;
    border: 1px solid #d5dae0;
    box-sizing: border-box;
}

.tel-inputs .phone {
    width: 228px;
    height: 42px;
    padding-left: 20px;
    line-height: 42px;
    outline: none;
    border-radius: 8px;
    outline: none;
    font-size: 14px;
    border: 1px solid #d5dae0;
    box-sizing: border-box;
}

.tel-inputs .secTel {
    width: 52px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    outline: none;
    border-radius: 8px;
    outline: none;
    font-size: 14px;
    border: 1px solid #d5dae0;
    border-right: 0;
    border-radius: 8px 0 0 8px;
    box-sizing: border-box;
}

.tel-inputs .secPhone {
    position: relative;
    left: -6px;
    width: 268px;
    height: 42px;
    padding-left: 20px;
    line-height: 42px;
    outline: none;
    border-radius: 8px;
    outline: none;
    font-size: 14px;
    border: 1px solid #d5dae0;
    border-radius: 0 8px 8px 0;
    box-sizing: border-box;
}

.showMsg {
    display: inline-block;
    padding: 20px 0;
    width: 100%;
    font-size: 12px;
    color: #99a4b3;
    text-align: center;
}

.products-unit .icon-down,
.showorhid .icon-down {
    transition: all .3s ease-in-out .0s;
    position: relative;
}

.products-unit .icon-down.active,
.showorhid .icon-down.active {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}



.footer{
	background-color: #f5f6f8;
	padding: 43px 0;
}
.footer .footer_nav{
	text-align: center;
}
.footer .footer_nav ul{
	display: inline-block;
}
.footer .footer_nav ul li:last-child a{
	border-right: 0;
}
.footer .footer_nav ul li a{
	font-size: 14px;
	color: #55697f;
	padding: 0 20px;
	border-right: 1px solid #55697f;
}

.footer .copyright{
	text-align: center;
}
.footer .copyright>*{
	display: inline-block;
}
.footer .copyright p{
	font-size: 12px;
	color: #99a4b3;
}

.footer .copyright p a{
	color: #99a4b3;
	margin: 0 10px;
}

.header img {
    display: inline-block;
    vertical-align: middle;
}

.footer_bg{ width:100%;padding-top:15px;padding-bottom:30px;background: #171717;font-size: 14px;}
.footer_bg .f_left{ padding-right:330px; height:60px; padding:15px 0px; position:relative;float: left;}
.footer_bg .f_left .f_nav{ width:100%; height:20px;}
.footer_bg .f_left .f_nav a{ padding:0px 15px; display:inline-block; border-right:solid 1px #3e3e3e; font-size:14px;}
.footer_bg .f_left .f_nav a:last-child{ border-right:none;}
.footer_bg .f_left .copyright{ padding-top:15px; height:20px; text-indent:15px;line-height:20px;}
.f_nav{ width:100%; height:20px;padding-top:15px;}
.f_nav a{ padding:0px 15px; display:inline-block; border-right:solid 1px #c8e1b2; font-size:14px; color:#b2b2b2;}
.f_nav a:hover{ padding:0px 15px; display:inline-block; border-right:solid 1px #c8e1b2; font-size:14px; color:#f2f2f2;}
.f_nav a.last{ border-right:none;}
.copyright{ height:20px; line-height:20px; color:#a3a3a3; padding-top:5px;}
.f_share{float: right;margin-top:45px;}
.f_share span{display: block;font-size:36px; color:#f2f2f2;text-align:center;padding-bottom: 15px;}
.f_share a{padding:0px 2px; font-size:24px; color:#f2f2f2;}

@media(max-width: 1400px) {
    .p10 {
        padding: 0 3vw;
        box-sizing: border-box;
    }
}
@media(max-width: 1220px) {
    .product-msg .msg-font > span {
        padding: 10px;
    }
}

@media(min-width: 940px) {
    .new_tel_inputs{
        padding-top: 20px;
        margin-left:-15px;
    }
    .tel-inputs i {
        line-height: 80px;
    }
}

@media(max-width: 1040px) {
    .footer_bg {
        display: none;
    }
    .product-msg .msg-font {
        display: none;
    }
    .product-msg textarea {
        width: 100%;
    }
    .product-info {
        width: 60%;
    }
    .product-btn {
        width: 40%;
        margin-top: 0px;
    }
    .products-input {
        float: left;
    }
    .products-unit {
        float: left;
    }
    .email-input {
        width: 100%;
    }
    .email-input {
        margin: 0;
        padding: 0;
    }
    .email-input span.iconfont {
        left: 16px;
    }
    .email-input input, .email-input span:last-child {
        width: 100%;
    }
    .email-input i {
        left: -3vw;
    }
    .tel-inputs i {
        left: -3vw;
    }
    .user-input {
        width: 100%;
        margin: 0;
        margin-top: 15px;
    }
    .user-input input {
        width: 100%;
    }
    .select, .select select {
        width: 100%;
    }
    .tel-inputs {
        width: 100%;
        margin: 0;
        padding: 0;
        margin-top: 15px;
    }
    .hidden-box .input, .hidden-box .input input.sub {
        width: 100%;
    }
    .tel-inputs .one {
        width: 20%;
    }
    .tel-inputs .Area {
        width: 20%;
    }
    .tel-inputs span {
        display: inline-block;
        /*width: 2%;*/
        text-align: center
    }
    .tel-inputs .phone {
        width: 56%;
    }
    .tel-inputs input.secTel {
        float: left;
        width: 20%;
    }
    .tel-inputs .secPhone {
        float: left;
        width: 74%;
        left: 0;
    }
    .hidden-box .input > input.website {
        margin: 0;
        margin-top: 15px;
    }
    .checkbox {
        width: 100%;
    }
    .checkbox span {
        display: block;
    }

    .checkbox span {
        width: 40%;
        float: left;
        margin: 0;
    }

    .checkbox span:first-child {
        width: 20%;
        height: 40px;
    }
    .product-msg > span {
        line-height: 24px;
    }

    .product-msg > span > i, .product-msg > span > span {
        line-height: 24px;
    }
    .product-msg > span span.msgSec {
        display: block;
        width: 100%;
    }
	.inquiry_body .inquiry_top{line-height: 36px;}
	.send-button{margin-top: 20px;}
	.header{height: 60px;line-height: 60px;}
}
@media(max-width: 960px) {
    .product-info {
        width: 50%;
    }
    .product-btn {
        width: 50%;
        margin-top: 0px;
    }
    .products-input{
    	margin-left: 10px;
    }
}
@media(max-width: 767px) {
	.header {height: 60px;line-height: 60px;}
	.header img{height: 35px;width: auto;}
	.inquiry_title{margin-left: 20px;}
	.inquiry_top span{line-height: 24px;}
	.inquiry_body .inquiry_top{line-height: 24px;padding: 5px 0;}
	.product-info {
        width: 100%;
    }
    .product-btn {
        width: 100%;
        margin-top: 0px;
    }
    .products-input,.products-unit{
    	margin-left: 0px;
    	margin-top: 15px;
    }

    .products-unit, .products-input {
        height: 43px;
        line-height: 43px;
    }

    .product-btn .del_btn {
        line-height: 70px;
    }
    .checkbox {
        position: relative;
        top: 0;
    }
    .checkbox span:first-child {
        position: absolute;
        top: 0;
        left: 0;
    }
    .checkbox span:not(:first-child) {
        width: 100%;
        position: relative;
        padding-left: 20%;
        box-sizing: border-box;
        float: left;
        margin: 0;
    }

}




@media(max-width: 400px) {
    .products-input {
        width: 40%;
        margin-right: 5%;
    }
    .products-input input {
        width: 100%;
    }
    .products-unit {
        width: 40%;
    }
    .ui2-popup-menu {
        width: 100%;
    }
}

.footer {
    border-top: 1px solid #d5e0e9;
}