body, div, ul, li, a, img, p, dl, dt, dd, h1, h2, h3, h4, span, strong, input {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: 0;
    list-style: none;
}
* {
font-family:"";
}
a {
    color: #d28673;
}
.clear {
    margin: 0;
    padding: 0;
    font-size: 0;
    clear: both;
}


.notice {
    background-color: #971512;
    padding: 15px 30px;
    color: #fff;
    font-family: 'ProximaNova-Semibold';
    text-align: center;
    font-size: 16px;
}

    .notice a {
        color: #B4341D;
        text-decoration: none;
        font-family: ProximaNova-Semibold, arial, sans-sarif;
        font-weight: normal;
        font-style: normal;
    }


.header {
    padding: 0;
    min-height: 145px;
    -webkit-font-smoothing: antialiased;
    width: 100%;
	max-width:1280px;
    margin: 0 auto;
}

    .header .logo {
        float: left;
        width: 25%;
        margin-top: 20px;
    }

.head_r {
    float: right;
    width: 67%;
}

.head_r01 {
    width: 100%;
}

    .head_r01 .list01 {
        width: 58%;
        float: left;
        background: #971512;
        text-align: center;
    }

        .head_r01 .list01 ul li {
            width: 23%;
            float: left;
            color: #ff0000;
            padding: 15px 0;
            color: #FFffff;
            font-size: 14px;
            height: 20px;
            line-height: 20px;
        }

            .head_r01 .list01 ul li a {
                color: #FFf;
                font-size: 14px;
                font-weight: bold;
            }

    .head_r01 .list02 {
        float: right;
        width: 40%;
    }

        .head_r01 .list02 .op {
            color: #fff;
            float: left;
            height: 50px;
            line-height: 50px;
            background: #FF6600;
        }

        .head_r01 .list02 ul li {
            float: left;
            padding: 0 30px;
            background: #FF6600;
            display: block;
            font-size: 16px;
            color: #FFFFFF;
            height: 50px;
            line-height: 50px;
            width: 41px;
        }

            .head_r01 .list02 ul li:hover {
                background: #ce5a14;
            }

            .head_r01 .list02 ul li a {
                color: #FFFFFF;
            }

.head02 {
    float: right;
    width: 25%;
}

    .head02 input {
        border: #ccc solid 1px;
        height: 35px;
        width: 95%;
        margin-top: 20px;
    }

.menubg {
    /*background: #183f8c;*/
    background-image:url(../images/bg.jpg);
    height: 50px;
    line-height: 50px;
}

.menu {
    width: 100%;
	max-width:1170px;
    margin: 0 auto;
}

    .menu ul li {
        float: left;
        position: relative;
        width: 165px;
    }

        .menu ul li dl {
            background: #560502;
            width: 100%;
            position: absolute;
            left: 0px;
            top: 50px;
            box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
            padding: 10px 0;
            display: none;
            z-index: 999;
        }

            .menu ul li dl dd {
                text-align:center;
                line-height: 28px;
                margin: 0 10px;
            }

                .menu ul li dl dd a {
                    font-size: 14px;
                    color: #fff;
                    font-weight: normal;
                    display: inline;
                    padding: 0;
                    text-align: left;
                }

    .menu a {
        font-size: 18px;
        color: #fff;
        text-decoration: none;
        display: block;
        text-align: center;
    }

.contentbg {
    width: 100%;
}

.content {
    width: 100%;
    margin: 0 auto;
    /*background-image: url(/images/ymcc_bg.jpg);*/
    overflow: hidden;
}

    .content .banner {
        position: relative;
        width:;
        margin: 0 auto;
        text-align: center;
        padding: 0px 0px;
    }


.banner_01 {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .banner_01 ul {
        /*height: 1080px;*/
        position: absolute;
    }

        .banner_01 ul li {
            width: 100%; /*height:1080px;*/
            float: left;
            overflow: hidden;
            position: relative;
            background: #ccc;
        }

            .banner_01 ul li img {
                width: 100%; /*height:1080px;*/
            }

    .banner_01 .btnBg {
        width: 1920px; /*设置下方透明条的宽度*/
        height: 20px; /*设置下方透明条的高度*/
        position: absolute;
        left: 0;
        bottom: 0;
        background: #000; /*设置下方透明条的颜色*/
    }

    .banner_01 .btn {
        width: 1920px;
        position: absolute;
        height: 14px;
        padding: 5px 10px; /*设置小方块的位置 距离上下5像素 左右10像素*/
        right: 0;
        bottom: 3px;
        text-align: right;
    }

        .banner_01 .btn span {
            display: inline-block;
            _display: inline;
            _zoom: 1;
            width: 25px;
            height: 10px; /*设置小方块的宽高*/
            _font-size: 0;
            margin-left: 5px;
            cursor: pointer;
            background: #fff; /*设置右下角小方块的颜色*/
        }

            .banner_01 .btn span.on {
                background: #fff;
            }

    .banner_01 .preNext {
        top: 250px;
        width: 45px;
        height: 100px;
        position: absolute;
        background: url(../images/sprite.png) no-repeat 0 0;
        cursor: pointer;
    }

    .banner_01 .pre {
        left: 0;
    }

    .banner_01 .next {
        right: 0;
        background-position: right top;
    }


/*.content .banner h1{
	    position: absolute;
	    bottom: 30%;
	    color: #fff;
	    font-size: 26px;
	    padding: 50px;
	    line-height: 42px;
	    font-weight: 500;
	
}
.content .banner img{
	height: 430px;
}
.content .banner .a1{
	position: absolute;
	bottom: 20%;
	left: 36%;
	background-color: #f37021;
	padding: 11px 15px;
	font-size: 17.5px;
	color: #FFFFFF;
	width: 110px;
	border-radius: 10px;
}
.content .banner a:hover{
	background: #ce5a14;
}
.content .banner .a2{
	position: absolute;
	bottom: 20%;
	right: 35%;
	background-color: #f37021;
	padding: 11px 15px;
	font-size: 17.5px;
	color: #FFFFFF;
	width: 110px;
	border-radius: 10px;
}*/
.cont01 {
    width: 1280px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0px;
    background: #FFFFFF;
}

    .cont01 h1 {
        font-weight: normal;
        font-style: normal;
        margin-bottom: 10px;
        color: #333;
        font-size: 32px;
    }

    .cont01 p {
        margin: 0 0 10px;
        line-height: 1.3em;
        max-width: 880px;
        margin: 0 auto;
        font-size: 18px;
        margin-bottom: 0;
        color: #333
    }

        .cont01 p a {
            color: #B4341D;
            text-decoration: none;
            font-family: ProximaNova-Semibold, arial, sans-sarif;
            font-weight: normal;
            font-style: normal;
        }

.cont02 {
    width: 1280px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #EDEBE7;
    overflow: hidden;
}

    .cont02 .cont02_l {
        float: left;
        width: 44%;
        padding: 30px;
        text-align: center;
    }

        .cont02 .cont02_l p {
            color: #333333;
            font-size: 16px;
            margin-bottom: 15px;
        }

        .cont02 .cont02_l strong {
            color: #333333;
            font-size: 26px;
        }

        .cont02 .cont02_l p a {
            color: #B4341D;
        }

        .cont02 .cont02_l .a3 {
            background-image: none;
            background-color: #1b2750;
            border: 1px solid #1b2750;
            box-shadow: none;
            text-shadow: none;
            color: white !important;
            font-size: 16px;
            padding: 3px;
            border-radius: 5px;
        }

            .cont02 .cont02_l .a3:hover {
                background: #971512;
            }

    .cont02 .cont02_r {
        width: 50%;
        float: right;
    }

        .cont02 .cont02_r img {
            width: 100%;
        }

.cont03 {
    margin: 0 auto;
    width: 1280px;
    /*padding-top: 30px;*/
    overflow: hidden;
    /*background-color: #F7F7F5;*/
}

    .cont03 h2 {
        font-size: 32px;
        text-align: center;
        color: #333333;
        margin: 60px 0 15px;
    }

    .cont03 ul li {
        width: 18%;
        margin: 1%;
        padding-bottom: 50px;
        background: #fff;
        float: left;
    }

        .cont03 ul li .cont03_top {
            text-align: center;
            padding: 8px;
            background-color: #E6E6DE;
            font-weight: normal;
            font-style: normal;
            font-size: 18px;
        }

        .cont03 ul li img {
            
                height: auto;
            vertical-align: middle;
            width: 100%;
            margin-bottom: 10px;
        }

        .cont03 ul li .cont03_txt {
            padding: 15px;
            min-height: 90px;
            margin-bottom: 10px;
            font-size: 16px;
            color: #333;
            text-align: center;
        }

        .cont03 ul li a {
            display: block;
            text-align: center;
            color: #333333;
            -webkit-line-grid: 18px;
            font-size: 14px;
        }

        .cont03 ul li .a4 {
            background-image: none;
            background-color: #3f0706;
            border: 1px solid #3f0706;
            box-shadow: none;
            text-shadow: none;
            color: #FFFFFF;
            font-weight: normal;
            font-style: normal;
            padding: 5px 0;
            width: 80%;
            margin: 0 auto;
            border-radius: 10px;
        }

            .cont03 ul li .a4:hover {
                background: #971512;
            }

.cont04 {
    width: 100%;
	max-width:1280px;
    margin: 0 auto;
    padding-top: 60px;
    /*padding-bottom: 30px;*/
    /*background-color: #EDEBE7;*/
    overflow: hidden;
}
.cont04 h2 {
    font-size: 32px;
    text-align: center;
    color: #333333;
    margin: 60px 0 15px;
}

    .cont04 .cont04_l {
        width: 50%;
        float: left;
    }

        .cont04 .cont04_l img {
            width: 100%;
        }

    .cont04 .cont04_r {
        float: right;
        width: 44%;
        padding: 30px;
      
    }

        .cont04 .cont04_r p {
            color: #333333;
            font-size: 16px;
            margin-bottom: 15px;
            line-height:25px;
        }

        .cont04 .cont04_r strong {
            color: #333333;
            font-size: 26px;
        }

        .cont04 .cont04_r p a {
            color: #B4341D;
        }

        .cont04 .cont04_r .a5 {
            background-image: none;
            background-color: #3c0604;
            border: 1px solid #3c0604;
            box-shadow: none;
            text-shadow: none;
            color: white !important;
            font-size: 16px;
            padding: 3px;
            border-radius: 5px;
        }

            .cont04 .cont04_r .a5:hover {
                background: #971512;
            }

/*.footer {
    width: 100%;
    overflow: hidden;
}

    .footer .foot01bg {
        background: url(../images/keshi_bg.png) no-repeat center top;
        background-color: #1b2750;
        padding: 40px 0 25px 0;
        color: #fff;
    }

.foot01 {
    width: 1110px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}

    .foot01 .foot01_one {
        width: 240px;
        float: left;
    }

        .foot01 .foot01_one h4 {
            font-weight: normal;
            font-style: normal;
            font-size: 18px;
            margin: 30px 0 10px;
            line-height: 1.1em;
            margin-top: inherit;
        }

        .foot01 .foot01_one .icon {
            width: 240px;
        }

            .foot01 .foot01_one .icon a {
                display: inline-block;
                color: white;
                font-size: 28px !important;
            }

        .foot01 .foot01_one .one_txt {
            margin: 20px 0;
            font-size: 12px;
            color: #fff !important;
        }

            .foot01 .foot01_one .one_txt p {
                color: #FFf;
                font-size: 12px;
            }

            .foot01 .foot01_one .one_txt a {
                color: #fff;
            }

    .foot01 .foot01_tow {
        width: 275px;
        float: left;
        margin-left: 100px;
    }

        .foot01 .foot01_tow dl {
            background: url(../images/list07.png)no-repeat left top;
            margin-bottom: 20px;
            position: relative;
            padding-left: 40px;
        }

            .foot01 .foot01_tow dl.dl01 {
                background: url(../images/list08.png)no-repeat left top;
            }

            .foot01 .foot01_tow dl dt {
                color: #FFFFFF;
                font-size: 18px;
            }

            .foot01 .foot01_tow dl dd {
                list-style: none;
                line-height: 1.6em;
                font-size: 12px;
            }

                .foot01 .foot01_tow dl dd .a6 {
                    color: white;
                    font-size: 12px;
                }

                .foot01 .foot01_tow dl dd .a7 {
                    display: inline-block;
                    padding: 3px 16px 1px 16px;
                    background-color: white;
                    border-radius: 3px;
                    color: #1b2750 !important;
                    font-size: 12px;
                    margin-top: 20px;
                }

    .foot01 .foot01_three {
        max-width: 360px;
        width: 100%;
        margin-top: 1.8em;
        float: right;
    }

        .foot01 .foot01_three a {
            margin-right: 1%;
        }

        .foot01 .foot01_three img {
            width: 30%;
            margin-top: -8px;
        }

.foot02 {
    width: 1170px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    background: #e6e6de;
}

    .foot02 p {
        width: 800px;
        margin: 0 auto;
        font-size: 12px;
        color: #333333;
        line-height: 25px;
    }

    .foot02 a {
        color: rgb(2,139,255);
        font-size: 12px;
    }

    .foot02 .foot02_img {
        position: absolute;
        top: 10px;
        right: 2%;
    }

*/
.con {
    width: 1200px;
    margin: 0px auto;
}
footer { background:url(../images/footer_bg2.jpg) #052054 no-repeat center top ; width:100%; height:345px; margin:0px auto; clear:both; overflow:visible;}
footer .foot { height:292px; width:100%; max-width:1200px; }	
	
.footer_1 { width:30%; height:155px;  text-align:left; padding-top:65px;background:url(../images/footer_xx.jpg) no-repeat right 66px ; float:left; }	
	
.footer_2 { width:30%; height:155px;   padding-top:65px;background:url(../images/footer_xx.jpg) no-repeat right 66px ; float:left; }	
.footer_2 dl { width:134px; float:left;}
.footer_2 dl dt img { width:134px; height:134px; float:left;}
.footer_2 dl dd { line-height:35px; font-size:15px; color:#fff; text-align:center; width:100%; float:left;}
.footer_2 ul li { width:50%; text-align:center; line-height:30px; color:#fff; float:left;}	
.footer_2 ul li a {color:#fff;}
.footer_3 { width:40%; float:left; color:#fff; font-size:14px; line-height:26px; text-align:right;padding-top:65px;} 
.footer_3 a  {color:#fff;}
.footer_3 img { margin-bottom:10px;}
.footer_3 strong { font-size:17px;}
.footer_4 { float:right; width:28%; padding-top:65px; }
footer .banquan {height:52px; width:100%; line-height:52px; margin:0px auto; color:#fff;}
footer .banquan a {color:#fff;}
.footer_4 img{ width:100% !important;}





.weizhi {
    height: 40px;
    line-height: 40px;
    background: url(../images/title03.png) no-repeat;
    font-size: 14px;
}

.inside {
    margin-top: 20px;
    /*background: url(../images/title_04.gif) #fff repeat-y;*/
    min-height: 600px;
     margin: 0 auto;
    width: 1170px;
}

.inside_left {
    width: 220px;
    float: left;
}

    .inside_left .side_a dl dt {
        border-bottom: 3px solid #ddd;
        display: block;
        height: 40px;
        color: #560502;
        font-weight: bold;
        line-height: 40px;
        font-size: 18px;
    }

    .inside_left .side_a dl dd {
        height: 36px;
        line-height: 36px;
        border-bottom: #ddd solid 1px;
    }

        .inside_left .side_a dl dd a {
            color: #d28673;
            display: block;
            padding-left: 30px;
            font-size: 14px;
            background: url(../images/about-cn3_19.jpg) 15px center no-repeat;
        }

            .inside_left .side_a dl dd a:hover {
                background: #560502;
                color: #fff;
            }

    .inside_left .side_a dl .hover a {
        background: #560502;
        color: #fff;
    }

.lianxi {
    margin-top: 15px;
    text-align: center;
    padding-bottom: 20px;
}

.inside_right {
    width: 75%;
    float: right;
}

.inside_con {
    padding: 10px 0;
}
