﻿@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0; font-family:"Arial","Microsoft YaHei","微软雅黑","宋体"; }
ul,ol{ list-style:none;}
h1,h2 {font-weight:normal;}
a{ text-decoration:none; color:#333;}
a:hover{ text-decoration:none; color:#09f;}
.clear {clear:both;}
img{border:none;}
input {
    outline: none;
}
body {
font-size:12px;
}

i {
    background:url(../images/global/all_img.png) no-repeat;
    display:inline-block;
    vertical-align:middle;
}

/*背景渐变*/
.gradient_bg{
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;	
	}

.gradient_all{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;	
	}
	
.img_to_big{
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;	
    }
/*旋转180度*/
.img_rotation {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -moz-transform: rotate(180deg); /* Firefox */
    -webkit-transform: rotate(180deg); /* Safari 和 Chrome */
    -o-transform: rotate(180deg); /* Opera */
}
.loading {
    width:150px;
    margin:0 auto;
    overflow: hidden;
    background:url(http://sso.yingsheng.com/global/images/loading.gif) no-repeat center;
    height:100%;
}


/*头部样式*/
        .top {
            background:#fff;
        }
        .top_line {
            background:#00a7eb;
            height:38px;
            line-height:38px;
            color:#fff;
            font-size:14px;
        }
            .top_line a {
                color:#fff;
            }
            .top_line dl {
                width:1100px;
                margin:0 auto;
            }
            .top_line dt {
                float:left;
            }
            .top_line dd {
                float:right;
                margin-left:30px;
            }
            .top_line .tel {
                font-size:16px;
            }
            .top_line .tel i {
                width:21px;
                height:23px;
                margin-right:8px;
                margin-top:-2px;
            }
        .top_middle {

            border-bottom:1px solid #dfdfdf;
        }
            .top_middle dl {
                width: 1100px;
                margin: 0 auto;
                padding: 35px 0 27px 0;
                position: relative;
                height:54px;
            }
            .top_middle dt {
                float:left;
            }
            .top_middle dd {
                float: right;
                border: 1px solid #cccccc;
                position:absolute;
                right:0;
                margin-top:7px;
            }
                .top_middle dd input {
                    float:left;
                    border-right:none;
                    width:229px;
                    padding-left:10px;
                    height:36px;
                    line-height:36px;
                    font-size:14px;
                    border:none;
                    margin-right:44px;
                }
                .top_middle dd a {
                    float:left;
                    width:44px;
                    height:38px;
                    display:inline-block;
                    background:#00a7eb;
                    position:absolute;
                    right:0;
                    top:-1px;
                }
                    .top_middle dd a i {
                        width:26px;
                        height:26px;
                        background-position:-50px 0;
                        margin:6px 10px;
                    }
        .top_memu {
            border-bottom:1px solid #c3c2c2;
            height:60px;
            line-height:60px;
        }
        .top_memu ul {
            width:1100px;
            margin:0 auto;
        }
            .top_memu li {
                float:left;
                margin-right:38px;
                font-size:16px;
                color:#333333;
            }
                .top_memu li a {
                    color:#333;
                }


/*banner*/
.banner {
    height: 442px;
    background: url(../images/global/banner_1.jpg) no-repeat center;
    position: relative;
}

/*底部样式*/



    /*底部版权*/

.footer {
    font-family:'Microsoft YaHei';
    background:#7c7c7c;
    padding:0 25px 25px 25px;
    line-height:22px;
    text-align:center;
    color:#cccccc;
	font-size:12px;
    min-width:1180px;
}

.foot_memu {
    height:47px;
    line-height:47px;
    border-bottom:1px solid #6a6a6a;
}
.foot_memu dl{
    width:1100px;
    margin:0 auto;
}
    .foot_memu dt {
        float:right;
        font-size:20px;
        color:#fff;
    }
        .foot_memu dt i {
            width: 21px;
            height: 23px;
            margin-right: 8px;
            margin-top: -2px;
        }
    .foot_memu dd {
        float:left;
        margin-right:12px;
        border-right:1px solid #fff;
        line-height:13px;
        padding-right:12px;
        margin-top:19px;
    }
        .foot_memu dd.border_n {
            border:none;
        }
    .foot_memu dd a {
        color:#ffffff;
    }

    .certification {
        padding-bottom: 10px;
        border-top:1px solid #989898;
        padding-top:36px;
    }
        .certification img {
            padding: 0 5px;
            height:45px;

        }
    .footer .phone {
    vertical-align:middle;
    margin-top:-3px;
    margin-right:5px;
    }
    .footer a {
    color:#cccccc;
    }
        .footer a:hover {
        text-decoration:underline;
        }


