@charset "gb2312";
/* CSS Document */

body{
    font-size: 16px;
    line-height: 24px;
    font-family: 'Microsoft YaHei', '\5FAE \8F6F \96C5\91';
    color:#444;
}

.section{
    width: 100%;
}
.content{
    width:1200px;
    margin:0 auto;
    padding:2% 0;
}
h2{
    font-size:40px;
    height: 80px;
    line-height: 60px;
    margin-bottom:20px;
    font-weight: normal;
}
h2 em{
    background: url(../images/h2_bg.png) no-repeat left bottom;

    font-size:20px;
    padding:20px 0 5px 50px;
    font-style: normal;
}
p{
    line-height: 30px;
}
/* section1*/
.section1{
    background: url(../images/sec_banner.jpg) no-repeat center top;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    padding:0;
    overflow: hidden;
    /* animation: animatedBird 5s ease-in-out infinite alternate;
    -webkit-animation: animatedBird 5s ease-in-out infinite alternate;
    -moz-animation: animatedBird 5s ease-in-out infinite alternate;
    -ms-animation: animatedBird 5s ease-in-out infinite alternate;
    -o-animation: animatedBird 5s ease-in-out infinite alternate; */
    position: relative;
}
@keyframes animatedBird {
    0%{background-size: auto 100%;
    }
    100% { background-size: auto 110%;}
}
@-webkit-keyframes animatedBird {
    0%{background-size: auto 100%;
    }
    100% { background-size: auto 110%;}
}

@-moz-keyframes animatedBird {
    0%{background-size: auto 100%;
    }
    100% { background-size: auto 110%;}
}
@-o-keyframes animatedBird {
    0%{
        background-size: auto 100%;
    }
    100% {
        background-size: auto 110%;
    }
}
.banner .div_img02,.banner .div_img03,.banner .div_img04{
	text-align:center;
	}
.active .banner img.img01{
    animation:img_01 1s ease 1;
    -webkit-animation:img_01 1s ease 1;
    -moz-animation:img_01 1s ease 1;
    -ms-animation:img_01 1s ease 1;
    -o-animation:img_01 1s ease 1;
}
@keyframes img_01{
    0%{
        transform: translateY(-100px);
        -ms-transform:translateY(-100px);
    }
    100%{
        transform: translateY(0px);
        -ms-transform:translateY(0px);
    }
}
@-webkit-keyframes img_01{
    0%{
        -webkit-transform: translateY(-100px);
    }
    100%{
        -webkit-transform: translateY(0px);
    }
}
@-moz-keyframes img_01{
    0%{
        -moz-transform: translateY(-100px);
    }
    100%{
        -moz-transform: translateY(0px);
    }
}
@-o-keyframes img_01{
    0%{
        -o-transform: translateY(-100px);
    }
    100%{
        -o-transform: translateY(0px);
    }
}


.active .banner img.img02,.active h2,.active .sec3 .left,.active .sec4,.active .sec5 .left,.active .chinese,.active .sec8 .dl01,.active .sec8 .dl02,.active .sec8 .dl03,.active .sec11 dt{
    animation:img_02 1s ease 1;
    -webkit-animation:img_02 1s ease 1;
    -moz-animation:img_02 1s ease 1;
    -ms-animation:img_02 1s ease 1;
    -o-animation:img_02 1s ease 1;
}
@keyframes img_02{
    0%{
        transform: translateX(-2000px);
        -ms-transform:translateX(-2000px);
    }
    100%{
        transform: translateX(0px);
        -ms-transform:translateX(0px);
    }
}
@-webkit-keyframes img_02{
    0%{
        -webkit-transform: translateX(-2000px);
    }
    100%{
        -webkit-transform: translateX(0px);
    }
}
@-moz-keyframes img_02{
    0%{
        -moz-transform: translateX(-2000px);
    }
    100%{
        -moz-transform: translateX(0px);
    }
}
@-o-keyframes img_02{
    0%{
        -o-transform: translateX(-2000px);
    }
    100%{
        -o-transform: translateX(0px);
    }
}

.active  .banner img.img03,.active .cnt_l,.active .sec7,.active .sec9,.active .sec10{
    animation:img_03 1s linear 1;
    -webkit-animation:img_03 1s linear 1;
    -moz-animation:img_03 1s linear 1;
    -ms-animation:img_03 1s linear 1;
    -o-animation:img_03 1s linear 1;

}

@keyframes img_03{
    0%{
        -khtml-opacity: 0;
        opacity: 0;
        filter:alpha(opacity=0);
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);

        transform:scale(0,0);
        -ms-transform:scale(0,0);
    }
    100%{
        opacity:1;
        -khtml-opacity: 1;
        filter:alpha(opacity=100);
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        transform:scale(1,1);
        -ms-transform:scale(1,1);
    }

}
@-moz-keyframes img_03{
    0%{   -moz-opacity: 0;
        -khtml-opacity: 0;
        filter:alpha(opacity=0);
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        -moz-transform:scale(0,0);
        -ms-transform:scale(0,0);

    }
    100%{ -moz-opacity:1;
        -khtml-opacity: 1;
        filter:alpha(opacity=100);
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        -moz-transform:scale(1,1);
        -ms-transform:scale(1,1);
    }

}
@-webkit-keyframes img_03{
    0%{ -webkit-opacity: 0;
        -khtml-opacity: 0;
        filter:alpha(opacity=0);
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        -webkit-transform:scale(0,0);
        -ms-transform:scale(0,0);

    }
    100%{
        -webkit-transform:scale(1,1);
        -ms-transform:scale(1,1);
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        filter:alpha(opacity=100);
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

    }

}
@-o-keyframes img_03{
    0%{  opacity:0;
        -khtml-opacity: 0;
        filter:alpha(opacity=0);
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        -ms-transform:scale(0,0);
        -o-transform:scale(0,0);

    }
    100%{
        opacity:1;
        -khtml-opacity: 1;
        filter:alpha(opacity=100);
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        -ms-transform:scale(1,1);
        -o-transform:scale(1,1);
    }

}



.active .banner img.img04,.active .cnt_r,.active .sec3 .right,.active .sec5 .right,.active .english,.active .sec8 .dl04,.active .sec8 .dl05,.active .sec8 .dl06,.active .sec11 dd{
    animation:img_04 1s ease 1;
    -webkit-animation:img_04 1s ease 1;
    -moz-animation:img_04 1s ease 1;
    -ms-animation:img_04 1s ease 1;
    -o-animation:img_04 1s ease 1;
}
@keyframes img_04{
    0%{
        transform: translateX(2000px);
        -ms-transform:translateX(2000px);
    }
    100%{
        transform: translateX(0px);
        -ms-transform:translateX(0px);
    }
}
@-webkit-keyframes img_04{
    0%{
        -webkit-transform: translateX(2000px);
    }
    100%{
        -webkit-transform: translateX(0px);
    }
}
@-moz-keyframes img_04{
    0%{
        -moz-transform: translateX(2000px);
    }
    100%{
        -moz-transform: translateX(0px);
    }
}
@-o-keyframes img_04{
    0%{
        -o-transform: translateX(2000px);
    }
    100%{
        -o-transform: translateX(0px);
    }
}


.active .bd_bg{
	animation:img_05 1s ease 1;
	-webkit-animation:img_05 1s ease 1;
	-moz-animation:img_05 1s ease 1;
	-ms-animation:img_05 1s ease 1;
	-o-animation:img_05 1s ease 1;
} 
@keyframes img_05{
	0%{
		transform: translateY(400px);
		-ms-transform:translateY(400px);
		 -khtml-opacity: 0;   
    opacity: 0;  
    filter:alpha(opacity=0);  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";  
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0); 
	}
	100%{
		transform: translateY(0px);
		-ms-transform:translateY(0px);
		-khtml-opacity: 1;  
    opacity: 1;  
    filter:alpha(opacity=100);  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";  
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100); 
	}
}
@-webkit-keyframes img_05{
	0%{
		-webkit-transform: translateY(400px);
		 -webkit-opacity: 0;  
	-khtml-opacity: 0;   
    filter:alpha(opacity=0);  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";  
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0); 
	}
	100%{
		-webkit-transform: translateY(0px);
		 -webkit-opacity: 1; 
	-khtml-opacity: 0;   
    filter:alpha(opacity=0);  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";  
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0); 
	}
}
@-moz-keyframes img_05{
	0%{
		-moz-transform: translateY(400px);
		-moz-opacity: 0; 
	-khtml-opacity: 0;   
    filter:alpha(opacity=0);  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";  
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0); 
	}
	100%{
		-moz-transform: translateY(0px);
		-moz-opacity: 1;  
	-khtml-opacity: 0;   
    filter:alpha(opacity=0);  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";  
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);   
	}
}
@-o-keyframes img_05{
	0%{
		-o-transform: translateY(400px);
		 -khtml-opacity: 0; 
	opacity: 0;  
    filter:alpha(opacity=0);  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";  
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0); 
	}
	100%{
		-o-transform: translateY(0px);
		 -khtml-opacity: 1;  
    opacity: 1;  
    filter:alpha(opacity=100);  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";  
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100); 
	}
}

.section1 h1{
	position:absolute;
	left:-10000px;
	}
.section1 .fp-tableCell{
    vertical-align: middle;
}


.section2{
    background: url(../images/sec_bg2.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.section2 .cnt_l{
    width:72%;
}
.section2 .cnt_l p{
    margin-bottom:20px;
    text-indent: 2em;
}
.section2 .cnt_l ul{
    margin-top:40px;
}
.section2 .cnt_l ul li{
    float:left;
    width: 45%;
    text-align: center;
    padding:0 2.5%;
}
.section2 .cnt_l ul li span{
    display:block;
    width: 100%;
    line-height: 40px;
    margin-top:10px;
}

.section2 .cnt_r{
    width:17%;
    background-color: #c29511;
    padding:2.5%;
}
.section2 .cnt_r p{
    font-size:14px;
    color:#fff;
}
.section2 .cnt_r p.p1{
    margin-top:15px;
    text-indent: 2em;
}
.section2 .cnt_r p.p2{
    text-align: right;
}
.section3{
    background: url(../images/sec_bg3.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.section3 .cnt{
    width:40%;
    height: 400px;
    margin:0 1%;
    padding:2%;
    border:18px #dedede solid;
    background-color: #fff;
}
.section3 .cnt  h3{
    font-size:20px;
    color:#c29511;
    line-height: 40px;
    margin:10px 0;
}
.section3 .cnt p{
    text-indent: 2em;
    margin-bottom:10px;
    line-height: 30px;
}
.section4{
    background: url(../images/sec_bg4.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.section4 ul {
    background: url(../images/cnt_bg4.png) no-repeat center center;
    height: 680px;
	background-size:100% auto;
    -webkit-background-size:100% auto;
    -moz-background-size:100% auto;
    -o-background-size:100% auto;
    position: relative;
}
.section4 ul li{
    position: absolute;
    text-align: left;
}
.section4 ul li span{
    color:#fff;
}
.section4 ul li.li01{
    width:17%;
    left:41.666%;
    top:34.7%;
}
.section4 ul li.li02{
    width: 11%;
    padding:50px 22px 0;
    height:150px;
    left:35%;
    top:2%;
    background: url(../images/ts_bg01.png) no-repeat center center;
    background-size:100%;
    -webkit-background-size:100%;
    -moz-background-size:100%;
    -o-background-size:100%;
}
.section4 ul li.li03{
    width:10%;
    height:124px;
    padding:30px 17px 0;
    left:12%;
    top:0px;
    background: url(../images/ts_bg02.png) no-repeat center center;
     background-size:100%;
    -webkit-background-size:100%;
    -moz-background-size:100%;
    -o-background-size:100%;
}
.section4 ul li.li04{
    width:9%;
    height:124px;
    padding:30px 17px 0;
    right:5%;
    top:35%;
    background: url(../images/ts_bg02.png) no-repeat center center;
    background-size:100%;
    -webkit-background-size:100%;
    -moz-background-size:100%;
    -o-background-size:100%;
}
.section4 ul li.li05{

   width:10%;
    height:114px;
    padding:40px 17px 0;
    left:57.5%;
    top:10px;
    background: url(../images/ts_bg02.png) no-repeat center center;
     background-size:100%;
    -webkit-background-size:100%;
    -moz-background-size:100%;
    -o-background-size:100%;
}
.section4 ul li.li06{
    width: 10%;
    padding:50px 22px 0;
    height:150px;
    left:22%;
    top:40%;
    background: url(../images/ts_bg01.png) no-repeat center center;
    background-size:100%;
    -webkit-background-size:100%;
    -moz-background-size:100%;
    -o-background-size:100%;
}
.section4 ul li.li07{
   width:10%;
    height:114px;
    padding:40px 17px 0;
    right:20%;
    bottom:15%;
    background: url(../images/ts_bg02.png) no-repeat center center;
     background-size:100%;
    -webkit-background-size:100%;
    -moz-background-size:100%;
    -o-background-size:100%;
}
.section4 ul li.li08{

   width:10%;
    height:114px;
    padding:40px 17px 0;
    right:11.66%;
    top:4.347%;
    background: url(../images/ts_bg02.png) no-repeat center center;
     background-size:100%;
    -webkit-background-size:100%;
    -moz-background-size:100%;
    -o-background-size:100%;
}
.section4 ul li.li09{
   width:10%;
    height:94px;
    padding:60px 17px 0;
    left:5%;
    top:30%;
    background: url(../images/ts_bg02.png) no-repeat center center;
    background-size:100%;
    -webkit-background-size:100%;
    -moz-background-size:100%;
    -o-background-size:100%;
}
.section4 ul li.li10{
    width:10%;
    height:114px;
    padding:40px 17px 0;
    left:45%;
    bottom:10%;
    background: url(../images/ts_bg02.png) no-repeat center center;
     background-size:100%;
    -webkit-background-size:100%;
    -moz-background-size:100%;
    -o-background-size:100%;
}
.section5{
    background: url(../images/sec_bg5.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.section5 h2{
    color:#fff;
}
.section5 .cnt{
    width:45%;
    margin:0 2.5%;
    height: 550px;
    background-color: #fff;
}
.section5 .cnt h3{
    background-color:#c29511;
    line-height: 64px;
    height: 64px;
    color:#fff;
    text-align: center;
}
.section5 .cnt ul{
    padding:5%;
}
.section5 .cnt ul li{
    margin-bottom:20px;
}
.section5 .cnt ul li b{
    color:#c29511;
    display: block;
    line-height: 30px;
}

.section6 h3{
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    font-weight: normal;
    margin-bottom:20px;
}
.section6 h3:before{
    content: url(../images/tit_l.png);
    width: 180px;
    height: 16px;
    margin-right:20px;
}
.section6 h3:after{
    content: url(../images/tit_r.png);
    width: 180px;
    height: 16px;
    margin-left:20px;
}
.section6  ul{
    margin-bottom:2%;
}
.section6  ul li{
    float: left;
    border-left:1px #dedede solid;
    width: 16.5%;
    height: 210px;
    padding:0 1.5%;
    text-align: center;
}
.section6  ul li img{
    transition:all 1s ease-in-out;
    -webkit-transition:all 1s ease-in-out;
    -moz-transition:all 1s ease-in-auto;
    -ms-transition:all 1s ease-in-out;
    -o-transition:all 1s ease-in-out;
}
.section6  ul li:hover img{
    transform: rotate(360deg);
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}
.section6  ul li.li01{
    border-left:0;
}
.section6  ul li span{
    display: block;
    line-height: 26px;
    margin-top:10px;
}
.section6  ul li p{
    font-size:14px;
    color:#666;
	line-height:24px;
}
.section7{
    background: url(../images/sec_bg7.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.section7 .box_cnt {
	overflow:hidden;
	}
.section7 .box_cnt .list_0{
	width: 700%;
	padding:2% 0;
	}
.section7 .box_cnt ul{
   float:left;
   width: 14.285%;
   
}

.section7 .box_cnt ul li{
    float:left;
    width:43%;
    height: 360px;
    margin:4% 1% 3%;
    padding:1% 2% 2%;
    border:2px #bbbbbb solid;
    position: relative ;
    border-radius:3px;

}
.section7 .box_cnt ul li h3{
    padding:0% 5% 2% ;
    color:#c29511;
    width: 55%;
    text-align: center;
}
.section7 .box_cnt ul li img{
    display: block;
    width: 25%;
    position: absolute;
    right: 10%;
    top:-70px;
    text-align: center;
}
.section7 .box_cnt ul li p{
    margin-top:3%;
}
.section7 .box_cnt ul li h3 b{
    font-size:18px;
    display: block;
    line-height: 36px;
}
.section7 .box_cnt ul li h3 span{
    font-size:14px;
    display: block;
}
.section7 ul.box_tit {
    text-align: center;
    margin:0 auto;
	width:435px;
}
.section7 ul.box_tit li{
    border:1px #c29511 solid;
    height:13px;
    float:left;
    width:50px;
    margin:0 10px;
	cursor:pointer;
}
.section7 ul.box_tit li.hover{
    background-color: #c29511;
}
.section8{
    background: url(../images/sec_bg8.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding-bottom:0;
    position: relative;
}
.section8 h2{
    color:#fff;
}

.section8  .content_cnt dl{
    float:left;
    width: 13.6666%;
    padding:4% 1.5%;
    height: 220px;
    position: relative;
}
.section8  .content_cnt dl.dl01{
    background-color: #fcd846;
}
.section8  .content_cnt dl.dl02{
    background-color: #f3cb29;
}
.section8  .content_cnt dl.dl03{
    background-color: #eec313;
}
.section8  .content_cnt dl.dl04{
    background-color: #e6ba06;
}
.section8  .content_cnt dl.dl05{
    background-color: #dab006;
}
.section8  .content_cnt dl.dl06{
    background-color: #d0a805;
}
.section8  .content_cnt dl dt{
    height: 50px;
    line-height: 30px;
    font-size:20px;
    text-align: center;
    background: url(../images/dt_bg.jpg) no-repeat center bottom;
}
.section8  .content_cnt dl dt img{
    padding-right:5px;
}
.section8  .content_cnt dl dd.dd01{
    padding:30% 10% 10%;
}
.section8  .content_cnt dl dd.dd02{
    position: absolute;
    right:-15px;
    top:45%;
    z-index: 10;
}
.bd_bg{
    background:rgba(194,149,17,0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7Fc29511,endColorstr=#7Fc29511);
    padding:30px 0;
    /* position: absolute;
    left:0;
    bottom:0; */
    width: 100%;
}
 .bd_bg .cnt_bd{
    width: 1200px;
    margin:0 auto;
}

.bd_bg .cnt_bd h3{
    color:#fff;
    font-size:26px;
    line-height: 40px;
    font-weight: normal;
}
.bd_bg .cnt_bd .bd ul{
    margin-top:20px;
}
.bd_bg .cnt_bd ul li{
    float:left;
    /* width: 35%;
    margin:0 2% 2%; */
    width: 18%;
    margin: 0 1%;
    line-height: 30px;
    height: 30px;
}
 .bd_bg .cnt_bd ul li input{
    line-height: 24px;
     height: 24px;
    padding:3px;
    width: 98%;
}
.bd_bg .cnt_bd ul li select{
    line-height: 32px;
    height: 32px;
    width: 100%;
}
.bd_bg .cnt_bd ul li.btn{
    width: 18%;
}
.bd_bg .cnt_bd ul li.btn input{
    border:0;
    background-color: #efbd11;
    border-radius: 3px;
    cursor: pointer;
    font-size:14px;
    height: 30px;
}
.bd_bg .cnt_bd .xz{
    width:32%;
}
.bd_bg .cnt_bd .xz li{
	width:45%;
	margin:0 2.5%;
	}
.bd_bg .cnt_bd .xz li span{
    display: block;
    width: 100%;
    font-size:20px;
    color:#fff;
    height: 40px;
    line-height: 40px;

}
.bd_bg .cnt_bd .xz li a{
    display: block;
    width:80%;
    height: 30px;
    line-height: 30px;
    margin-bottom:10px;
    text-align: center;
    background-color: #efbd11;
    font-size:14px;
    border-radius: 3px;
}
.section9{
    background: url(../images/sec_bg9.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.section9 p{
    margin-bottom:20px;
    text-indent: 2em;
}
.section9 p.p2{
    margin-bottom:50px;
}
.section9 ul li{
    float:left;
    text-align: center;
}
.section9 ul li.li01{
    width:40%;
    margin:0 2.5%;

}
.section9 ul li.li02,.section9 ul li.li03{
    width: 22.5%;
    margin:0 2.5%;
}
.section9 ul li span{
    display: block;
    width:100%;
    line-height: 40px;

}
.section10{
    background: url(../images/sec_bg10.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.section10 h2{
    color:#fff;
    margin-bottom:60px;
}
.section10 .content_cnt{
    position: relative;
	overflow:hidden;
	background-color:#fff;
}
.section10 .content_cnt .list{
	
	width:400%;}
.section10  dl{
	float:left;
	width:25%;
}
.section10  dl dt{
    float:left;
    width:48%;
    height: 100%;
    border-right:2px #c29511 solid;
    vertical-align: middle;
}
.section10  dl dd{
    float:left;
    width:45%;
    padding:2.5%;
}
.section10  dl dd b{
    display: block;
    font-size:20px;
    line-height: 50px;
    height: 50px;
    color:#c29511;
}
.section10  dl dd span{
    display: block;
    font-size:18px;
    line-height: 40px;
    margin-bottom:10px;
}
.section10  dl dd  p{
    margin-bottom:15px;
}
.section10 ul.gy_d {
   position: absolute;
    bottom:50px;
    right:35%;
}
.section10 ul.gy_d li{
    float:left;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background:url(../images/gy_y.png) no-repeat center center ;
    margin:0 10px;
    cursor: pointer;
}
.section10 ul.gy_d li.hover{
    background:url(../images/gy_h.png) no-repeat center center ;

}
.section11{
    background: url(../images/sec_bg11.jpg) no-repeat center center;
    padding-bottom:0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
}
.section11 dl dt{
	float:left;
    width: 48%;
    text-align: center;
    margin-right:3%
	}
.section11 dl{
    margin-bottom:50px;
}
.section11 dl dd{
    float:left;
}
.section11 .wx-img-box .wx-img{
    float: left;
    width:30%;
    text-align: center;
}
.section11 .wx-img-box .wx-img img{
    width: 80%;
}
.section11 .wx-name{
    font-size: 14px;
    padding: 5px 0
}
.section11 dl dd span{
    display: block;
    height: 40px;
    line-height: 40px;
    font-size:20px;
    font-weight: bold;
}
.section11 dl dd p{
    font-size:18px;
    line-height: 30px;
    margin-bottom:10px;
}
.section11  a.zxzx{
    display: block;
    width:90px;
    color:#fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    background: #e9b930 url(../images/icon_15.png) no-repeat 10px 50% ;
    padding-left:30px;
}
.section11 .bd_bg{
    background: rgba(0,0,0,0.5) ;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
}


@media only screen and (max-width: 1200px){
    .content,.bd_bg .cnt_bd{
        width: 100%;
        overflow: hidden;
    }
    .content{
        padding: 0 2% 5%;
        box-sizing: border-box;
    }
    .content h2,.section11 dl{
        margin: 0 2% 3%;
    }
    .sec9{
        margin: 0 2% ;
    }
    .bd_bg{
        padding: 3% 2%;
        box-sizing: border-box;
    }
    .sec8{
        overflow: hidden;
    }
}
@media only screen and (max-width: 1024px){
    .section3 .cnt{
        height: auto;
    }
    .content h2{
        font-size: 32px;
        height: 60px;
        margin-top: 3%;
    }
}
@media only screen and (max-width: 768px){
    h2 em{
        font-size: 16px;
    }
    .section2 .cnt_r img{
        float: left;
        margin-right: 10px;
    }
    .section6 ul li{
        width: 48%;
        margin: 1% !important;
        box-sizing: border-box;
    }
    .section6 ul li.li05,.section6 ul li.li03{
        border-left: none
    }
    .section8 .content_cnt dl{
        width: 22%;
    }
    .section5 .cnt{
        width: 96%;
        height: auto;
        margin: 0 2% 3%;
        box-sizing: border-box;
    }
    .section7 .box_cnt .list_0{
        padding: 70px 0 40px;
    }
    .section7 ul.box_tit{
        max-width: 435px;
        width: 100%;
        margin: 0 auto;
    }
    .section7 ul.box_tit li{
        width: 14.666%;
        margin: 0 1%;
        box-sizing: border-box;
    }
    .section2 .cnt_l,.section2 .cnt_r,.section3 .cnt{
        width: 96%;
        margin: 2%;
        box-sizing: border-box;
    }
    .section4 ul{
        display: flex;
        flex-wrap: wrap;
        height: auto;
    }
    .section4 ul li{
        position: static;
        float: left;
        width: 31.333% !important;
        margin: 1% !important;
        box-sizing: border-box;
        border-radius: 4px !important;
        padding: 3% !important;
        height: auto !important;
        background: #c29511 !important;
    }
    .section4 ul li.li01{
        display: none;
    }

    .section7 .box_cnt ul li{
        height: auto;
    }

    .section10 dl dt{
        margin-right: 3%;
    }
    .section10 dl dd{
        float: none;
        width: auto;
    }
    .section10 ul.gy_d{
        bottom: 10px;
    }

    .section9 ul li span{
        font-size: 14px;
        line-height: 1.4;
        padding: 5px 0;
    }

    .section7 .box_cnt .list_0{
        padding-top: 0;
    }
    .section7 .box_cnt ul li p{
        margin-top: 0;
    }
    .section7 .box_cnt ul li img{
        position: static;
        float: left;
        margin-right: 10px;
        margin-top: 10px;
        max-width: 120px;
    }
    .section7 .box_cnt ul li h3{
        width: 100%;
        box-sizing: border-box;
    }
    .section7 .box_cnt ul li{   
        width: 96%;
        /* margin: 0 2% 80px; */
        margin: 0 2% 30px;
        box-sizing: border-box;
    }
    .section7 .box_cnt ul li:last-child{
        margin-bottom: 0;
    }
    .sec7 {
        position: relative;
        padding-top: 50px;
    }
    .section7 ul.box_tit{
        position: absolute;
        top: 20px;
        max-width: none;
        display: flex;
        justify-content: center;
    }
    .section7 ul.box_tit li{
        max-width: 50px;
    }
}
@media only screen and (max-width: 680px){
    .section8 .content_cnt dl{
        width: 47%;
    }

    .section6 h3::before ,.section6 h3::after {
        display: none;
    }
    
    

    .section9 ul li.li01{
        width: 95%;
        margin-bottom: 5%;
    }
    .section9 ul li.li02, .section9 ul li.li03{
        width: 44.5%;
    }

   
}
@media only screen and (max-width: 425px){
    h2 em{
        font-size: 14px;
    }
    .section4 ul li{
        width: 48% !important;
    }
    .bd_bg .cnt_bd ul li{
        width: 48%;
        margin: 1%;
    }
    .bd_bg .cnt_bd ul li.btn{
        width: 100%;
    }
}   