@charset "utf-8";
::selection {
    background-color: #ed7436;
    color: #fff;
}
::-moz-selection {
    background-color: #9b0000;
    color: #fff;
}

::-webkit-selection {
    background-color: #9b0000;
    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: arial, helvetica, clean, sans-serif;
}
body {
    font: 16px/1.8 arial, helvetica, clean, sans-serif;
    color: #333;
    margin: 0;
    line-height:1.8;
}
: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: #9b0000;
}

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%; background:#FFFFFF;overflow:hidden;}
.w1200 {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.webq_head_1 {
    width: 100%;
    height: 36px;
    background: #f8f8f8;
}


.webq_head_2 {
    width: 100%;
    height: 36px;
    margin: 0 auto;
    position: relative;
}

.webq_head_2_l {
    float: left;
    height: 36px;
    line-height: 36px;
    color: #666666;
}


.webq_head_2_r {
    float: right;
    height: 36px;
    line-height: 36px;
    padding-right: 10px;
}


.webq_head_2_r a {
    float: left;
    width: 86px;
    color: #666666;
    display: block;
    line-height: 36px;
    text-align: right;
}

.webq_head_2_r a:hover {
    color: #9b0000;
}


.webq_head_2_rfd1{
    background:url(../images/t_d1.png) no-repeat 0;
}


.webq_head_2_rfd2{
    background:url(../images/t_d2.png) no-repeat 0;
    margin-left: 60px;
}
.webq_top_1 {
    width: 100%;
	max-width:1280px;
	margin-left:auto;
	margin-right:auto;
}
.webq_top_logo1 {
    width: auto;
    float: left;
    line-height: 1;
}
.index_logo img{width:100%; max-width:980px;padding-left:0px; padding-top:0px;}
.webq_top_zhuy {
    height: 60px;
    float: left;
    color: #666666;
    font-size: 14px;
    line-height: 35px;
    margin-left: 95px;
    margin-top: 32px;
}
.webq_top_zhuy b{
    color: #333333;
    display: block;
    font-size: 18px;
}
/*询盘信息*/
.top_xunpan {
    width: 180px;
    height: 20px;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    display: block;
    position: absolute;
    top: 5px;
    right: 0px;
    cursor: pointer;
    z-index: 3;
    background:url(/images/t_d3.png) no-repeat 0;
    padding-left: 32px;
    webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;

}


.top_xunpan i {
    color: #666666;
    font-size: 20px;
    padding: 0 3px;
    font-weight: bold;
}


.top_xunpantxt{
    position: absolute;
    top: 30px;
    left: 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;
}

.top_xunpantxt h6{
    height: 24px;
    line-height: 24px;
    background: #ed7436;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}

.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: #ed7436;
    z-index: 3;
}

.top_xunpan:hover .top_xunpantxt{
    height: auto;
    visibility: visible;
    top: 20px;
    opacity: 1;
}
.webq_top_tel {
    height: 56px;
    background: url(../images/t_tel.png) no-repeat 0;
    float: right;
    padding-left: 69px;
    margin-top: 35px;
    webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding-right: 10px;
}
.webq_top_tel_txt {
    font-size: 16px;
    color: #666666;
    line-height: 16px;
    padding-top: 5px;
}
.webq_top_tel_dh {
   font-size: 28px;
   color: #333333;
   line-height: 20px;
   padding-top: 6px;
   font-family: Arial;
   font-weight: bold;
}

.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(/images/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(/images/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(/images/yqlj.png) no-repeat center bottom;
}


.in_yqlj_1 span{
    color: #9b0000;
}


.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: #9b0000;
    text-decoration: underline;
}
.pro_ad{
	background: url(../images/lines.jpg) no-repeat center center;
	height: 180px;
	widows: 100%;
}
.pro_ad_center{
	width: 1280px;
	margin: 0 auto;
	padding-left:0px;
}
.pro_ad_p1{
	color: white;
	padding-top:25px;
	font-size:22px;
	font-weight: bold;
	letter-spacing:0px;
	line-height: 28px;
	margin-bottom:15px;
	width:1000px;
}
.line1{
	width:800px;
	height: 1px;
	background: white;
	margin-bottom: 10px;
}
.pro_ad_p2{
	color: #89bfff;
	padding-top: 5px;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 18px;
}
.pro_ad_p3{
	font-size: 21px;
	margin-top: 15px;
	line-height: 40px;
	color: white;
	height: 40px;
	background: #e45d04;
	width: 420px;
	text-align: center;
	letter-spacing:1px;border-radius:5px;
}
.productsroll{margin-bottom:10px; padding-top:10px;}
#LeftArr1,#RightArr1{background-image:url(../images/product_arrow.gif);width:25px;height:217px;cursor:pointer;position:absolute;top:0px;z-index:1}
#LeftArr1{background-position:-25px 0px;float:left;left:8px}
#RightArr1{background-position:-50px 0px;float:right;right:0px}
#ScrollBox{width:1200px;overflow:hidden}
#ScrollBox li{float:left;display:inline;text-align:center;  margin-right:16px;}
#ScrollBox li a{display:block;}
#ScrollBox li a img{  background:#FFF;}
#ScrollBox li a:link,#ScrollBox li a:visited,#ScrollBox li a:active{color:#fff; font-family:"微软雅黑"; line-height:24px; }
#ScrollBox li a:hover{color:#ff0000}
#ScrollBox li a span{display:block;padding-top:10px; padding-bottom:10px; color: white; font-size: 16px;}
.fangda1{width: 288px;height: 380px;overflow: hidden;}
.fangda1 img{transition: all 1s;}
#ScrollBox li:hover .fangda1 img{transform: scale(1.2);}
#display_span1{color: white;background: #01489b;}
#display_span1:hover{color: white;background: #e45d04;}
.services-box{text-align:center;display: block;}
.services-box .icon{display: inline-block; background: #fff; width: 100px; height: 100px; position: relative; margin-bottom: 0px;}
.services-box .icon a{display: block;width: 67px;height: 67px;margin: 0 auto;padding-top: 12px;}
.services-box .icon img{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
.services-box .icon a:hover img{transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);-webkit-transform:rotate(360deg);}
.services-box h3{font-size: 22px;padding:5px 5px;font-weight: normal;}
.services-box p{
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.services-box i{display:inline-block;width:105px;height:105px;border:1px #eee solid;border-radius:100%;font-size:40px;line-height:105px;/*background-color: rgba(255,255,255,.1);*/}
.section_advtage{background-color: #fff; width:1200px; margin-left:auto; margin-right:auto; margin-top:40px;}
.section_advtage .T{height: 130px;}
.section_advtage .T h1,.section_advtage .T h3{text-indent: -10000px}
.section_advtage .services-box{padding:13px 0;background:inherit;text-align:left}
.section_advtage .services-box h3{position:relative;padding-left:76px;color:#000;font-weight:700}
.section_advtage .services-box h3 p{
	color:#ff8e00;
	font-size:24px;
	line-height:1;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}
.section_advtage .services-box h3 p:before{content:''}
.section_advtage .services-box h3 small{padding:0;text-transform:uppercase;font-size:24px}
.section_advtage .services-box h3:before{position:absolute;top:7px;left:0;width:58px;height:58px;background:url("../images/advtange_bg.png") no-repeat;color:#fff;text-align:center;font-weight:bolder;font-size:36px;line-height:58px}
.services-box.adv01 h3:before{content:'01'}
.services-box.adv02 h3:before{content:'02'}
.services-box.adv03 h3:before{content:'03'}
.services-box.adv04 h3:before{content:'04'}
.section_advtage .services-box p{padding-left:76px;height:auto;color:#5b5b5b;font-size:14px}
.section_advtage .services-box p strong{color:#ff8e00;font-weight:400}
/*.section_advtage .services-box p:before{color:#ff8e00;content:'+';font-weight:700}*/
.row{width:102%;}
.midd-12{width:98%;}
.smal-12{width:98%;}
.span-6{float:left;margin-right:2%;width:48%;transition:.2s width ease;}
.span-12{float:left;margin-right:2%;width:98%;transition:.2s width ease;}
.f-tac {text-align: center!important;}
@media (max-width: 768px){
.index_logo img{width:80%; max-width:980px; padding-left:10px; padding-top:6px;}
}