﻿@charset "utf-8";
/* CSS Document */
/*2020.05.19 */
.fl{ float: left;}
.fr{float: right;}
.pos{
	position: relative;
}

.container{
	width:1110px;
	padding: 0;
	margin: 0 auto;
}


.indextop {
    background-color: #22b6e7;
    height: 42px;
}

.topbg{
	background: url(../../images/tbg1.jpg?v3) no-repeat center top;
	min-height: 504px;
	/*margin-top: 43px;*/
}
.tcon {
    width: 1441px;
    min-height: 504px;
    max-width: 100%;
}

.t-menu{
	background: rgba(255,255,255,00.8);
	min-height: 504px;
	width: 238px;
}

    .t-menu ul li {
        line-height: 47px;
        position: relative;
        /*居中并且转为table-cell*/
        /*text-align: center;*/
        /*float: left;*/
        list-style: none;
        border-bottom: 1px solid #adb5d2;
    }
.t-menu ul li.last{
	background: none;
}
.t-menu ul li.last a{
	
	background: none;
}
    .t-menu ul li a {
        font-size: 16px;
        color: #333;
        padding-left: 64px;
        line-height: 46px;
        display: block;
        text-transform: uppercase;
        /*transition: all 0.2s;*/
        text-decoration: none;
    }
.t-menu ul li a img.img2{
	display: none;
}
.t-menu ul li a img{
	padding-right: 7px;
}
        .t-menu ul li a:hover, .t-menu ul li a.active {
            color: #fff;
/*background: linear-gradient(to right, #7d9dda, #4874cb);*/
                 background: linear-gradient(to right, #fb8770, #f86959);
            /*background: #22b6e7;*/
        }
.t-menu ul li a:hover img.img1,.t-menu ul li a.active img.img1{
display: none;
	
}

.t-menu ul li a:hover img.img2,.t-menu ul li a.active img.img2{
display: inline;
	
}


.ernav {
    width: 100%;
    background-color: rgba(255,255,255,00.8);
}
    .ernav a {
            color: #333!important;
        padding-left: 50px!important;
    }

.ernav2 {
    width: 100%;
    background-color: rgba(255,255,255,00.8);
}

    .ernav2 a {
        padding-left: 50px !important;
    }
/*
.t-menu ul li a.selected, .t-menu ul li a.parent, .t-menu ul li a.move,.t-menu ul li a:hover{
background: #e96248;
color: #fff;
}



.t-menu ul li a.active, .t-menu ul li a.move,.t-menu ul li a.selected, .t-menu ul li a.parent {
	 background: #e96248;color: #fff;
}*/
.btnEn {
    /*background: linear-gradient(to right, #7d9dda, #4874cb);*/ /*#22b6e7*/
    background: linear-gradient(to right, #fb8770, #f86959);
    border-radius: 20px;
    width: 105px;
    height: 30px;
    margin: auto;
    margin-top: 25px;
}
    .btnEn a {
        color: #fff;
        line-height: 30px;
font-size: 18px;
        padding-left: 22px;
        text-align: center;
        font-weight:bold;
    }
        .btnEn a:hover {
            border-radius: 20px;
        }
/*menu End*/

.t-right{
	position: absolute;
	right: 0px;
	bottom: -75px;
}
    .t-right a {
        display: block;
        margin-left: 15px;
        z-index: 1;
        display: block;
        float: left;
        /*background: url(../../images/canbg.png) no-repeat center center;*/
        width: 220px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        color: #fff;
        border-radius: 20px;
        border: 2px solid;
        font-size: 18px;font-weight:bold;
    }
/*.t-right img {   visibility: hidden; }*/
   .t-right a.btn1 {
            /*background-color: #e7572c;*/
            background: linear-gradient(to right, #fb8770, #f86959);
        }
         .t-right a.btn4 {
            background: linear-gradient(to right, #a1d27e, #75bd42);
        }
        .t-right a.btn2 {
            background-color: #22b6e7;

        }
        .t-right a.btn3 {
             /*background-color: #22b6e7;*/
            background: linear-gradient(to right, #7d9dda, #4874cb);
        }

.t-right a img {
    vertical-align: -7px;
}

/*top end*/

.top-date {
    margin-top: 40px;
    text-align: center;
}

canvas {
    display: none;
}

.kaishi {
    font-size: 34px;
    margin-top: 73px;
    text-align: center;
    width: 432px;
    color: #e7572c;
    /* font-style: italic;*/
}

.top-date ul li {
    /*float: left;*/
    display: inline-block;
    width: 137px;
    height: 111px;
    /*    border-top: 5px solid #22b6e7;
    background: rgba(255,255,255,0.75);*/
    margin-right: 30px;
    text-align: center;
    /*box-shadow: 2px 2px 2px 2px #dcd9da;*/
}

    .top-date ul li.li1 {
        background: url(../../images/li1.png) no-repeat center bottom;
    }

    .top-date ul li.li2 {
        background: url(../../images/li2.png) no-repeat center bottom;
    }

    .top-date ul li.li3 {
        background: url(../../images/li3.png) no-repeat center bottom;
    }

    .top-date ul li.li4 {
        background: url(../../images/li4.png) no-repeat center bottom;
    }

    .top-date ul li span {
        font-size: 42px;
        font-weight: bold;
        color: #e7572c;
        margin-bottom: 0;
        line-height: 50px;
        padding-top: 10px;
        display: block;
    }

    .top-date ul li i {
        display: block;
        font-size: 25px;
        color: #000;
        padding-bottom: 10px;
        font-weight: lighter;
        font-style: normal;
    }


.inbg{
	/*background: #f2f2f2;*/
	min-height: 500px;
	padding-bottom: 50px;
}

.about{
	padding-top: 40px;
}

.dajia{
	margin-top: 30px;
}
/*演讲嘉宾*/

.speark-box {
    border: 1px solid #ddd;
    border-top: 5px solid #22b6e7;
    height: 614px;
    margin-bottom: 60px;
    padding: 20px 27px;
}
.speark-box h4{
	 font-size: 18px;
	 color: #22b6e7;
	 font-weight: normal;
}
.lun-box{

	position: relative;
	height: 605px;
	overflow: hidden;
}

.lun-box .hd{
	position: absolute;
	left: 40%;
	bottom: 10px;
	
	
	height: 12px;
}
.lun-box .hd ul {
	
}
.lun-box .hd ul li{
	width: 12px;
	height: 12px;
	float: left;
	border-radius: 12px;
	background: #ccc;
	margin: 0 5px;
	cursor: pointer;
}
.lun-box .hd ul li.on{
	background: #584e4c;
}





.yan-img{
	height: 156px;
	padding-top: 22px;
	margin-bottom: 30px;
	overflow: hidden;
}
.yan-img ul li{
	float: left;
	margin-right: 13px;
}
/*.yan-img ul li:last-child{
	margin-right: 0px;
	
	}*/



.yan-name {
    background: url(../../images/spbg.png) no-repeat center top;
    height: 368px;
    overflow: hidden;
}

.yan-name ul{
	position: relative;
	height: 368px;
}

.yan-name ul li a{
	font-size: 18px;
	color: #584e4c;
	display: block;
	font-family: "微软雅黑";
}
.yan-name ul li p{
	 font-size: 14px;
	 color: #999;
	 font-family: "微软雅黑";
	 line-height: 23px;
}
.yan-name ul li{
	position: absolute;
}
.yan-name ul li.li1{
	left: 605px;
	top: 6px;
}

.yan-name ul li.li2{
	left:308px;
	top: 42px;
}

.yan-name ul li.li3{
	left: 45px;
	top: 86px;
}
.yan-name ul li.li4{
	left: 455px;
	top: 116px;
}
.yan-name ul li.li5{
	left: 832px;
	top: 100px;
}
.yan-name ul li.li6{
	left: 43px;
	top: 250px;
}
.yan-name ul li.li7{
	left: 458px;
	top: 240px;
}
.yan-name ul li.li8{
	left: 848px;
	top: 206px;
}

        #slideBox img {
            border: 1px solid #d1d1d1;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

        .csswidth {
            width: 335px !important;
        }

        .cssheight {
            margin-top: 40px;
        }

        .cssnew {
            float: none !important;
            border-bottom: none !important;
            border-left: none !important;
            margin: auto auto 10px;
        }

        .cssTP {
            height: 247px;
            overflow: hidden;
            margin-top: 30px;
            background: rgba(0, 0, 0, 0) url("../Assets/../images/Photo_bg.jpg") no-repeat scroll center top;
        }

        #marquee_Sp4 {
            /*margin-left: 24px;*/
        }

            #marquee_Sp4 img {
                margin: 20px 12px 0 0;
            }

        .flbottom {
            margin-left: 245px;
            margin-top: 10px;
        }

            .flbottom a {
                color: #0099cc !important;
            }

            .flbottom li {
                font-size: 16px;
                color: #0099cc !important;
                float: left;
                font-weight: bold;
                list-style: outside none none;
            }

            .flbottom span {
                font-family: verdana;
                font-weight: normal;
            }

        .khsj {
            /*background: url(../../Assets/../images/bant.png) repeat left top;*/
            position: absolute;
            left: -165px;
            top: 345px;
        }

        .ClarRemark {
            background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, #ffa, #ff0) repeat scroll 0 0;
            border-radius: 8px;
            box-shadow: 1px 1px 5px #ccc;
            display: none;
            margin: 10px 0;
            padding: 10px 20px;
            position: relative;
        }

            .ClarRemark a.cldrk {
                font-family: verdana;
                position: absolute;
                right: 10px;
                top: 3px;
            }

        .layui-layer-title {
            font-size: 21px !important;
        }

        .layui-layer-content {
            /*font-size: 21px !important;*/
        }


        .validation-summary-errors, .field-validation-error {
            color: #f00;
        }

        .colorcss {
            color: #fff;
        }

/*dajia end*/   

.inbg2{
	background: #fff;
	
}
.licheng {
    background: url(../../images/litop.png) no-repeat center top;
    height: 340px;
}
.licheng .li-ul{
	padding-top: 75px;
	margin-bottom: 12px;
	padding-left: 2%;
}
.licheng .li-ul ul li{
	float: left;
	margin: 0 6px;
	
}
.licheng .li-ul ul li a{
	font-size: 13px;
	color: #999;
	display: block;
	
	padding: 0 6px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	}

.licheng .li-ul ul li a:hover,.licheng .li-ul ul li a.act{
	color: #fc635b;
	font-size: 13px;

	text-decoration: none;
	border-bottom: 1px solid #fc635b;
}

.li-ulimg ul li{
	float: left;
	margin-left: 10px;
	line-height: 30px;
	padding-bottom: 10px;
}
.li-ulimg ul li:first-child{
	margin-left: 0px;
	}
.li-ulimg ul li a{
	display: block;
}
.li-ulimg ul li a:hover{
	
}

.li-xul{
	position: absolute;
	left: 46%;
	bottom: 5px;
}
.li-xul ul li{
	float: left;
	margin: 0 3px;
}
.li-xul ul li a{
	 background: #999;
	 display: block;
	 width: 10px;
	 height: 10px;
	 border-radius: 10px;
	 float: left;
}
.li-xul ul li a:hover,.li-xul ul li a.act{
	 background: #6fb137;
}

.p1{
	height: 370px;
}

.hui-ban {
    height: 250px;
    overflow: hidden;
    position: relative;
    width: 345px;
}

.slideBox .hd {
    height: 10px;
    overflow: hidden;
    position: absolute;
    right: 15px;
    bottom: 13px;
    z-index: 1;
}
.ban-img a.a-left {
    position: absolute;
    left: 12px;
    top: 100px;
}
.ban-img a.a-right {
    position: absolute;
    right: 12px;
    top: 100px;
}
.slideBox .hd ul li.on {
    background: #561d14;
}
.slideBox .hd ul li {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    margin: 0 3px;
}
.lun-text li {
    height: 39px;
    width: 327px;
    background: #22b6e7;
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding-left: 19px;
    line-height: 39px;
}

.lun-text li  a{
	color: #fff;
}

.qiye1 {
    width: 340px;
    padding-left: 5px;
    height: 250px;
    margin-left: 27px;
    position: relative;
}

.jiabin .more a, .qiye .more a, .qiye1 .more a {
    display: block;
    border-top: 1px solid #ddd;
    color: #48403e;
    line-height: 38px;
    padding-left: 26px;
}


.qiye {
    width: 340px;
    padding-left: 5px;
    height: 250px;
    border: 1px solid #ddd;
    border-top: 5px solid #22b6e7;
    margin-left: 20px;
    position: relative;
}
.jiabin h4, .qiye h4 {
    font-size: 18px;
    color: #48403e;
    font-weight: normal;
    padding: 18px 26px;
}

.picMarquee-top .bd{
	padding-left: 26px;
}
.picMarquee-top ul li{
	/*margin-bottom: 3px;*/
}





/*.zanzhu {
    background: url(../../../images/zbg.png) no-repeat center top;
    height: 234px;
    padding-top: 57px;
}*/

.zanzhu h4{
	text-align: center;
	font-size: 24px;
	color: #333;
	font-weight: normal;
}
/*.zanzhu ul{
	margin-top: 20px;
}*/
/*.zanzhu ul li{
	float: left;
	line-height: 150px;
	margin-left: 78px;
}

.zanzhu ul li a{
	display: block;
	
}*/










.zanzhu {
    background: url(../../images/zbg.png) no-repeat center top;
    height: 234px;
    padding-top: 57px;
}

.zanzhu h4{
	text-align: center;
	font-size: 24px;
	color: #333;
	font-weight: normal;
}
.zz-next{
	left: -60px; position: absolute; top: 50%; cursor:pointer;
}
.zz-prev{
	right: -60px; position: absolute; top: 50%; cursor:pointer;
}
/*.zanzhu ul{
	margin-top: 20px;
}
.zanzhu ul li{
	float: left;
	line-height: 150px;
	margin-left: 18px;
}

.zanzhu ul li a{
	display: block;
	
}*/













/*link end*/

.footer {
    background: #eff6fc url(../../images/fbg1.jpg?v2) no-repeat right bottom;
    min-height: 300px;
    padding: 30px 0 15px;
}
.link-tit {
    /*border-bottom: 1px solid #165fbb;*/
    line-height: 26px;
    color: #333;
    font-size: 16px;
    
}
.link-tit img {
    margin-right: 5px;
}
.link-top {
    border-bottom: 1px solid #333;
    margin-bottom: 18px;
    padding-bottom: 10px;
}
.link-right p {
    margin-bottom: 8px;
    color: #333;
    line-height: 35px;
}


.er{
	margin-top: 36px;
}

.er2{
	margin-top: 40px;
	margin-left: 26px;
}
.er3{
	margin-top: 30px;
	margin-left: 17px;
}




/*.wc-copyEnd*/

.wc-copy {
    background: #2f43e0;
    text-align: center;
    color: #fff;
    padding: 10px 0;
}

    .wc-copy p {
        line-height: 22px;
        font-size: 12px;
    }
.wc-copy p a{
	color: #333;
}


