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

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

 ::selection {
	background-color: #0653be;
	color: #fff;
}

::-moz-selection {
	background-color: #0653be;
	color: #fff;
}

::-webkit-selection {
	background-color: #0653be;
	color: #fff;
}
* {
    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;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

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

textarea {
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
    font-weight: normal;
    font-style: normal;
}

.clear{
    clear: both;

}


/* top*/

.top_bg {
    width: 100%;
    margin: 0 auto;
    height: 40px;
    background: #f8f8f8;
}

.top_bg .top {
    width: 1200px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
}

.top_bg .top .wel {
    float: left;
    font-size: 14px;
    color: #666;
}

.top_bg .top .top_r {
    float: right;
    width: 180px;
}


/* 询盘*/
i {
    font-weight: normal;
    font-style: normal;
}

.topxunpan {
    width: 290px;
    height: 40px;
    float: right;
    position: relative;
}


.topxunpan .xp {
    position: relative;
    float: right;
    line-height: 40px;
    color: #666;
    font-size: 14px;
    cursor: pointer;
}

.topxunpan .xp img {
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.topxunpan .xp i {
    padding: 0 5px;
    margin-left: 4px;
    margin-right: 4px;
    border: 1px solid #0653be;
    box-sizing: border-box;
}

.topxunpan .xp #xunpantip {
    z-index: 999;
    position: absolute;
    top: 35px;
    left: 50%;
    width: 180px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    -webkit-transition: transform .4s, opacity .4s;
    -moz-transition: transform .4s, opacity .4s;
    -o-transition: transform .4s, opacity .4s;
    -ms-transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    background-color: #0653be;
    border-radius: 4px;
    opacity: 0;
    font-weight: bold;
    box-shadow: 5px 5px 2px #dfdfdf;
}

.topxunpan .xp #xunpantip::after {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    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: #0653be;
}

.topxunpan .xp #xunpantip.xunpantextactive {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    opacity: 1;
}





/*导航栏样式*/

.pagetop{
    width: 1200px;
    height: 120px;
    margin: 0 auto;
}

.pagetop .page_l{
float: left;
}

.pagetop .page_l .logo{
    float: left;
    width: 229px;
    height: 71px;
    margin: 25px 10px 0 0;

}

.pagetop .page_l .logo img{
    width: 229px;
    height: 71px; 
}


.pagetop .page_l .name{
    float: left;
    margin-top: 25px;
}

.pagetop .page_l .name h1 a{
    font-size: 32px;
    color: #333;
    font-weight: bold;
}

.pagetop .page_l .name h1 span{
    font-size: 12px;
    color: #666;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.pagetop .nav{
    width: 770px;
    height: 50px;
    margin-top: 35px;
    float: right;
}

.pagetop .nav ul li{
float: left;
width: 128px;
line-height: 50px;
}

.pagetop .nav ul li a{
    font-size: 16px;
    color: #333;
    text-align: center;
    display: block;
}

.pagetop .nav ul li:hover{
    background: url(../images/nav_hover.jpg) no-repeat bottom center;
}

.pagetop .nav ul li:hover a{
    color: #0653be;
}


/* footer*/

.footer_bg{
    width: 100%;
    margin: 0 auto;
    height: 180px;
    background: #333;
}

.footer_bg .footer{
    width: 1200px;
    margin: 0 auto;
    height: 124px;

}

.footer_bg .footer .f_l{
    width: 420px;
    margin: 0 auto;
    height: 124px;
    border-right:1px solid #666;
    float: left;
}

.footer_bg .footer .f_l h3 span{
width: 32px;
height: 32px;
float: left;
padding-right: 15px;
}

.footer_bg .footer .f_l h3{
font-size: 20px;
font-weight: normal;
color: #fefeff;
margin: 30px 0 15px 0;
}

.footer_bg .footer .f_l p{
    font-size: 14px;
    color: #999;
    margin-left: 50px;
}



.footer_bg .footer .f_r{
    margin: 0 0 0 35px;
    height: 124px;
    float: left;
}

.footer_bg .footer .f_r h3 span{
width: 32px;
height: 32px;
float: left;
padding-right: 15px;
}

.footer_bg .footer .f_r h3{
font-size: 20px;
font-weight: normal;
color: #fefeff;
margin: 30px 0 15px 0;
}

.footer_bg .footer .f_r p{
    font-size: 14px;
    color: #999;
    margin-left: 50px;
}


.footer_bg .end_bg{
    width: 100%;
    margin: 0 auto;
    height: 55px;
    border-top: 1px solid #666;
}

.footer_bg .end_bg .end{
    width: 1200px;
    margin: 0 auto;
    height: 55px;
    font-size: 14px;
    color: #999;
    line-height: 55px;
    text-align: center;
}