﻿/*Generated by wjdhcms 3.0 */
@charset "utf-8";

::selection {
    background-color: #2a848d;
    color: #fff;
}

::-moz-selection {
    background-color: #2a848d;
    color: #fff;
}

::-webkit-selection {
    background-color: #2a848d;
    color: #fff;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

* {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

body {
    font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    color: #333;
    margin: 0;
    line-height: 1.5;
}

:focus {
    outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

a:hover {
    color: #2a848d;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

li,
ul {
    list-style-type: none;
}

img {
    border: none;
}

input,
textarea {
    outline: 0;
    border: 0;
}

textarea {
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
    font-weight: normal;
    font-style: normal;
}

.clear {
    clear: both;
}

.webq_head_xx {
    width: 100%;
    height: auto;
}


.webq_top_1 {
    width: 100%;
    height: 115px;
}

.webq_top_2 {
    width: 1300px;
    height: 115px;
    margin: 0 auto;
    position: relative;
    padding-top: 1px;
}


.webq_top_logo {
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

.webq_top_logo h1 {

}


/*询盘信息*/

.top_xunpan {
    width: 175px;
    height: 33px;
    color: #fff;
    font-size: 14px;
    line-height: 31px;
    text-align: center;
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0px;
    cursor: pointer;
    background: #2a848d;
    border-radius: 0 0 5px 5px;
}

.top_xunpan i {
    color:#fff;
}

.top_xunpantxt{
    position: absolute;
    top: 30px;
    right: 0px;
    width: 170px;
    padding-top: 16px;
    height: 0px;
    visibility: hidden;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 0;
    z-index: 3;
    text-align: center;
}

.top_xunpantxt h6{
    height: 24px;
    line-height: 24px;
    background: #2a848d;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
}

.top_xunpantxt ::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 58px;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-bottom-color: #2a848d;
    z-index: 3;
}

.top_xunpan:hover .top_xunpantxt{
    height: auto;
    visibility: visible;
    top: 20px;
    opacity: 1;
}

/*询盘信息end*/




/*导航开始*/

.nav_xiala_xx {
    padding-left: 200px;
    height: 82px;
    padding-top: 33px;
    webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
			
}

.nav_xiala {
    height: 82px;
    margin: 0 auto;
}

.nav_xiala ul li {
    float: left;
    width: 157px;
    height: 82px;
    text-align: center;
    font-size: 14px;
    position: relative;
}

.nav_xiala > ul > li > a {
    display: block;
    color: #333;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    font-size: 14px;
    padding: 10px 0 0 0;
    webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
			
}

.nav_xiala > ul > li > a b{
    font-size: 14px;
    color: #999999;
    display: block;
    font-weight: normal;
}


.nav_xiala ul li:after {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 50%;
    background:url(../images/menu_ah.png) no-repeat center bottom;
    z-index: -1;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 0;
}


.nav_xiala ul li:hover:after {
    top: 0;
    height: 100%;
    opacity: 1;
}



.nav_xiala ul li:hover {

}


.nav_xiala ul li:hover > a {

}

.nav_xiala > ul > li > a:hover {

}


.nav_xiala .erji_xiala {
    position: absolute;
    top: 82px;
    left: 0;
    z-index: 20;
    height: 0px;
    visibility: hidden;
    min-width: 100%; /*和一级栏目一样宽度*/
}

.nav_xiala .erji_xiala i {
    display: block;
    opacity: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    background: #2a848d;
    position: relative;
}

.nav_xiala .erji_xiala i a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    display: block;
    color: #FFF;
    padding: 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nav_xiala .erji_xiala i a:hover {
    color: #FFF;
}

.nav_xiala .erji_xiala i:hover {
    background: #333333;
}

.nav_xiala .erji_xiala i a {
    background: -webkit-linear-gradient(left, #333333, #333333) no-repeat;
    background: linear-gradient(to right, #333333, #333333) no-repeat;
    background-size: 0% 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.nav_xiala .erji_xiala i a:hover {
    background: -webkit-linear-gradient(left, #333333, #333333) no-repeat;
    background: linear-gradient(to right, #333333, #333333) no-repeat;
    background-size: 100% 100%;
}


.nav_xiala ul li:hover .erji_xiala {
    height: auto;
    visibility: visible;
}

.nav_xiala .erji_xiala i {
    opacity: 0;
    transform: rotateY(90deg);
    transition: .5s;
}

.nav_xiala ul li:hover .erji_xiala i {
    opacity: 1;
    transform: rotateY(0);
}

.nav_xiala ul li:hover .erji_xiala i:nth-child(1) {
    transition-delay: 50ms;
}

.nav_xiala ul li:hover .erji_xiala i:nth-child(2) {
    transition-delay: 100ms;
}

.nav_xiala ul li:hover .erji_xiala i:nth-child(3) {
    transition-delay: 150ms;
}

.nav_xiala ul li:hover .erji_xiala i:nth-child(4) {
    transition-delay: 200ms;
}

.nav_xiala ul li:hover .erji_xiala i:nth-child(5) {
    transition-delay: 250ms;
}

.nav_xiala ul li:hover .erji_xiala i:nth-child(6) {
    transition-delay: 300ms;
}

.nav_xiala ul li:hover .erji_xiala i:nth-child(7) {
    transition-delay: 350ms;
}

.nav_xiala ul li:hover .erji_xiala i:nth-child(8) {
    transition-delay: 400ms;
}

.nav_xiala ul li:hover .erji_xiala i:nth-child(9) {
    transition-delay: 450ms;
}

.nav_xiala ul li:hover .erji_xiala i:nth-child(10) {
    transition-delay: 500ms;
}

.nav_xiala .erji_xiala i:nth-child(1) {
    transition-delay: 500ms;
}

.nav_xiala .erji_xiala i:nth-child(2) {
    transition-delay: 450ms;
}

.nav_xiala .erji_xiala i:nth-child(3) {
    transition-delay: 400ms;
}

.nav_xiala .erji_xiala i:nth-child(4) {
    transition-delay: 350ms;
}

.nav_xiala .erji_xiala i:nth-child(5) {
    transition-delay: 300ms;
}

.nav_xiala .erji_xiala i:nth-child(6) {
    transition-delay: 250ms;
}

.nav_xiala .erji_xiala i:nth-child(7) {
    transition-delay: 200ms;
}

.nav_xiala .erji_xiala i:nth-child(8) {
    transition-delay: 150ms;
}

.nav_xiala .erji_xiala i:nth-child(9) {
    transition-delay: 100ms;
}

.nav_xiala .erji_xiala i:nth-child(10) {
    transition-delay: 50ms;
}


.nav_xiala .sanji_xiala {
    width: 165px;
    height: 0px;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 100%; /*和一级栏目一样left*/
}

.nav_xiala .sanji_xiala span {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.35);
    display: block;
    background: #26909b;
    text-align: left;
    opacity: 0;
}

.nav_xiala .sanji_xiala span a {
    height: 40px;
    line-height: 40px;
    display: block;
    color: #FFF;
    font-size: 14px;
    padding: 0 8px 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nav_xiala .sanji_xiala span a:hover {
    color: #FFF;
    padding-left: 25px;
}


.nav_xiala .sanji_xiala span a {
    background: -webkit-linear-gradient(left, #333333, #333333) no-repeat;
    background: linear-gradient(to right, #333333, #333333) no-repeat;
    background-size: 100% 0%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.nav_xiala .sanji_xiala span a:hover {
    background: -webkit-linear-gradient(left, #333333, #333333) no-repeat;
    background: linear-gradient(to right, #333333, #333333) no-repeat;
    background-size: 100% 100%;
}


.nav_xiala .sanji_xiala_di {
    background: url(../images/liqsub_ss.png) no-repeat center;
    width: 7px;
    height: 11px;
    position: absolute;
    top: 14px;
    right: 5px;
}

.nav_xiala .erji_xiala i:hover .sanji_xiala {
    height: auto;
    visibility: visible;
}

.nav_xiala .sanji_xiala span {
    opacity: 0;
    transform: rotateY(90deg);
    transition: .5s;
}

.nav_xiala .erji_xiala i:hover .sanji_xiala span {
    opacity: 1;
    transform: rotateY(0);
}

.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(1) {
    transition-delay: 50ms;
}

.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(2) {
    transition-delay: 100ms;
}

.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(3) {
    transition-delay: 150ms;
}

.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(4) {
    transition-delay: 200ms;
}

.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(5) {
    transition-delay: 250ms;
}

.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(6) {
    transition-delay: 300ms;
}

.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(7) {
    transition-delay: 350ms;
}

.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(8) {
    transition-delay: 400ms;
}

.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(9) {
    transition-delay: 450ms;
}

.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(10) {
    transition-delay: 500ms;
}


.nav_xiala > ul > li.another {

}


.nav_xiala > ul > li.another > a {

}

.nav_xiala > ul > li.another:after {
    top: 0;
    height: 100%;
    opacity: 1;
}



.fixedNav {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
    box-shadow: 0 8px 8px 0px rgba(0, 0, 0, 0.08);
    background: #FFF;
    width: 100%;
    padding-left: 0;
 padding-top: 0;
}

.fixedNav .nav_xiala {
    width: 1300px;
    margin: 0 auto;
}

.fixedNav .nav_xiala ul li {
    width: 185px;
}


/* 底部 开始 */



.webq_bottom_contx {
 width: 100%;
 background:url(../images/b_bg.jpg) no-repeat center top #216c76;
}


.webq_bottom_cont {
 width: 1300px;
 margin: 0 auto;
}

.webq_bottom_1 {
 height: auto;
 padding: 75px 0 34px 0;
}

.webq_bottom_one{
 width: 1300px;
 height: 200px;
 background: #fff;
}

.webq_bottom_onelogo{
 float: left;
 width: 332px;
 height: 180px;
 border-right: 1px solid #e5e5e5;
}

.webq_bottom_onelogo img{
 display: block;
 margin: 0 auto;
 padding-top: 44px;
}




.webq_bottom_left{
 width: 820px;
 float: left;
 overflow: hidden;
}

.webq_bottom_fx{
 width: 110%;
}


.webq_bottom_tite {
 line-height: 1;
 color: #fff;
 font-size: 18px;
 text-transform: uppercase;
 font-weight: bold;
}

.webq_bottom_tite span{
 display: block;
 width: 22px;
 height: 2px;
 background: #fff;
 margin-top: 22px;
}


.webq_bottom_3 {
 float: left;
 width: 146px;
 color: #7abcc2;
 border-right: 1px solid #1a7484;
 webkit-box-sizing: content-box;
 -moz-box-sizing: content-box;
 box-sizing: content-box;
 margin-right: 70px;
}

.webq_bottom_3 ul{
 padding-top: 18px;
}

.webq_bottom_3 ul li {
 height: 46px;
}

.webq_bottom_3 ul li a {
 line-height: 46px;
 display: block;
 color: #7abcc2;
 font-size: 14px;
 overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}

.webq_bottom_3 ul li a:hover {
 color: #fff;
 padding-left: 5px;
}


.webq_bottom_right{
 float: left;
 width: 503px;
 height: 180px;
 border-right: 1px solid #e5e5e5;
 margin-left: 74px;
}


.webq_bottom_4 {
 font-size: 16px;
 padding-top: 15px;
}

.webq_bottom_4 ul{
 margin-top: 17px;
}


.webq_bottom_4 ul li {
 line-height: 28px;
 color: #333333;
 padding: 5px 0 5px 45px;
 font-size: 14px;
}


.webq_bottom_4 ul li a {
 color: #333333;
}

.webq_bottom_4 ul li a:hover {
 text-decoration: underline;
 color: #00923f;
}

.webq_btb_1 {
 background: url(../images/b_d1.png) 5px no-repeat;
}

.webq_btb_2 {
 background: url(../images/b_d2.png) 0 no-repeat;
}

.webq_btb_3 {
 background: url(../images/b_d3.png) 0 no-repeat;
}

.webq_btb_4 {
 background: url(../images/b_d4.png) 0 no-repeat;
}

.webq_bottom_5 {
 font-size: 14px;
 line-height: 38px;
 color: #999999;
}

.webq_bottom_5 a {
 color: #999999;
}

.webq_bottom_5 a:hover {
 color: #fff;
}

.webq_bottom_5 img{
 vertical-align: middle;
}


.webq_bottom_zx{
 width: 152px;
 float: left;
 margin-left: 54px;
 padding-top: 45px;
}


.webq_bottom_zx_a {
 height: 40px;
 font-size: 14px;
 text-align: center;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}

.webq_bottom_zx_a a {
 color: #fff;
 display: block;
 line-height: 40px;
 background: #018997;
 border-radius: 5px;
}

.webq_bottom_zx_a a:hover {
 border-radius: 20px;
}


.webq_bottom_zx_b {
 height: 38px;
 line-height: 38px;
 font-size: 14px;
 text-align: center;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 border: 1px solid #d3d3d3;
 border-radius: 5px;
 margin-top: 17px;
}


.webq_bottom_er_1 {
 float: right;
 margin-top: 30px;
 margin-right: 20px;
}

.webq_bottom_er_1 img {
 width: 98px;
 height: 98px;
 background: #fff;
 padding: 11px;
border: 1px solid #d3d3d3;
}


/* 底部 结束 */


.webq_bottom_di {
 width: 100%;
 padding: 18px 0;
 border-top: 1px solid #2a7d89;
 margin-top: 36px;
}


.webq_bottom_dicont {
 width: 1200px;
 margin: 0 auto;
 line-height: 30px;
 color: #fff;
 text-align: center;
}

.webq_bottom_dicont a {
 color: #fff;
}

.webq_bottom_dicont a:hover {
 color: #fff;
 text-decoration: underline;
}

.webq_bottom_dicont img {
 vertical-align: middle;
}


.webq_bottom_r {
 width: 420px;
 float: right;
 position: relative;
}


.webq_bottom_r3 {
 height: auto;
}

.webq_bottom_r3_1 {
 float: left;
 width: 205px;
 height: 30px;
 line-height: 30px;
 position: relative;
 background-color:rgba(255,255,255,0.2);
}

.webq_bottom_r3_wi{
 width: 310px;
}

.webq_bottom_r3_yam {
 float: left;
 width: 200px;
 height: 40px;
 line-height: 40px;
 position: relative;
 background: #fff;
}


.webq_bottom_ml {
 margin-left: 10px;
}

.webq_bottom_r1 {
 height: 60px;
 margin-top: 9px;
 position: relative;
 background-color:rgba(255,255,255,0.2);
}


.webq_bottom_r4 {
 height: 40px;
 margin-top: 9px;
}

.webq_bd_1 {
 width: 100%;
 height: 60px;
 background: none;
 line-height: 30px;
 color: #fff;
 padding: 0 10px 0 42px;
 box-sizing: border-box;
 display: block;
}

.webq_bd_2 {
 width: 100%;
 height: 30px;
 line-height: 30px;
 background: none;
 color: #fff;
 box-sizing: border-box;
 padding: 0 10px 0 42px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 display: block;
}


.webq_bd_yz {
 width: 100%;
 height: 40px;
 line-height: 40px;
 background: none;
 color: #333333;
 box-sizing: border-box;
 padding: 0 10px 0 12px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 display: block;
 border: 1px solid #dedede;
}



.webq_bd_go {
 margin: 0;
 width: 100%;
 height: 36px;
 background: #fff;
 cursor: pointer;
 color: #333333;
 line-height: 38px;
 text-align: center;
 font-size: 14px;
 margin-top: 18px;
 border: 0;
 outline: none;
}


.webq_bottom_yzmtu {
 float: left;
 width: 100px;
 height: 30px;
 background: #fff;
 margin-left: 10px;
}

.webq_bottom_yzmtu img {
 width: 100px;
 height: 30px;
 display: block;
}



.ly_d1 {
 width: 30px;
 height: 30px;
 position: absolute;
 left: 15px;
 top: 0;
 background: url(../images/ly_d1.png) no-repeat 0;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}

.ly_d2 {
 width: 30px;
 height: 30px;
 position: absolute;
 left: 15px;
 top: 0;
 background: url(../images/ly_d2.png) no-repeat 0;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}


.ly_d3 {
 width: 30px;
 height: 30px;
 position: absolute;
 left: 15px;
 top: 0;
 background: url(../images/ly_d3.png) no-repeat 0;
 -webkit-transition: all .5s ease-out;
 transition: all .5s ease-out;
}

.ly_d4 {
 width: 30px;
 height: 30px;
 position: absolute;
 left: 15px;
 top: 0;
 background: url(../images/ly_d4.png) no-repeat 0;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}




/*图标移动home*/

.lqy_jia .webq_bd_2 {
 padding: 0 50px 0 10px;
}

.lqy_jia .ly_d1 {
 left: 205px;
}

.lqy_jia .ly_d2 {
 left: 205px;
}

.lqy_jia .webq_bd_1 {
 padding: 0 50px 0 10px;
}

.lqy_jia .ly_d3 {
 left: 470px;
}

.lqy_jia .ly_d4 {
 left: 205px;
}



/*图标移动end*/


/*定义input的初始颜色home*/

.webq_bottom_r input::-webkit-input-placeholder {
 color: #FFFFFF;
}

.webq_bottom_r input::-moz-placeholder {
 color: #FFFFFF;
}

.webq_bottom_r input:-moz-placeholder {
 color: #FFFFFF;
}

.webq_bottom_r input:-ms-input-placeholder {
 color: #FFFFFF;
}

.webq_bottom_r textarea::-webkit-input-placeholder {
 color: #FFFFFF;
}

.webq_bottom_r textarea::-moz-placeholder {
 color: #FFFFFF;
}

.webq_bottom_r textarea:-moz-placeholder {
 color: #FFFFFF;
}

.webq_bottom_r textarea:-ms-input-placeholder {
 color: #FFFFFF;
}

/*定义input的初始颜色end*/


/*in_banner*/




/*in_yqlj_ss*/


.in_yqlj_ss {
 width: 100%;
 padding-bottom: 10px;
 padding-top: 45px;
}


.in_yqlj {
 width: 1300px;
 height: auto;
 margin: 0 auto;
}

.in_yqlj_1 {
 float: left;
 height: 30px;
 line-height: 30px;
 font-size: 16px;
}

.in_yqlj_1 b{
 font-size: 30px;
 text-transform:uppercase;
}


.in_yqlj_2 {
 float: right;
 width: 1110px;
 line-height: 26px;
 padding-top: 9px;
}

.in_yqlj_2 a {
 display: inline-block;
 padding: 0 15px;
 color: #333333;
}

.in_yqlj_2 a:hover {
 text-decoration: underline;
 color: #2a848d;
}




