/*Generated by wjdhcms 3.0 */
@charset "utf-8";

::selection {
    background-color: #ed7436;
    color: #fff;
}

::-moz-selection {
    background-color: #e73b27;
    color: #fff;
}

::-webkit-selection {
    background-color: #e73b27;
    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: #e73b27;
}

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;
}


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;
}

.head1{
	width: 100%;
	height: 32px;
	background:#f5f5f5;
	line-height: 32px;
	color: #333;
}
.head1_content{
	width: 1200px;
	margin: 0 auto;
}

.head_p1{
	float: left;
	font-size: 14px;
}
.head_p2{
	float: right;
	color: #333;
	width: 200px;
}
.index_p1{
	font-size: 14px;float: right;
}
.index_p2{
	float: right;
	font-size: 16px;
	font-weight: bold;
	color: #e73b27;
}
.head2{
	width: 100%;
	height: 110px;
}
.head2_content{
	width: 1200px;
	margin: 0 auto;
}
.head2_left{
	float:left;
	padding-top: 9px;
}
.head2_line1{
	width: 1px;
	height: 70px;
	background: #EDEDED;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
}
.head2_left1{
	float:left;
	margin-top: 31px;
	margin-left: 20px;
}
.header2_left1_p1{
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.header2_left1_p2{
	font-size: 14px;
	line-height: 14px;
	color: #666;
}
.head2_right{
	float: right;
/* 	width: 300px */;
}
.head2_img{
	float: left;
	padding-top: 15px;
	
}



/*导航开始*/

.nav_xiala_xx {
    width: 100%;
    height: 50px;
    background: #e73b27;
}

.nav_xiala {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
}

.nav_xiala ul li {
    float: left;
    width: 190px;
    height: 50px;
    text-align: center;
    font-size: 16px;
    position: relative;
    z-index: 5;
   }


.nav_xiala > ul > li > a {
    display: block;
    color: #fff;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    font-size: 16px;
}


.nav_xiala ul li:after {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 50%;
    background: #333333;
    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 {
    color: #fff;
}

.nav_xiala ul li:hover > a {
    color: #fff;
}


.nav_xiala .erji_xiala {
    position: absolute;
    top: 50px;
    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: #e73b27;
    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 {
    max-width: 500px;
    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: #ed6b29;
    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 15px 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nav_xiala .sanji_xiala span a:hover {
    color: #FFF;
}


.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(img/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 {
    color: #fff;
}

.nav_xiala > ul > li.another:after {
    top: 0;
    height: 100%;
    opacity: 1;
}


.nav_xiala > ul > li.another > a {
    color: #fff;
}


.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);
}






.webq_bottom_dicont {
    line-height: 34px;
    color: #999999;
    padding: 15px 0 0 0;
    border-top: 1px solid #5f5f5f;
    margin-top: 22px;
}

.webq_bottom_dicont a {
    color: #cccccc;
}

.webq_bottom_dicont a:hover {
    color: #fff;
    text-decoration: underline;
}

.webq_bottom_dicont img {
    vertical-align: middle;
}



/*留言*/

.webq_lybg{
    height: 202px;
    background:url(img/ly_bg.jpg) no-repeat center;
}


.webq_bottom_r {
    width: 1300px;
    height: 202px;
    margin: 0 auto;
}

.webq_bottom_tit{
    float: left;
    height: 70px;
    background:url(img/ly_td.png) no-repeat 0 0;
    margin-top: 45px;
    width: 135px;
    padding-left: 60px;
    color: #fff;
}

.webq_bottom_tit h3{
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
}

.webq_bottom_tit h4{
    font-size: 14px;
    text-transform:uppercase;
    line-height: 1;
    padding-top: 2px;
}


.webq_bottom_rleft{
    float: right;
    width: 1093px;
    margin-top: 52px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 239px;
}



.webq_bottom_rli1 {
    width: 42px;
    height: 4px;
    background: #000;
}

.webq_bottom_rt2 {
    height: 40px;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.webq_bottom_rt2 span {
    font-size: 20px;
}

.webq_bottom_rli2 {
    width: 42px;
    height: 4px;
    background: #000;
}


.webq_bottom_r1 {
    height: 68px;
    padding: 10px 15px 10px 18px;
    box-sizing: border-box;
    float: left;
    width: 100%;
    background: #fff;
    margin-top: 10px;
}



.webq_bottom_r3 {
    width: 100%;
}


.webq_bottom_r3_1 {
    width: 250px;
    height: 46px;
    line-height: 46px;
    padding: 0 18px 0 18px;
    box-sizing: border-box;
    background:#fff;
    float: left;
}

.webq_bottom_rmt {
    margin-left: 20px;
}




.webq_bottom_r4 {
    width: 180px;
    height: 124px;
    background: #333333;
    position: absolute;
    right: 0;
    top: 0;
}


.webq_bd_1 {
    width: 100%;
    height: 48px;
    border: 0;
    background: none;
    line-height: 24px;
    color: #333;
}


.webq_bd_2 {
    width: 100%;
    height: 46px;
    line-height: 46px;
    border: 0;
    background: none;
    color: #333;
    display: block;
}



.webq_bd_go {
    margin: 0;
    border: 0;
    width: 100%;
    background: none;
    cursor: pointer;
    color: #fff;
    line-height: 124px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    outline: none;
}


.webq_bottom_r3_3 {
    float: left;
    height: 46px;
    line-height: 46px;
    padding: 0 18px 0 18px;
    box-sizing: border-box;
    background:#fff;
    width: 214px;
}


.webq_bottom_yzmtu {
    float: left;
    width: 100px;
    height: 46px;
    background: #df372a;
}


.webq_bottom_yzmtu img {
    width: 100px;
    height: 46px;
    display: block;
}




.webq_bottom_r input::-webkit-input-placeholder {
    color: #333333;
}

.webq_bottom_r input::-moz-placeholder {
    color: #333333;
}

.webq_bottom_r input:-moz-placeholder {
    color: #333333;
}

.webq_bottom_r input:-ms-input-placeholder {
    color: #333333;
}

.webq_bottom_r textarea::-webkit-input-placeholder {
    color: #333333;
}

.webq_bottom_r textarea::-moz-placeholder {
    color: #333333;
}

.webq_bottom_r textarea:-moz-placeholder {
    color: #333333;
}

.webq_bottom_r textarea:-ms-input-placeholder {
    color: #333333;
}


/*留言end*/



.in_yqlj_ss {
    width: 100%;
    padding: 0 0 28px 0;
    margin-top: 65px;
}


.in_yqlj {
    width: 1300px;
    height: auto;
    margin: 0 auto;
}

.in_yqlj_1 {
    height: 54px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    background:url(img/yqlj.png) no-repeat center bottom;
}


.in_yqlj_1 span{
    color: #e73b27;
}


.in_yqlj_2 {
    line-height: 38px;
    padding-top: 25px;
}


.in_yqlj_2 a {
    display: inline-block;
    padding: 0 15px;
    color: #666666;
}

.in_yqlj_2 a:hover {
    color: #e73b27;
    text-decoration: underline;
}

