/* 头部 S */

.qw-header {
    height: 40px;
    padding: 20px 0;
    font-size: 14px;
    line-height: 40px;
    color: #444444;
	background:#fff;
}

.qw-logo {
    width: 290px;
    float: left;
    margin-right: 40px;
}
.qw-search{
    width: 300px;
    height: 32px;
    border: 1px solid #bebebe;
    border-radius: 32px;
    float: left;
    background: #f8f7f7;
    margin-top: 3px;
    padding: 0 5px;
    overflow: hidden;
}
.qw-search input,.qw-search select{
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    border: 0;
    outline: none;
    background: transparent;
    margin: 0 ;
    padding: 0;
}
.qw-search-select{
    width: 45px;
    float: left;
    position: relative;
    padding-left: 10px;
    margin-right: 5px;
}
.qw-search-select select{
    width: 45px;    
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    position: relative;
    z-index:1;
    display: block;
}
.qw-search-select:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid #444444;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    right: 0px;
    top: 12px;
}
.qw-search-text{
    width: 165px;
    font-size: 14px;
    line-height: 32px;
    float: left;
}
.qw-search-text input{ 
    width: 100%;   
    font-size: 14px;
    line-height: 32px;
}
.qw-search-sub{
    width: 63px;
    height: 26px;
    background: url(../images/qw-search.png) center no-repeat #fff;
    float: right;
    border: 1px solid #eff3f7;
    border-radius: 26px;
    margin-top: 2px;
}
.qw-search-sub input{ 
    width: 100%; 
    height: 100%;
    cursor: pointer;
}
.qw-company {
    float: right;
    width: 100px;
    position: relative;
	background:#fff;
	border:0px;
}

.qw-company i {
    display: block;
    width: 23px;
    height: 26px;
    background: url(../images/icon.png) -71px 0 no-repeat #fff;
    float: left;
    margin-top: 8px;
}

.qw-company p {
    float: right;
    position: relative;
    cursor: pointer;
    padding-right: 15px;
}

.qw-company p span {
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid #444;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: 18px;
    right: 0;
}

.qw-company .qw-company-box {
    position: absolute;
    width: 402px;
    height: 88px;
    background: #fff;
    bottom: -118px;
    right: 0;
    z-index: 999;
    padding: 15px 18px;
    border: 1px solid #e1e2e1;
    line-height: 27px;
    display: none;
}

.qw-company .qw-company-box div {
    display: inline-block;
    margin-right: 23px;
    line-height: 25px;
}

.qw-company .qw-company-box div:nth-child(2n) {
    margin-right: 0;
}

.qw-company .qw-company-box div span {
    font-size: 15px;
    line-height: 25px;
    color: #c8161e;
    padding-right: 8px;
}

.qw-company .qw-company-box div a {
    font-size: 15px;
    line-height: 25px;
    color: #606060;
    padding: 0 4px;
    text-decoration: none;
}

.qw-company .qw-company-box div a:hover {
    color: #fff;
    background: #c8161e;
}

.qr-code {
    float: right;
    margin: 0 20px;
    position: relative;
    width: 100px;
}

.qr-code p {
    float: right;
    padding-left: 10px;
}

.qr-code i {
    display: block;
    width: 17px;
    height: 26px;
    background: url(../images/icon.png) -41px 0 no-repeat #fff;
    float: left;
    margin-top: 8px;
}

.qr-code .codeimg {
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 999;
    opacity: 0;
    display: none;
}

.qw-phone {
    width: 156px;
    float: right;
}

.qw-phone i {
    display: block;
    width: 33px;
    height: 34px;
    background: url(../images/icon.png) 0px 0 no-repeat #fff;
    float: left;
    margin-top: 2px;
}

.qw-phone p {
    float: right;
    font-size: 14px;
    line-height: 20px;
}

.qw-phone p span {
    color: #d6000f;
    font-size: 16px;
}


/* 头部 E */


/*导航 S*/

.qw-nav {
    background: #6d6d6d;
    height: 46px;
}

.qw-nav .nav-box {
    float: left;
    width: 122px;
    height:46px;
    position: relative;
    margin: 0;
}

.qw-nav .nav-box a.nav-link {
    display: block;
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 46px;
    text-decoration:none;
}

.qw-nav .nav-box.on i.nav-line , .qw-nav .nav-box:hover i.nav-line{
    width: 110px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -55px;
}
.nav-country-box:hover .qw-country-menu{
    display: block;
}
.nav-country-box:hover i.nav-line{
    display: none;
}
.qw-country-menu{
    width: 480px;
     position: absolute;
     background: #f5f5f5;
     z-index: 999;
     padding: 20px 30px;
     top: 46px;
     left: -20px;
     box-shadow: 1px 1px 5px #ccc;
     display: none;
}
.qw-country-menu i{
    width: 0;
    height: 0;
    border-bottom: 5px solid #f5f5f5;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: -5px;
    left: 88px;
}
.qw-country-menu .country-menu{
    /*float: left;*/
    /*height: 30px;*/
    margin-bottom: 10px;
}
.qw-country-menu .country-menu p{
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    padding: 0;
    float: left;
}
.qw-country-menu ul{ 
    width: 414px;   
    float: right;
}
.qw-country-menu .country-menu:last-child ul{
    border: 0;
}
.qw-country-menu li{
    line-height: 30px;
     margin: 0 7px; 
     float: left;
}
.qw-country-menu li a{
    padding: 0 10px;
     font-size: 14px;
     color: #444444; 
     text-decoration:none;
}
.qw-country-menu li:hover a{
    background: #dcdcdc;
    border-radius: 3px;
}
.qw-country-menu li span{
    color: #d6000f;
}

.qw-type-menu{
    width: 460px;
     position: absolute;
     background: #f5f5f5;
     z-index: 999;
     padding: 15px 20px 15px 40px;
     top: 46px;
     left: -20px;
     box-shadow: 1px 1px 5px #ccc;
     display: none;
}
.nav-type-box:hover i.nav-line{
    display: none;
}
.nav-type-box:hover .qw-type-menu{
    display: block;
}
.qw-type-menu i{
    width: 0;
    height: 0;
    border-bottom: 5px solid #f5f5f5;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: -5px;
    left: 88px;
}
.qw-type-menu .type-menu{
    /*float: left;*/
    /*margin-bottom: 10px;*/
}
.qw-type-menu .type-menu p{
    font-size: 14px;
    line-height: 36px;
    color: #444444;
    font-weight: bold;
    border-bottom: 1px solid #f5f5f5;
    float: left;
}
.qw-type-menu .type-menu p a{
    color:#999999;
}
.qw-type-menu ul{    
    width: 400px;
    float: right;
}
.qw-type-menu li{
    height: 22px;
     margin: 8px 0; 
     float: left;
}
.qw-type-menu li a{
    padding: 0 13px;
     font-size: 14px;
     color: #444444; 
}
.qw-type-menu li:hover a{
    text-decoration: none;
    background: #dcdcdc;
    border-radius: 3px;
}
.qw-type-menu li span{
    color: #d6000f;
}
.qw-type-menu .type-wide ul{
    float: left;
}
.qw-about-menu{
    width: 88px;
    position: absolute;
     background: #f5f5f5;
     z-index: 999;
     padding: 0px 10px;
     top: 46px;
     left: 7px;
     box-shadow: 1px 1px 5px #ccc;
     display: none;
}
.nav-about-box:hover .qw-about-menu{
    display: block;
}
.nav-about-box:hover i.nav-line{
    display: none;
}
.qw-about-menu i{
    width: 0;
    height: 0;
    border-bottom: 5px solid #f5f5f5;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: -5px;
    left: 50px;
}
.qw-about-menu li{
    height: 22px;
     margin: 16px 0; 
     text-align: center;
     float: none;
}
.qw-about-menu li a{
    padding: 0 10px;
     font-size: 14px;
     color: #444444; 
     text-decoration: none;
}
.qw-about-menu li:hover a{
    background: #dcdcdc;
    border-radius: 3px;
}
/*导航 E*/


/*分公司导航 S*/

.qw-fgs-company {
    background: #eff3f7;
}

.qw-fgs-company-box {
    width: 1100px;
    margin: 0 auto;
}

.qw-fgs-company .qw-com {
    width: 68px;
    padding-left: 32px;
    font-size: 14px;
    line-height: 44px;
    float: left;
    color: #c8161e;
    font-weight: bold;
}

.qw-fgs-company ul {
    float: left;
    padding: 7px 0;
    margin: 0;
}

.qw-fgs-company li {
    float: left;
    font-size: 14px;
    line-height: 30px;
    margin: 0 6px;
}

.qw-fgs-company li.c-line {
    color: #666666;
}

.qw-fgs-company li a.active {
    background: #c8161e;
    color: #fff;
}

.qw-fgs-company li a {
    display: inline-block;
    padding: 0 6px;
    color: #666666;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    letter-spacing: 1px;
}

.qw-fgs-company li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #c7161e;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.qw-fgs-company li a:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.qw-fgs-company li a {
    display: block;
    text-decoration: none;
}

.qw-fgs-company li:hover a {
    color: #fff;
}


/*分公司导航 E*/

/*国旗导航 S*/
.qw-flags{
    background: #eff3f7;
    padding: 3px 0 5px;
}
.qw-flags .flag-box{
	padding:0 11px;
    float: left;
}
.qw-flags .flag-box i{
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    margin: 0 auto;
}
.qw-flags .flag-box p{
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 28px;
}
.qw-flags .flag-box  p  a:hover{
	color:red;
}

/*国旗导航 E*/

.title-box{
    border-bottom: 1px solid #e2e8ee;
    position: relative; 
    margin-bottom: 30px;
}
.title-box i{
    width: 88px;
    height: 1px;
    background: #d6000f;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.title-box .title{
    width: 610px;
    float: left;
    font-size: 22px;
    line-height: 50px;
}
.title-box .title span{
    color: #c1c1c1;
    font-size: 16px;
}
.title-box .more{
    width: 50px;
    padding-right: 20px;
    float: right;
}
.title-box .more a{
    display: block;
    color: #ea3e3e;
    font-size: 14px;
    line-height: 50px;
}

/*弹窗框*/
#heibj1 {
    width: 100%;
    height: 100%;
    background: #333;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    display: none;
    z-index: 999;
    opacity: 1;
}

#showform1 {
    width: 450px;
    height: 250px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    _position: absolute;
    z-index: 999;
    /*display: none;*/
    background: #fff;
    border: 3px solid #990002;
}
.w1100{width:1100px;margin:0 auto;}

.rom_name a{
	color:#555;
}
.rom_desc a{
	color:#555;
}

/*底部广告通栏*/
.qw-bottom{
    width: 100%;
    height: 110px;
    position: fixed;
    bottom: 0;
    left: 0;
    background: url(http://www.iqiaowai.com/templets/new/index/images/bottom9.png) center no-repeat;
    z-index: 1000;
    /*display: none !important;*/
}
.qw-bottom .w1100{
    position: relative;
    height: 110px;
}
.qw-bottom p{
    width: 160px;
    height: 40px;
    position: absolute;
    right: 90px;
    top: 25px;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.qw-bottom p span{
    color: #ffb72c;
}

.qw-bottom  a.test{
    width: 110px;
    height: 40px;
    position: absolute;
    right: 61px;
    top: 37px;
}
.qw-bottom  .gd-close{
    width: 34px;
    height: 34px;
    position: absolute;
    top: 10px;
    right: 23px;
    cursor: pointer;
}
.qw-bottom a.activity{
    width: 110px;
    height: 36px;
    position: absolute;
    left: 448px;
    top: 70px;
    cursor: pointer;
    /*display: none;*/
}







.qw-title {
    height: 50px;
    margin: 15px 0;
}
.qw-title h2{
    width: 450px;
    font-size: 22px;
    line-height: 50px;
    font-weight: normal;
    color: #444;
    float: left;
}
.qw-title .icon{
    width: 4px;
    height: 22px;
    background: #d6000f;
    float: left;
    margin: 15px 15px 0 0;
}
.qw-title  a{
    width: 80px;
    height: 22px;
    color: #666;
    line-height: 22px;
    font-size: 14px;
    float: right;
    border: 1px solid #bfbfbf;
    text-align: center;
    border-radius: 22px;
    margin: 15px 10px 0;
}
.right-box .qw-title h2{
    width: 135px;
}


/*面包屑导航*/
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    border-radius: 4px;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.breadcrumb>.active {
    color: #999;
}

.breadcrumb {
    margin: 20px auto;
    padding: 0;
}

.breadcrumb .icon {
    width: 0;
    height: 0;
    border-left: 5px solid #d6000f;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    float: left;
    margin-right: 10px;
    margin-top: 4px;
}

.breadcrumb ul {
    margin: 0;
    padding: 0;
    height: 15px;
}

.breadcrumb li {
    list-style: none;
    float: left;
    height: 15px;
    margin: 0;
    padding: 0;
}

.breadcrumb li.current {
    color: #d6000f;
}

.breadcrumb li h1{
    font-size: 14px;
    font-weight: normal;
}

.breadcrumb li,
.breadcrumb li a {
    color: #666666;
    font-size: 14px;
}

.breadcrumb li span {
    width: 20px;
    text-align: center;
    display: inline-block;
}

