

.sub_menu{ height:60px; position:relative;background:white;}
.sub_menu_fix{width:100%; position:fixed; top:0; left:0; z-index:999999;}
.beijing{ width:100%; height:60px; color: #B9B6B6;}
/*.sub_menu_fix .beijing{filter:alpha(opacity=40); -moz-opacity:0.4; opacity:0.4;}*/
.sub_menu_con{ margin-top:15px;width:1000px; height:47px;  position:absolute; top:0; z-index:999999;}

.sub_menu_con span{ float:left; font-size:18px; line-height:45px; }



.are-1 {
    color: white;
    font-size: 14px;
    overflow: hidden;
    margin-top: 40px;
}

.are-1 ul {
}

.are-1 ul li {
    float: left;
    padding-left: 22px;
    margin-right: 25px;
	font-weight:bold;
}

.ar-1 {
    background: url(/tags/static/images/are-1.png) no-repeat center left;
}

.ar-2 {
    background: url(/tags/static/images/are-2.png) no-repeat center left;
}

.ar-3 {
    background: url(/tags/static/images/are-3.png) no-repeat center left;
}

.are-2 {
    width: 1200px;
    margin: 0px auto;
    overflow: hidden;
}

.are-2-1 {
    text-align: center;
    font-size: 30px;
    color: #252b3a;
    padding-top: 45px;
	font-weight:normal;
}

.are-2-2 {
    text-align: center;
    font-size: 14px;
    color: #555;
}

#serve {
    position: relative;
    width: 100%;
    height: 585px;
}

.serve {
    width: 1200px;
    height: 300px;
    margin: 0 auto;
}

.serve {
    text-align: center;
    overflow: hidden;
}

.serve_02 {
    width: 1200px;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
}

.serve_02 .sv02_li {
    width: 240px;
    height: 190px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    /*border: 1px black solid;*/
}

.serve .line {
    width: 100%;
    height: 3px;
}

.serve .line .blue {
    display: block;
    width: 30px;
    height: 6px;
    transform: translateX(133px);
    background: #3A7AFF;
    box-shadow: 0px 3px 4px 0px rgba(67, 133, 255, 0.5);
    border-radius: 4px;
    transition: all .6s;
}

.serve_02 .sv02_li.on h5 {
    color: #3A7AFF;
}

.serve_02 .sv02_li.on .serve_02_01 {
    opacity: 0;
}

.serve_02 .sv02_li.on .serve_02_01s {
    opacity: 1;
}

.serve_02_01, .serve_02_01s {
    display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 5;
    transition: all .6s;
}

.serve_02_01s {
    opacity: 0;
}

.serve_02 .scon:hover .serve_02_01 {
    opacity: 0;
}

.serve_02 .scon:hover .serve_02_01s {
    opacity: 1;
}

.serve_02 .scon {
    width: 120px;
    height: 190px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.serve_02 .tu {
    position: relative;
    width: 108px;
    height: 108px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 8px 20px 0px rgba(37, 44, 59, 0.1);
    border-radius: 50%;
    transition: all .6s;
	margin-bottom:25px;
}

.serve_02 .scon h2 {
       font-size: 20px;
       font-weight:500;
}


.serve_02 li.on .tu {
    box-shadow: 0px 8px 20px 0px rgba(37, 44, 59, 0.1);
}

.serve_02 li:hover .tu {
    box-shadow: 0px 8px 20px 0px rgba(37, 44, 59, 0.1);
}

/*.serve_02 li:hover div p{
	left: -75px;
	bottom: -75px;
	background: red;
}*/
.serve_02 h5 {
    font-size: 18px;
    font-weight: normal;
    color: #252B3A;
    line-height: 36px;
    margin-top: 24px;
    transition: all .6s;
}

.sv02_li.on h5 {
    font-weight: bold;
}

.serve_02 div:hover h5 { /* Safari 5.1 - 6.0 */
    color: #3B7AFF;
}

.svout {

}

.sv03 {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    opacity: 0;
    transition: all .3s ease;
    z-index: -1;
}


.sv03_5 {
    justify-content: flex-start;
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
}

.sv03.on {
    opacity: 1;
    z-index: 1;
    transform: rotate()
}

.sv03 li {
    width: 380px;
    padding: 35px 30px;
    margin: 0 10px;
    border-radius: 4px;
    border: 1px solid rgba(230, 233, 240, 1);
    box-shadow: 0px 10px 20px 0px rgba(37, 44, 59, 0.1);
    background: url(/tags/static/images/svbg.png) no-repeat center;
    background-size: 0%;
    transition: transform .6s ease;
}
.sv03 li h2 {
        font-size: 20px;
        font-weight:500;
}

.sv03 li:hover {
    background-size: cover;
    box-shadow: 0px 8px 14px 0px rgba(67, 133, 255, 0.4);
    transform: translateY(-20px);
	color:white;
}

.sv03 h6 {
    font-size: 16px;
    line-height: 22px;
    color: #252B3A;
    margin-bottom: 14px;
}

.sv03 li:hover h6, .sv03 li:hover p {
    color: #ffffff;
}

.sv03 li:hover h6::selection, .sv03 li:hover p::selection {
    color: #000000;
    background: #ffffff;
}

.sv03 p {
    font-size: 14px;
    line-height: 24px;
    color: #666A75;
	letter-spacing:0.5px;
	padding-top:10px;
}

.are-3 {
    width: 100%;
    overflow: hidden;
    background: #eef5ff;
}

.are-3-1 {
    width: 33%;
    float: left;
    text-align: center;
    margin-top: 70px
}

.are-3-2 {
    text-align: center;
	height:80px;
}
.are-3-2:hover{transform:translateY(-20px);transition:transform .6s ease;}
.are-3-3 {
    font-size: 21px;
    color: #222222;
    padding-top: 15px;
}

.are-3-4 {
    font-size:14px;
    color: #646464;
    padding-top: 20px
}

.are-4 {
    width: 100%;
    height: 130px;
    background: url(/tags/static/images/are-3.jpg) no-repeat;
}

.are-4-1 {
    float: left;
    color: #ffffff;
    margin-left: 60px;
    margin-top: 30px;
}

.are-4-2 {
    font-size: 28px;
}

.are-4-3 {
}

.are-4-3 ul {
}

.are-4-3 ul li {
    font-size:14px;
    float: left;
    background: url(/tags/static/images/are-11.png) no-repeat center left;
    padding-left: 10px;
    margin-right: 40px;
}

.are-4-4 {
    width: 190px;
    height: 45px;
    border: 1px solid #C5C3C1;
    float: right;
    color: #ffffff;
    text-align: center;
    margin-top: 40px;
    line-height: 300%;
    border-radius: 5px;
	margin-right:70px;
}

.are-4-4:hover{color:#3A7AFF;background:white;}

.are-5 {
    width: 210px;
    height: 255px;
    box-shadow: 0 0 5px 5px #F5F5F5;
    float: left;
    margin: 15px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.are-5:hover {
	background-size:cover;
	transform:translateY(-20px);
	transition:transform .6s ease;
	box-shadow:0 0 5px 8px #F5F5F5;
}

.are-5-1 {
    font-size:14px;
    color: white;
    float: left;
    background: #FE4F27;
    padding: 0px 1px;
	line-height:126%;
}

.are-5-2 {
    color: #3a7aff;
    font-size: 24px;
    width: 150px;
    margin: 0px auto;
    text-align: center;
    padding-top: 20px;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
}

.are-5-2 span {
    font-size: 16px;
    font-weight: normal
}
.zly-11-5{margin-left:94px;margin-right:235px;}
.zly-11-6{margin-right:25px;margin-left:435px;}

.are-5-3 {
    font-size: 24px;
    color: #666666;
    text-align: center;
    font-weight: bold;
    padding-top: 20px;
}

.are-5-3 p {
    font-weight: normal;
    font-size: 14px;
}

.are-5-3 span {
    font-size: 16px;
    font-weight: normal
}

.are-5-4 {
    width: 150px;
    height: 40px;
    text-align: center;
    color: white;
    background: #3A7AFF;
    margin: 0px auto;
    line-height: 38px;
    margin-top: 25px;
}

.are-5-4:hover {
    background: #316CE6;
}

.are-5-5 {
}

.are-5-5 ul {margin-left:15px;
}

.are-5-5 ul li {
    color: #555555;
    font-size:14px;
}

.are-5-5 ul li span {
    color: #fe4f27
}


.area-3-1 {
    
    width: 100%;
}

.area-7 {
    margin-top: 70px;
}

.area-7-1 {
    background: url(/tags/static/images/area-11.jpg) no-repeat center top;
    padding-bottom: 70px;
    margin-top: 30px;
    overflow: hidden;
}

.area-7-2 {
    float: left;
    margin-left: 140px;
}

.area-7-2 ul {
}

.area-7-2 ul li {
    height: 43px;
    width: 165px;
    background: white;
    border: 1px solid #E0DFE1;
    color: #333333;
    font-family: 宋体;
    text-align: center;
    margin-top: 20px;
    line-height: 276%;
    border-radius: 60px;
}

.area-7-3 {
    background: #F3F3F3;
    width: 180px;
    float: left;
    color: #333333;
    font-size:14px;
    margin-left: 205px;
    margin-top: 170px;
    border-radius: 12px;
}

.area-7-4 {
    padding: 15px;
}

.area-7-5 {
    float: right;
}

.area-7-5 ul {
}

.area-7-5 ul li {
    height: 43px;
    width: 165px;
    background: white;
    border: 1px solid #E0DFE1;
    color: #333333;
    font-family: 宋体;
    text-align: center;
    margin-top: 20px;
    line-height: 276%;
    border-radius: 60px;
}

.area-3-2 {
    text-align: center;
    font-size: 30px;
    color: #333333;
    padding-top: 60px;
	font-weight:normal;
	letter-spacing:1px;
}

.area-1-1 {
    width: 1200px;
    margin: 0px auto;
    overflow: hidden;
}

.are-6 {
    color: #252b3a;
    text-align: center;
    font-size: 30px;
    padding-top: 70px;
}

.are-6-1 {
    width: 360px;
    height: 410px;
    float: left;
    margin: 30px 20px;
    box-shadow: 0px 3px 4px 0px rgba(231, 231, 231);
}

.are-6-2 {
}

.are-6-3 {
    font-size:14px;
    color: #666666;
    padding: 30px 25px;
}

.are-6-4 {
    font-size: 14px;
    color: #333333;
    margin-right: 25px;
    float: right;
}

.are-7 {
    background: url(/tags/static/images/are-7.jpg) no-repeat;
    height: 290px;
    margin-top: 40px;
    text-align: center;
    color: white;
}

.are-7-1 {
    font-size: 30px;
    padding-top: 20px;
	font-weight:normal;
}

.are-7-2 {
    font-size: 14px;
    padding-top: 10px;
}

.are-7-3 {
    width: 230px;
    height: 45px;
    margin: 0px auto;
    border: 1px solid #B3E1FB;
    border-radius: 4px;
    line-height: 300%;
    margin-top: 30px;
	color:white;
}
.are-7-3:hover{
	background:white;
	color:#009FFA;
}

.area-9 {
    
}

.area-9-1 {
    width: 1150px;
    margin: 0px auto;
    font-size: 14px;
    border-bottom: 1px dashed #CDCECF;
    padding-top: 30px;
}

.area-9-2 {
    color: #333333;
    background: url(/tags/static/images/area-3.png) no-repeat center left;
    padding-left: 30px;
	font-size:14px;
}
.area-9-2:hover{color:#0095FF}
.area-9-3 {
    color: #666666;
    padding-top: 7px;
    padding-bottom: 31px;
}

.are-8 {
    width: 100%;
    background: #F2F5F9;
    overflow: hidden;
}

.are-8-1 {
    width: 380px;
    height: 290px;
    background: white;
    float: left;
    margin-bottom: 70px;
}

.are-8-2 {
    border-bottom: 1px solid #EDEDED;
    font-size: 14px;
    color: #222222;
    padding: 30px 20px 0px 20px;
}

.are-8-2 p {
    font-size: 14px;
    color: #666666;
    padding-bottom: 30px;
	line-height:144%;
	padding-top:8px;
}

.are-8-3 {
    font-size: 14px;
    color: #222222;
    padding-top: 30px;
    padding: 30px 20px 0px 20px;
}
.are-8-3  h3{
    font-size: 14px;
    color: #333;   
}
.are-8-2 h3{
    font-size: 14px;
    color: #333;   
}

.are-8-3 p {
    font-size:14px;
    color: #666666;
    padding-bottom: 30px;
	line-height:144%;
	padding-top:8px;
}

.area-11 {
    margin-top: 30px;
    overflow: hidden;
    margin-bottom: 60px;
}

.area-11 ul {
}

.area-11 ul li a{
    width: 190px;
    height: 40px;
    float: left;
    background: #F1F4FA;
    text-align: center;
    margin-top: 10px;
    margin-right: 10px;
    line-height: 300%;
    font-size: 14px;
    color: #333333;
    font-family: 宋体;
}

.area-11 ul li a:hover {
    background: #3A7AFF;
    color: white;;
}

.area-12 {
    width: 1200px;
    float: left;
    margin-top: 30px;
	margin-bottom:50px;
}

.area-12-1 {
    color: #333333;
    font-family: 宋体;
    border-bottom: 1px solid #D7D7D7;
    overflow: hidden;
    padding-bottom: 10px;
}

.area-12-2 {
    font-size: 16px;
    background: url(/tags/static/images/area-5.png) no-repeat center left;
    float: left;
    padding-left: 30px;
}

.area-12-3 {
    font-size:14px;
    float: right;
    padding-top: 5px;
}.area-12-3 a{
     color:#555555;
}

.area-12-3 a:hover {
    color:#317EE8
}

.area-12-4{}
.area-12-4 ul{padding-bottom:70px;padding-top:15px;}
.area-12-4 ul li{font-size:14px;color:#555555;padding-left:5px;border-bottom:1px dashed #dcdcdc;padding-top:12px;padding-bottom:12px;width:42%;float:left;margin-right:8%;}
.area-12-4 ul li a{color:#555555;width:385px;overflow:hidden;display:block;white-space:nowrap;text-overflow:ellipsis;float:left;}
.area-12-4 ul li h3 {
    font-size:14px;
}



.area-12-4 ul li a:hover {
    color:#317EE8
}

.area-12-4 ul li span {
    float: right;
}

.area-12-5 {
    font-size: 16px;
    background: url(/tags/static/images/area-6.png) no-repeat center left;
    float: left;
    padding-left: 30px;
}

.area-13 {
    width: 950px;
    margin: 0px auto;
    overflow: hidden;
    font-family: 宋体;
    margin-top: 40px;
    margin-bottom: 70px;
}

.area-13-1 {
    float: left;
    border: 1px solid #E7E9ED;
}

.area-13-1-1 {
    color: #222222;
    padding: 40px 48px 35px 48px;
    border-bottom: 1px solid #DDDDDD;
}

.area-13-1-2 {
    background: #317EE8;
    color: white;
}

.area-13-2 {
    float: left;
    margin-left: 90px;
}

.area-13-3 {
    margin-top: 15px;
    float: right;
    width: 35%;
}

.area-13-3-1 {
    font-size: 14px;
    color: #000000;
    line-height: 170%;
}

.area-13-3-2 {
    font-size:14px;
    color: #555555;
    margin-top: 35px;
    line-height: 230%;
}

.area-14 {

}

.area-14-1 {
    text-align: center;
    margin-top: 50px;
}

.area-14-2 {
    width: 92%;
    margin: 0px auto;
}

.area-14-2 ul {
	margin-top:50px;
}

.area-14-2 ul li {
    float: left;
    text-align: center;
    font-size: 14px;
    color: #444444;
    font-family: 宋体;
	margin-left:20px;
	margin-right:20px;
}
.area-14-2 ul li p{
 padding-top:30px
}

.are-9 {
    width: 965px;
    margin: 0px auto;
    overflow: hidden;
    padding-bottom: 80px;
	margin-top:40px;
}

.are-9 ul {
}

.are-9 ul li {
    width: 185px;
    height: 100px;
    box-shadow: 0px 6px 12px 6px rgba(231, 231, 231);
    float: left;
    margin: 18px 28px 18px 28px;
    transition: all .3s;
}
.are-9 ul li:hover{transform:translateY(-20px);
					transition:transform .6s ease;}

.are-bg1 {
    background: url(/tags/static/images/bg-1.png) center no-repeat;
}

.are-bg2 {
    background: url(/tags/static/images/bg-2.png) center no-repeat;
}

.are-bg3 {
    background: url(/tags/static/images/bg-3.png) center no-repeat;
}

.are-bg4 {
    background: url(/tags/static/images/bg-4.png) center no-repeat;
}

.are-bg5 {
    background: url(/tags/static/images/bg-5.png) center no-repeat;
}

.are-bg6 {
    background: url(/tags/static/images/bg-6.png) center no-repeat;
}

.are-bg7 {
    background: url(/tags/static/images/bg-7.png) center no-repeat;
}

.are-bg8 {
    background: url(/tags/static/images/bg-8.png) center no-repeat;
}

.are-bg9 {
    background: url(/tags/static/images/bg-9.png) center no-repeat;
}

.are-bg10 {
    background: url(/tags/static/images/bg-10.png) center no-repeat;
}

.are-bg11 {
    background: url(/tags/static/images/bg-11.png) center no-repeat;
}

.are-bg12 {
    background: url(/tags/static/images/bg-12.png) center no-repeat;
}

.are-bg1:hover {
    background: url(/tags/static/images/bg-1b.jpg) center no-repeat;
}

.are-bg2:hover {
    background: url(/tags/static/images/bg-2b.jpg) center no-repeat;
}

.are-bg3:hover {
    background: url(/tags/static/images/bg-3b.jpg) center no-repeat;
}

.are-bg4:hover {
    background: url(/tags/static/images/bg-4b.jpg) center no-repeat;
}

.are-bg5:hover {
    background: url(/tags/static/images/bg-5b.jpg) center no-repeat;
}

.are-bg6:hover {
    background: url(/tags/static/images/bg-6b.jpg) center no-repeat;
}

.are-bg7:hover {
    background: url(/tags/static/images/bg-7b.jpg) center no-repeat;
}

.are-bg8:hover {
    background: url(/tags/static/images/bg-8b.jpg) center no-repeat;
}

.are-bg9:hover {
    background: url(/tags/static/images/bg-9b.jpg) center no-repeat;
}

.are-bg10:hover {
    background: url(/tags/static/images/bg-10b.jpg) center no-repeat;
}

.are-bg11:hover {
    background: url(/tags/static/images/bg-11b.jpg) center no-repeat;
}

.are-bg12:hover {
    background: url(/tags/static/images/bg-12b.jpg) center no-repeat;
}

.are-10 {
    width: 100%;
    overflow: hidden;
    background: #317EE7;
}
.marketingBanner{
    height:550px;
    background:url(/tags/static/images/area-2.jpg) center center no-repeat;
    background-size:auto 100%;
    color:#fff;
}
.are-10-1 {
    float: left;
    width: 500px;
    overflow: hidden;
    color: white;
}

.are-11 .title{font-size:28px;color:#343434;font-weight:normal;text-align:center;padding-top:70px;padding-bottom:50px;}
.are-11{}
.are-11 li{float:left;padding-left:17px;padding-right:17px;}
.are-11 li p{text-align:center;}
.are-11-1{justify-content:center;display:flex;}

.disno {
    transform: translate(100%);
    opacity: 0;
}


.are-10-2 {
    font-size: 30px;
    text-align: center;
    padding-top: 60px;
}

.are-10-2 p {
    font-size: 14px;
    text-align: center;
    padding-bottom: 20px;
}

.are-10-3 {
}

.are-10-3 input {
    width: 240px;
    height: 48px;
    background: #317EE7;
    border: 1px solid #6B9BFF;
    color: white;
    text-indent: 25px;
    border-radius: 70px;
    margin: 25px 7px 0px 0px;
}

.are-10-4 {
    width: 500px;
    height: 50px;
    background: white;
    color: #0d5ac4;
    border-radius: 70px;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    margin-top: 30px;
    margin-bottom: 50px;
	cursor:pointer;
}

.are-10-5 {
    float: right;
    color: white;
    margin-right: 65px;
}

.are-10-6 {
   background-position-x:1px;background-position-y:-1408px;width:150px;height:154px;margin:0px auto;
}

.are-10-7 {
    font-size: 28px;
    color: white;
    text-align: center;
}

.are-10-7 p {
    font-size: 14px;
    color: #ADC5F3;
}





.head-1 {
    float: left;
    width: 130px;
}

.head-1 img {
    width: 100%;
}

.head-2 {
    width: 136px;
    float: left;
    margin-top: 50px;
    margin-right: 150px;
}

.head-2-1 {
    font-size: 21px;
    color: #fff;
    text-align: center;
    background: url(/tags/static/images/head-1.png) center left no-repeat;
    margin-left: 13px;
    padding-left: 11px;
}
.head-2-1-1 {
    font-size: 21px;
    color: #fff;
    text-align: center;
    background: url(/tags/static/images/head-11.png) center left no-repeat;
    margin-left: 13px;
    padding-left: 11px;
}
.head-2-1-2 {
    font-size: 21px;
    color: #fff;
    text-align: center;
    background: url(/tags/static/images/head-12.png) center left no-repeat;
    margin-left: 13px;
    padding-left: 11px;
}
.head-2-1-3 {
    font-size: 21px;
    color: #fff;
    text-align: center;
    background: url(/tags/static/images/head-13.png) center left no-repeat;
    margin-left: 13px;
    padding-left: 11px;
}

.head-2-2 {
}

.head-2-2 ul {
}

.head-2-2 ul li {
    height: 36px;
    width: 178px;
    background: #3A7AFF;
    text-align: center;
    margin-top: 30px;
    line-height: 10px;
    border-radius: 10px;
}

.head-2-2 ul li:hover {
    background: #2E56AB;
}

.head-3{width:800px;
		float:right;}
.head-3 ul{}
.head-3 ul li{height:22px;text-align:center;margin-top:20px;line-height:0px;float:right;padding-left:30px;padding-right:30px;padding-top:0px;border-left:1px solid #494D56;}
.head-3 ul li:hover{color:#3A7AFF;}

.head-4{width:640px;float:right;}
.head-4 ul{}
.head-4 ul a li{height:22px;text-align:center;margin-top:20px;line-height:24px;float:right;padding-left:30px;padding-right:30px;padding-top:0px;border-left:1px solid #494D56;}
.head-4 ul a li:hover{color:#3A7AFF;}



.header {
    height: 75px;
    width: 100%;
    margin: 0px auto;
}
.header:hover {
    background:rgba(0,0,0,0.3);
	transition: 0.6s all;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 13px;
	/*position: fixed;
	top: 0;
	left: 0;*/
	width: 100%;
	color: #FFFFFF;
	z-index: 66;
}
.header:hover{
	border-bottom: 0px;
}
.header.on{
    background-color:#1258aa;
}
.header .logo {
	font-size: 0;
	line-height: 0;
	padding-top: 15px;
}

.header h1 i ,.header .logo i{
	display: none;
	width: 221px;
	height: 36px;
	background-image: url(http://static.shmiaosai.com/pc/img/logo2.jpg);
}

.header ul.loginNav li a {
	display: block;
	text-align: center;
	width: 100px;
	height: 36px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 34px;
	font-size: 16px;
	border-radius: 18px;
}

.header ul.loginNav li a:hover,
#indexBanner .item.item1 .outter a:hover,
#indexBanner .item.item1 .outter .msg span:hover,
.indexProduct .wrap .left .r .box:hover a,
.indexProduct .wrap .right .outter span:hover {
	border-color: #47bdf4;
	background-color: #47bdf4;
	color: #fff;
}

.header ul.loginNav li {
	padding: 13px 0 0 18px;
}

.header ul.menuNav li .navMore {
	display: block;
	padding: 25px 0;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	border-bottom: 2px solid transparent;
}

.header ul.menuNav li .navMore:hover,
.header ul.menuNav li .navMore.on {
	color: #47BDF4;
	border-bottom: 2px solid #fff;
}

.header ul li {
	padding: 13px 29px;
}

.header ul li a:hover {
	color:#3A7AFF
}


.in-1{width:100%;overflow:hidden;background:url(/tags/static/images/index-1.jpg) no-repeat center;height:700px;}
.in-2{width:1200px;margin:0px auto;overflow:hidden;text-align:center;color:#ffffff;}
.in-2-1{    font-size: 41px;
    text-shadow: 0px 1px 3px #374252;
    padding-top: 120px;}
.in-2-2{font-size:20px;}
.in-2-3{width:192px;height:43px;border:1px solid #9EB5FA;margin:0px auto;line-height:39px;margin-top:30px;color:white;}
.in-2-3:hover{background:white;color:#3C6EF5;}

.in-3{width:100%;height:560px;background:url(/tags/static/images/index-2.jpg) no-repeat;margin-top:90px;}
.in-3-1{width:1200px;overflow:hidden;margin:0px auto;}
.in-3-2{font-weight: normal;text-align:center;font-size:28px;color:white;padding-top:60px;padding-bottom:25px;}
.in-3-2 a {    color: white;
    font-size: 28px;}
.in-foot{    font-size: 18px;
    color: white;}
.in-4{float:left;background:url(/tags/static/images/index-3.jpg) no-repeat;width:180px;height:340px;margin-left:75px;margin-right:15px;}
.in-4 ul{}
.in-4 ul li{font-size: 16px;color:white;width:180px;text-align:center;height:43px;line-height:43px;margin-top:11px;cursor:pointer;}
.in-4-1{float:left;background:rgba(255, 255, 255, 0.2);width:864px;height:340px;display:block}
.in-4-2{background:url(/tags/static/images/index-2.png) no-repeat center left;font-size:23px;color:#ffffff;padding-left:55px;margin-left:50px;margin-top:40px;}
.in-4-2 a{color:white;}
.in-4-3{margin-right: 50px;margin-left:50px;color:white;font-size:16px;padding-top:30px;}
.in-4-4{width:130px;height:40px;text-align:center;border:1px solid white;line-height:251%;color:white;margin-left:50px;margin-top:40px;}
.in-4-4 a{color:white;}
.in-4-4:hover{background:white;color:#2982F8;}
.in-4-4 a:hover{background:white;color:#2982F8;}
.disno{display:none;}
.in-5{}
.in-5-1{background:#68A3F8;}

.in-6{width:100%;background:url(/tags/static/images/index-3.jpg) no-repeat;overflow:hidden;}
.in-6-1{width:1200px;height:511px;margin:0px auto;}
.in-6-2{color:white;margin-left:50px;}
.in-6-3{font-size:20px;}
.in-6-3 a{color:white;}
.in-6-4{color:#B8BCC8;font-size:16px;width: 654px;margin-top: 13px;line-height: 31px;text-indent:30px;}
.in-6-4:hover{color:#e4eafb}
.in-6-4 h3{display: inline;font-size: 16px;}
.in-6-4 h3 a:visited {color: #B8BCC8;}
.in-6-4 h3 a:hover {color:#3A7AFF;}
.in-6-5{width:200px;height:40px;text-align:center;line-height:40px;border:1px solid #5F6D8D;margin-top:20px;color:white;}
.in-6-5:hover{color:#3A7AFF;background:white;}

.in-7{font-size:28px;text-align:center;#000000;}
.in-7-1{width:218px;height:55px;font-size:21px;text-align:center;margin:0px auto;background:#1775F8;color:white;line-height:55px;border-radius:5px;cursor:pointer;margin-top:30px;margin-bottom:75px;}
.in-7-1:hover{background:#1767d6;}
.in-7-2{width:100%;background:url(/tags/static/images/index-4.png) no-repeat center bottom;overflow:hidden;}
.in-8{width:1200px;margin:0px auto;overflow:hidden;justify-content:center;display:flex;margin-top:40px;}
.in-8 ul{}
.in-8 ul li{border:1px solid #dad9d9;float:left;margin-left:20px;margin-right:20px;cursor:pointer;padding:4px 15px 4px 15px;border-radius:30px;}
.in-8-1{color: #fff;background-color: #3A7AFF;border:0px;}
.dishow1{display:none;transform:translate(100%);opacity: 0;}

.ws404{width:100%;background:#F0F0F0;overflow:hidden;}
.ws404-1{text-align:center;}
.ws404-2{margin:30px 0 0 0 ;padding:0 0;font-size:18px;font-weight:bold;font-family:arial;letter-spacing:0.5px;}
.ws404-3{width:1200px;margin:0px auto;overflow:hidden;}
.ws404-3 ul{font-size:14px;color:#949494;font-weight:normal;}
.ws404-3 ul li{height:32px;line-height:38px;}
.ws404-3 ul li a {color:#ED583D;font-weight:bold;}
.ws404-4{margin:0px auto;margin-top:54px;padding:0 0;font-size:18px;font-weight:bold;font-family:arial;letter-spacing:0.5px;}
.ws404-5{margin-top:36px;margin-bottom:56px;text-align:center;}

.ty-banner{width:100%;overflow:hidden;background:url(/tags/static/images/ty-banner.jpg) no-repeat center top;height:520px;}
.dxjg-banner{width:100%;overflow:hidden;background:url(/tags/static/images/dxjg-banner.jpg) no-repeat center top;height:520px;}
.mfty-banner{width:100%;overflow:hidden;background:url(/tags/static/images/mfty-banner.jpg) no-repeat center top;height:520px;}
.zsdl-banner{width:100%;overflow:hidden;background:url(/tags/static/images/zsdl-banner.jpg) no-repeat center top;height:700px;}
.gywm-banner{width:100%;overflow:hidden;background:url(/tags/static/images/gywm-banner.jpg) no-repeat center top;height:520px;}
.yyyzm-banner{width:100%;overflow:hidden;background:url(/tags/static/images/yyyzm-banner.jpg) no-repeat center top;height:520px;}
.dxjk-banner{width:100%;overflow:hidden;background:url(/tags/static/images/dxjk-banner.jpg) no-repeat center top;height:520px;}
.dxyzm-banner{width:100%;overflow:hidden;background:url(/tags/static/images/dxyzm-banner.jpg) no-repeat center top;height:520px;}
.qxt-banner{width:100%;overflow:hidden;background:url(/tags/static/images/qxt-banner.jpg) no-repeat center top;height:520px;}
.cxyx-banner{width:100%;overflow:hidden;background:url(/tags/static/images/cxyx-banner.jpg) no-repeat center top;height:520px;}
.hydx-banner{width:100%;overflow:hidden;background:url(/tags/static/images/hydx-banner.jpg) no-repeat center top;height:520px;}
.dxtz-banner{width:100%;overflow:hidden;background:url(/tags/static/images/dxtz-banner.jpg) no-repeat center top;height:520px;}
.guoji-banner{width:100%;overflow:hidden;background:url(/tags/static/images/guoji-banner.jpg) no-repeat center top;height:520px;}
.ruanjian-banner{width:100%;overflow:hidden;background:url(/tags/static/images/ruanjian-banner.jpg) no-repeat center top;height:520px;}
.shipin-banner{width:100%;overflow:hidden;background:url(/tags/static/images/shipin-banner.jpg) no-repeat center top;height:520px;}
.se-banner{width:100%;overflow:hidden;background:url(/tags/static/images/se-banner.jpg) no-repeat center top;height:520px;}
.se-1{color:white;width:1200px;margin:0px auto;overflow:hidden;}
.se-1-1{font-weight:bold;font-size:34px;background:url(/tags/static/images/se-1.png) no-repeat left bottom;margin-top:140px;margin-left:50px;}
.se-1-2{color:#E6E4FD;font-size:16px;margin-top:20px;margin-left:50px;}
.se-1-3{overflow:hidden;margin-top:10px;margin-left:50px;}
.se-1-3 ul{}
.se-1-3 ul li{float:left;font-size:14px;background:url(/tags/static/images/se-2.png) no-repeat center left;margin-right:35px;padding-left:10px;}
.se-1-4{width:220px;height:50px;text-align:center;border:1px solid #A7A1EB;font-size:16px;line-height:45px;margin-top:90px;margin-left:50px;}

.se-2{width:100%;overflow:hidden;height:60px;background:#F9FAFA;border-bottom:1px solid #D6D6D6;}
.se-2-1{width:1056px;margin:0px auto;}
.se-2-1 ul{}
.se-2-1 ul li a{float:left;font-size:16px;color:#222222;width:92px;margin-left:20px;margin-right:20px;padding-top:15px;text-align:center;padding-bottom:14px;}
.se-2-1 ul li a:hover{color:#076BF2;border-bottom:2px solid #076BF2;}

.se-3{margin-top:80px;overflow:hidden;margin-bottom:70px;}
.se-3-1{float:left;margin-left:120px;}
.se-3-2{float:left;margin-left:150px;margin-top:25px;}
.se-3-3{color:#252b3a;font-size:16px;width:500px}
.se-3-4{width:240px;margin-top:20px;}
.se-3-4 ul{}
.se-3-4 ul li{font-size:14px;color:#555555;float:left;margin-right:40px;background:url(/tags/static/images/se-3.png) no-repeat center left;padding-left:10px;}

.se-4{width:100%;background:url(/tags/static/images/se-2.jpg) no-repeat center top;}
.se-4-1{width:580px;height:180px;float:left;box-shadow: 0px 3px 4px 0px rgba(231, 231, 231);background:white;margin-top:30px;margin-bottom:15px;}
.se-4-2{float:left;margin-top:58px;margin-left:58px;}
.se-4-2:hover{transform:translateY(-20px);transition:transform .6s ease;}
.se-4-3{float:left;margin-left:50px;width:330px;}
.se-4-3-1{font-size:21px;color:#222222;margin-top:40px;}
.se-4-3-1:hover{color:#076BF2;}
.se-4-3-2{font-size:14px;color:#646464;}

.se-5{width:100%;background:url(/tags/static/images/se-7.jpg) no-repeat center top;overflow:hidden;height:730px;}
.se-5-1{width:1000px;margin:0px auto;}
.se-5-1 ul{}
.se-5-1 ul li{float:left;color:white;padding-left:30px;background-position-y:4px;position:relative;width:220px}
.se-5-2{background:url(/tags/static/images/se-7-1.png) no-repeat top left;top:123px;left:73px;}
.se-5-3{background:url(/tags/static/images/se-7-2.png) no-repeat top left;top:246px;left:-186px;}
.se-5-4{background:url(/tags/static/images/se-7-3.png) no-repeat top left;top:409px;right:415px;}
.se-5-5{background:url(/tags/static/images/se-7-4.png) no-repeat top left;top:95px;left:20px;}
.se-5-6{background:url(/tags/static/images/se-7-5.png) no-repeat top left;top:203px;left:340px;}
.se-5-7{background:url(/tags/static/images/se-7-6.png) no-repeat top left;top:392px;right:25px;}



.lb-banner{width:100%;overflow:hidden;background:url(/tags/static/images/lb-1.jpg) no-repeat center top;height:420px;}
.lb-1{width:1200px;margin:0px auto;overflow:hidden;}
.lb-1-1{    color: white;
    font-size: 34px;
    text-align: center;
    font-size: 34px;
    margin-top: 100px;
    text-shadow: 2px 4px 14px #374252;}
.lb-1-1 h1{font-weight:normal}
.lb-1-2{width:222px;height:47px;border:1px solid #8D99B5;color:white;font-size:16px;text-align:center;line-height:44px;margin:0px auto;margin-top:30px;}

.lb-2{background:url(/tags/static/images/lb-2.png) no-repeat center left;padding-left:20px;font-size:14px;color:#888;margin-top:30px;}
.lb-2 a{color:#888;}
.lb-2 a:hover{color:#1851c8;}

.lb-left{width:855px;float:left;}
.lb-3{font-size:22px;color:#333333;padding-top:30px;overflow:hidden;}
.lb-3-1{    letter-spacing: 1px;border-bottom:4px solid #1183FF;float:left;padding-right:30px;}
.lb-3-2{float:right;font-size:12px;padding-top:15px;}
.lb-3-3{font-size:14px;color:#666666;letter-spacing:0.5px;padding-top:40px;padding-bottom:60px;}

.lb-4{overflow:hidden;}
.lb-4 ul{}
.lb-4 ul li{overflow:hidden;padding-top:40px;padding-bottom:40px;border-top:1px solid #E6E6E6;}
.lb-4-1{float:left;width:250px;height:155px;overflow:hidden;cursor:pointer;}
.lb-4-1 img{transition: all 0.6s;}
.lb-4-1 img:hover{transform: scale(1.15);}
.lb-4-2{overflow:hidden;float:right;width:570px}
.lb-4-2-1{font-size:18px;color:#333;padding-top:5px;font-weight:normal;}
.lb-4-2-1 h2{font-size:18px;color:#333;font-weight:normal;}
.lb-4-2-1 h2:hover{color:#2857bb;}
.lb-4-2-2{font-size:12px;color:#888888;background:url(/tags/static/images/lb-4.png) no-repeat center left;padding:12px 0px 12px 20px;}
.lb-4-2-3{font-size:14px;color:#999;line-height:26px;}
.lb-right{width:310px;float:right;}
.lb-5{/*background:url(/tags/static/images/lb-5.png) no-repeat center right;*/font-size:16px;color:#333333;/*padding-right:220px;*/margin-top:35px;}
.lb-5 h3{    font-size: 22px;
    font-weight: normal;
    letter-spacing: 1px;}
.lb-5-1{overflow:hidden;margin-top:15px;    }
.lb-5-1 ul{}
.lb-5-1 ul li{line-height: 30px;font-size:14px;color:#666666;padding:3px 0px 7px 0px;overflow:hidden;}
.lb-5-1 ul li img{border-radius:50%;width:50px;height:50px;float:left;margin-right:5px;}
.lb-5-1 ul li a{color: #333;
    float: left;
    width: 245px;
    margin-left: 15px;}
.lb-5-1 ul li a:hover{color:#2857bb;}
.lb-5-2{}
.lb-5-2 ul{overflow:hidden;margin-top:30px;}
.lb-5-2 ul li{font-size:12px;border-radius:5px;float:left;height:38px;}
.lb-5-2 ul li a{    text-decoration: underline;font-size: 14px;  color: #333;padding:6px;margin-top:10px;margin-left:10px;}
.lb-5-2 ul li a:hover{background:#3A7AFF;color:white;border-radius:5px;}

.lb-6{overflow:hidden;margin-top:40px;}
.lb-6-1{float:left;}
.lb-6-2{float:left;font-size:18px;margin-left:20px;color:#333333;margin-top:5px;}
.lb-6-2 a{color:#333333;}
.lb-6-2 a:hover{color:#3A7AFF;}
.lb-6-2 p{font-size:14px;}

.ymsPage ul li{padding:2px 13px;}

.zsdl-1{width:1200px;margin:0px auto;}
.zsdl-1-1{font-size:60px;text-align:center;font-weight:bold;color:white;margin-top:123px;letter-spacing:3px;}
.zsdl-1-1 span{color:#ffde00;}
.zsdl-1-2{color:white;text-align:center;font-size:28px;width:922px;margin:0px auto;letter-spacing:2px;margin-top:40px;overflow:hidden;height:55px;}
.zsdl-1-2 ul{}
.zsdl-1-2 ul li{float:left;background:url(/tags/static/images/zsdl-1.png) no-repeat center left;padding-left:10px;}
.zsdl-1-3{width:368px;height:59px;background:url(/tags/static/images/zsdl-2.png) no-repeat;color:rgba(255, 255, 255, 0.6);text-align:center;font-size:24px;margin:0px auto;line-height:245%;}
.art-1{margin-top:50px;overflow:hidden;}
.art-1-1{font-size:24px;color:#333333;line-height: 43px;font-weight: normal;;letter-spacing:1px;text-align:center;}
.art-1-2{font-size:14px;color:#888;    line-height: 60px;_background:url(/tags/static/images/art-1.png) no-repeat center left;padding-left:15px;width:100%;margin:0px auto;text-align:center;overflow:hidden;
justify-content:center;display:flex;
}
.art-1-2 ul{}
.art-1-2 ul li{float:left;padding-right:18px;}
.art-2{       border-top: 1px solid #E9E9E9; padding: 1px 30px;border-bottom:1px solid #E9E9E9;overflow:hidden;padding-bottom:50px;}
.art-2 p strong a{color:#0584f5;}
.art-2 p a{color:#0584f5;    text-decoration: underline;}
.art-2 h2 a{color:#0584f5;}
.art-2 h3 a{color:#0584f5;}
.art-2 strong a{color:#0584f5;}
.art-2 b a{color:#0584f5;}
.art-2 p{margin-top:10px;line-height: 32px;letter-spacing:1px;color:#333;font-size:14px;}
.art-2 div{margin-top:10px;    line-height: 32px;letter-spacing:1px;color:#333;font-size:14px;}
.art-2 div a{color:#0584f5;}
.art-2 div {color:#333;}
.art-2 h2{    margin: 20px 0px;display:block;font-size:16px;}
.art-2 h3{    margin: 15px 0px;display:block;font-size:16px;}


.art-2 img{margin:0px auto;display:flex;}
.art-3{overflow:hidden;margin-top:20px;}
.art-3 ul{}
.art-3 ul li{font-size:14px;color:#555;}
.art-3 ul li a{color:#555;}
.art-3 ul li a:hover{color:#2857bb;}
.art-3-1{}
.art-4{overflow:hidden;}
.art-4-1{font-size:16px;margin-top:15px;padding-top:6px;font-weight:700;}
.art-4-2{border-bottom:1px dashed #e8e8e8;}
.art-4-2 ul{padding-bottom:15px;overflow:hidden;padding-top:15px;}
.art-4-2 ul li{    font-size: 14px;color: #333333;
    padding-top: 5px;
    float: left;
    width: 23%;
	margin-right:15px;
	height:220px;
	}
.art-4-2 ul li img{overflow:hidden;width:100%;height: 113px;object-fit: cover;}
.art-4-2 ul li h2{ font-size: 14px;color: #333333;font-weight:normal;}
.art-4-2 ul li h2:hover{color:#2857bb;}
.art-4-2 ul li h2 a{color:#0584f5;font-weight:normal;font-size:14px;text-decoration:underline;}
.art-4-2 ul li h2 a:hover{color:#2857bb;}
.art-5{margin-bottom:15px;}
.art-5-1{font-size:14px;color:#333;float:left;}
.art-5-2{}
.art-5-2 ul{padding:0px;}
.art-5-2 ul li {padding-top:0px;}
.art-5-2 ul li a{    float: left;
    color: #0584f5;
    font-size: 14px;
    margin-left: 10px;
    font-weight: 700;
    text-decoration: underline;}
.art-5-2 ul li a:hover{color:#2857bb;}
.art-6{justify-content:center;display:flex;margin-top:90px;margin-bottom:50px;}
.art-6-1{    width: 367px;
    float: left;
    margin-left: 34px;
    margin-right: 34px;}
.art-6-2{color:#333333;font-size:21px;border-bottom:1px solid #e8e8e8;padding-bottom:20px;}
.art-6-3{margin-top:15px;font-size:14px;color:#555555;}
.art-6-3 ul{float:left;}
.art-6-3 ul li{}

.sp-1{width:100%;overflow:hidden;height:772px; background: url(/tags/static/images/sp-1.jpg) no-repeat center top;}
.sp-2{text-align:center;font-size:30px;color:white;letter-spacing:1.5px;padding-top:70px;}
.sp-3-1{width:60px;height:50px;background-position-x: -14px;background-position-y: -977px;margin:0px auto;transform .6s ease}
.sp-3-1:hover{transform:translateY(-20px);transition:transform .6s ease;}
.sp-3-2{width:60px;height:50px;background-position-x: -83px;background-position-y: -977px;margin:0px auto;transform .6s ease}
.sp-3-2:hover{transform:translateY(-20px);transition:transform .6s ease;}
.sp-3-3{width:60px;height:50px;background-position-x: -150px;background-position-y: -977px;margin:0px auto;transform .6s ease}
.sp-3-3:hover{transform:translateY(-20px);transition:transform .6s ease;}
.sp-3-4{width:60px;height:50px;background-position-x: -211px;background-position-y: -977px;margin:0px auto;transform .6s ease}
.sp-3-4:hover{transform:translateY(-20px);transition:transform .6s ease;}
.sp-3-5{width:60px;height:50px;background-position-x: -274px;background-position-y: -977px;margin:0px auto;transform .6s ease}
.sp-3-5:hover{transform:translateY(-20px);transition:transform .6s ease;}
.sp-3-6{width:100px;height:25px;background-position-x: -360px;background-position-y: -981px;margin:0px auto;transform .6s ease}


.th-banner{    width: 100%;
    overflow: hidden;
    background: url(/tags/static/images/th-banner.jpg) no-repeat center top;
    height: 703px;}
.th-background{background-image: url(/tags/static/images/th-background.png);
				background-repeat: no-repeat;}
.th-1{width:1200px;margin:0px auto;overflow:hidden;}
.th-1-1{    text-align: center;
    margin-top: 120px;
    font-size: 80px;
    color: white;
    font-weight: bold;
    letter-spacing: 6px;
    text-shadow: 2px 1px 6px #2e2e2f;
    line-height: 118%;}
.th-1-2{text-align: center;
    font-size: 26px;
    color: white;}
.th-1-2 span{font-size:32px;color:#eaff00;font-weight:bold;}
.th-1-3{height:73px;width:358px;margin:0px auto;font-size:26px;color:#ec2b34;font-weight:bold;text-align:center;line-height:73px;margin-top:15px;background-position-x:-150px;background-position-y:-1058px;}
.th-1-3:hover{filter:grayscale(30%)}
.th-1-4{width: 115px;
    height: 115px;
    background-position-x: -26px;
    background-position-y: -1043px;
    position: relative;
    top: -245px;
    left: 960px;
	
	}
.th-2{text-align:center;font-size:32px;color:#252b3a;padding-top:70px;font-weight:bold;}
.th-2-1{text-align:center;font-size:21px;color:#444444;}
.th-2-2{justify-content:center;display:flex;}
.th-2-3{width:275px;height:320px;float:left;border:1px solid #F5F5F5;margin-left:15px;margin-right:15px;margin-top:40px;box-shadow:0px 6px 11px -1px rgba(231, 231, 231);transition:all .3s}
.th-2-3:hover{box-shadow:-1px 5px 9px 7px rgba(231, 231, 231);transform:translateY(-20px);transition:transform .6s ease;}
.th-2-4{font-size:12px;background:#FE4F27;color:white;font-family:宋体;float:left;overflow:hidden;line-height:126%;padding:2px;}
.th-2-5{font-size:21px;color:#fe4f27;text-align:center;clear:both;font-weight:bold;padding-top:15px;}
.th-2-6{width:77px;height:77px;margin:0px auto;background-position-x:-26px;background-position-y:-1150px;}
.th-2-6-1{width:77px;height:77px;margin:0px auto;background-position-x: -126px;
    background-position-y: -1150px;}
.th-2-6-2{width:77px;height:77px;margin:0px auto;    background-position-x: -222px;
    background-position-y: -1149px;}
.th-2-6-3{width:77px;height:77px;margin:0px auto;background-position-x: -324px;
    background-position-y: -1145px;}
.th-2-7{text-align:center;font-size:20px;color:#333333;margin-top:15px;}
.th-2-7 span{color:#ff0000;}
.th-2-7 p{font-size:16px;color:#555555;}
.th-2-8{font-size:14px;width:190px;height:38px;margin:0px auto;color:white;background:#FE4F27;text-align:center;margin-top:15px;line-height:38px;}
.th-2-8:hover{background:#d84322;}
.th-3{margin-top:60px;margin-bottom:70px;}
.th-3 ul{}
.th-3 ul li{font-size:16px;color:#555555;}
.th-3 ul li span{color:#ff0000;}

.th-4{width:100%;background:#F1F4FF;overflow:hidden;}
.th-4-1{background: url(/tags/static/images/th-2.jpg) no-repeat;height:729px;}
.th-4-2{width:470px;overflow:hidden;margin-top:30px;}
.th-4-3{width:24px;height:24px;margin:0px auto;    background-position-x: -24px;
    background-position-y: -1248px;float:left;margin-top:7px;}
.th-4-3-1{width:24px;height:24px;margin:0px auto;background-position-x: -63px;
    background-position-y: -1248px;float:left;margin-top:7px;}
.th-4-3-2{width:24px;height:24px;margin:0px auto;background-position-x: -105px;
    background-position-y: -1249px;float:left;margin-top:7px;}
.th-4-3-3{width:24px;height:24px;margin:0px auto;background-position-x: -145px;
    background-position-y: -1250px;float:left;margin-top:7px;}
.th-4-4{float:left;padding-left:10px;font-size:22px;color:#333333;}
.th-4-4 p{font-size:16px;color:#666666;}
.th-4-5{float:right;width:480px;margin-top:40px;}

.th-5{width:100%;overflow:hidden;background: url(/tags/static/images/th-3.jpg) no-repeat;height:95px;color:white;}
.th-5-1{font-size:30px;padding-top:20px;padding-right:70px;}
.th-5-2{font-size:16px;width:230px;height:45px;border:1px solid #C5C2C1;text-align:center;line-height:45px;margin-top:25px;color:white;}
.th-5-2:hover{background:white;color:#4E81F4;}

.th-6{background: url(/tags/static/images/th-4.jpg) no-repeat;height:550px;width:100%}
.th-6-1{overflow:hidden;margin-top:30px;}
.th-6-2{width:27px;height:27px;margin:0px auto;background-position-x:-187px;background-position-y:-1246px;float:left;margin-top:7px;float:left;}
.th-6-2-1{width:27px;height:27px;margin:0px auto;background-position-x:-224px;background-position-y:-1246px;float:left;margin-top:7px;float:left;}
.th-6-2-2{width:27px;height:27px;margin:0px auto;background-position-x:-265px;background-position-y:-1246px;float:left;margin-top:7px;float:left;}
.th-6-2-3{width:27px;height:27px;margin:0px auto;background-position-x:-309px;background-position-y:-1246px;float:left;margin-top:7px;float:left;}
.th-6-3{float:left;}
.th-6-3 p{}
.th-6-4{padding-bottom:50px;}

.th-7{width:100%;overflow:hidden;background: url(/tags/static/images/th-5.jpg) no-repeat;height:854px;}
.th-7-1{justify-content:center;display:flex;}
.th-7-2{float:left;text-align:center;color:white;width:33.3%;margin-top:90px;}
.th-7-3{width:75px;height:75px;margin:0px auto;background-position-x:-15px;background-position-y:-139px;margin-top:7px;}
.th-7-3-1{width:75px;height:75px;margin:0px auto;background-position-x:-108px;background-position-y:-139px;margin-top:7px;}
.th-7-3-2{width:75px;height:75px;margin:0px auto;background-position-x:-206px;background-position-y:-139px;margin-top:7px;}
.th-7-3-3{width:75px;height:75px;margin:0px auto;background-position-x:-297px;background-position-y:-139px;margin-top:7px;}
.th-7-3-4{width:75px;height:75px;margin:0px auto;background-position-x:-402px;background-position-y:-139px;margin-top:7px;}
.th-7-3-5{width:75px;height:75px;margin:0px auto;background-position-x:-501px;background-position-y:-139px;margin-top:7px;}
.th-7-4{font-size:21px;padding-top: 20px;padding-bottom: 5px;}
.th-7-5{font-size:14px;}
.th-7-6{font-size:32px;color:white;text-align:center;font-weight:bold;padding-top:100px;}
.th-7-7{font-size:21px;text-align:center;color:white;}

.th-8{width:33.33%;overflow:hidden;float:left;text-align:center;margin-top:40px;}
.th-8-1{}
.th-8-2{font-size:16px;}
.th-8-3{font-size:18px;color:#222222;text-align:center;padding-top:50px;overflow:hidden;}
.th-8-4{overflow:hidden;}
.th-8-5{width:622px;height:60px;margin:0px auto;text-align:center;color:white;font-weight:bold;font-size:21px;background-position-x:-23px;background-position-y:-1304px;padding-top:15px;}

.th-9{margin-top:50px;margin-bottom:90px;overflow:hidden;}
.th-9 ul{}
.th-9 ul li{float:left;padding-left:5px;padding-right:5px;}
.th-9 ul li img{transition:all 0.5s;}
.th-9 ul li img:hover{transform: scale(1.15);}
.th-10{width:100%;background:#F7F9FF;overflow:hidden;margin-top:90px;}

.th-11{width:100%;background:url(/tags/static/images/th-15.jpg) no-repeat;overflow:hidden;height:142px;}
.th-11-1{float:left;text-align:center;}
.th-11-1-1{font-size:21px;color:white;padding-top:30px;}
.th-11-1-2{font-size:32px;color:white;font-weight:bold;}
.th-11-1-2 span{color:#ffe50a;}
.th-11-2{float:right;width:230px;height:45px;border:1px solid #C0C0C0;color:white;text-align:center;line-height:41px;font-size:16px;margin-top:50px;margin-right:45px;border-radius:4px;}
.th-11-2:hover{background:white;color:#4E81F4;}
.th-foot{width:100%;background:#17191E;overflow:hidden;text-align:center;color:#A9B0B4;font-size:12px;padding-top:10px;padding-bottom:10px;}
.th-khal-1{background-position-y:-646px;background-position-x:-4px;width:64px;height:63px;}
.th-khal-2{background-position-y:-646px;background-position-x:-68px;width:64px;height:63px;}
.th-khal-3{background-position-y:-646px;background-position-x:-130px;width:64px;height:63px;}
.th-khal-4{background-position-y:-646px;background-position-x:-192px;width:64px;height:63px;}
.th-khal-5{background-position-y:-646px;background-position-x:-256px;width:64px;height:63px;}
.th-khal-6{background-position-y:-646px;background-position-x:-320px;width:64px;height:63px;}




.th-bg1 {
background-position-x:-2px;background-position-y:-711px;filter: grayscale(100%);
}

.th-bg2 {
background-position-x:-197px;background-position-y:-711px;filter: grayscale(100%);
}

.th-bg3 {
background-position-x:-377px;background-position-y:-711px;filter: grayscale(100%);
}

.th-bg4 {
   background-position-x:-564px;background-position-y:-711px;filter: grayscale(100%);
}

.th-bg5 {
background-position-x:-3px;background-position-y:-800px;filter: grayscale(100%);
}

.th-bg6 {
background-position-x:-191px;background-position-y:-797px;filter: grayscale(100%);
}

.th-bg7 {
    background-position-x: -375px;filter: grayscale(100%);
    background-position-y: -796px;
}

.th-bg8 {
    background-position-x: -561px;filter: grayscale(100%);
    background-position-y: -798px;
}

.th-bg9 {
background-position-x: -4px;filter: grayscale(100%);
    background-position-y: -870px;
}


.th-bg10 {
background-position-x: -194px;filter: grayscale(100%);
    background-position-y: -869px;

}

.th-bg11 {
    background-position-x: -371px;filter: grayscale(100%);
    background-position-y: -872px;
}

.th-bg12 {
background-position-x: -566px;filter: grayscale(100%);
    background-position-y: -879px;
}

.th-bg1:hover {
   filter: grayscale(0%);
}

.th-bg2:hover {
   filter: grayscale(0%);
}

.th-bg3:hover {
    filter: grayscale(0%);
}

.th-bg4:hover {
    filter: grayscale(0%);
}

.th-bg5:hover {
   filter: grayscale(0%);
}

.th-bg6:hover {
   filter: grayscale(0%);
}

.th-bg7:hover {
   filter: grayscale(0%);
}

.th-bg8:hover {
  filter: grayscale(0%);
}

.th-bg9:hover {
  filter: grayscale(0%);
}

.th-bg10:hover {
filter: grayscale(0%);
}

.th-bg11:hover {
filter: grayscale(0%);
}

.th-bg12:hover {
  filter: grayscale(0%);
}




#indexBanner {
	height: 540px;
	min-width: 1200px;
}





#indexBanner .containt-div {
	position: relative;
	height: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: none;
}

#indexBanner .containt-div>div {
	position: absolute
}

#indexBanner .swiper-slide-active .containt-div {
	display: block;
}

#indexBanner .swiper-slide-duplicate-active .containt-div {
	display: block;
}





#indexBanner .short-video .bn_1{
	top:63px;
	left:0;
	font-size:34px;
	color: #fff;
	font-weight: bold;
	margin-left:50px;
	margin-top:90px;
	animation: slideRight 1s 0.1s ease both;
	-webkit-animation: slideRight 1s 0.1s ease both;
	-moz-animation: slideRight 1s 0.1s ease both;
}
#indexBanner .short-video .bn_2{
	top:145px;
	left:0;
	font-size: 16px;
	color:#E6E3FD;
	line-height: 1.7;
	margin-left:50px;
	animation: slideRight 1s 0.2s ease both;
	-webkit-animation: slideRight 1s 0.2s ease both;
	-moz-animation: slideRight 1s 0.2s ease both;
}
#indexBanner .short-video .bn_3{
	width:220px;height:50px;text-align:center;border:1px solid #A7A1EB;font-size:16px;line-height:45px;margin-top:300px;margin-left:50px;
	animation: slideUp 1s 0.3s ease both;
	-webkit-animation: slideUp 1s 0.3s ease both;
	-moz-animation: slideUp 1s 0.3s ease both;
}
#indexBanner .short-video a .bn_3  {
	color:white;
}
#indexBanner .short-video .bn_3:hover{
	color:#2577F3;background:white;
}







#indexBanner .short-video .se-1-3{
	color:white;
	margin-top:175px;
	animation: slideRight 1s 0.2s ease both;
	-webkit-animation: slideRight 1s 0.2s ease both;
	-moz-animation: slideRight 1s 0.2s ease both;
}
#indexBanner .short-video .se-1-3 ul li{
float:left;font-size:14px;background:url(/tags/static/images/se-2.png) no-repeat center left;margin-right:35px;padding-left:10px;
}











@-webkit-keyframes slideRight {
	0% {
		opacity: 0;
		transform: translateX(-1000px)
	}
	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

@-moz-keyframes slideRight {
	0% {
		opacity: 0;
		transform: translateX(-1000px)
	}
	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

@-o-keyframes slideRight {
	0% {
		opacity: 0;
		transform: translateX(-1000px)
	}
	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes slideRight {
	0% {
		opacity: 0;
		transform: translateX(-1000px)
	}
	100% {
		opacity: 1;
		transform: translateX(0)
	}
}




@-webkit-keyframes slideUp {
	0% {
		opacity: 0;
		transform: translateY(1000px)
	}
	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

@-moz-keyframes slideUp {
	0% {
		opacity: 0;
		transform: translateY(1000px)
	}
	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

@-o-keyframes slideUp {
	0% {
		opacity: 0;
		transform: translateY(1000px)
	}
	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes slideUp {
	0% {
		opacity: 0;
		transform: translateY(1000px)
	}
	100% {
		opacity: 1;
		transform: translateX(0)
	}
}











.nav1 {
    width: 878px;
    margin: 0 auto;
    float: right;
}

.nav1 li {
    padding-top: 13px;
    float: left;
}

.nav1 li a {
    display: block;
    font-size: 16px;
    color: #fff;
}

.nav1 li:hover .pull-menu {
    height: 350px;
}

.pull-menu {
    position: absolute;
    top: 75px;
    left: 0px;
    width: 100%;
    height: 0px;
	z-index:999;
    background-color: #070317;
    overflow: hidden;
    transition: all 0.5s;
    opacity: 0.9;
}

.nav1 li:hover .pull-menu1 {
    height: 80px;
}

.pull-menu1 {
    position: absolute;
    top: 75px;
    left: 0px;
    width: 100%;
    height: 0px;
	z-index:999;
    background-color: #070317;
    overflow: hidden;
    transition: all 0.5s;
    opacity: 0.9;
}





.zly-4 {
    float: left;
}

.zly-4 ul {
}

.zly-4 li {
    height: 44px;
    width: 165px;
    border: 1px solid #c3c3c3;
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 240%;
    margin-bottom: 20px;
    border-radius: 20px;
}

.zly-4 ul li {
    height: 44px;
    width: 165px;
    border: 1px solid #dad9d9;
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 240%;
    margin-bottom: 20px;
    border-radius: 20px;
    float: left;
    cursor: pointer;
	background:white;
}

.zly-4 ul li:hover {
    color: white;
    background: #3A7AFF;
	border:0px;
}

.zly-4-1 {
    float: left;
    background: url(/tags/static/images/area-11-1.png) center center no-repeat;
    width: 1200px;
    height: 550px;
	background-position-x:490px;
}

.zly-4-2 {
    width: 155px;
    height: 175px;
    margin: 0px auto;
    margin-left: 428px;
    margin-top: 200px;
    font-size:14px;
    color: #333333;
    font-family: 宋体;
}

.zly-4-3 {
    float: right;
}

.zly-4-3 ul {
}

.zly-4-3 ul li {
    height: 44px;
    width: 165px;
    border: 1px solid #c3c3c3;
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 240%;
    margin-bottom: 20px;
    border-radius: 20px;
}

.message .box3,
.message .box5,
.message .box7 {
    padding-bottom: 60px;
    width: 100%;
    background: #eef5ff;
    overflow: hidden;
	padding-top:30px;
}


.message .box3 .img2 ul li {
    display: none;
    position: absolute;
    top: 186px;
    width: 170px;
    left: 514px;
    line-height: 140%;
    background: #f3f3f3;
    padding: 10px 7px 10px 20px;
    border-radius: 13px;
	font-size:13px;
}

.message .box3 .img1 ul li {
    display: none;
    position: absolute;
    top: 32px;
    padding: 5px;
    width: 200px;
    left: 8px;
    color: #fff;
}

.message .box3 .option ul li.on {
    display: block;
}
.outter {
        margin-top:90px;
    }
.message .box3 .outter {
    display: block;
    position: relative;
}

.message .box3 .outter .nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 60px;
}


.message .box3 .outter .nav li span {
    position: relative;
}

.message .box3 .outter .nav li span i.top {
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: #1258aa;
    display: none;
}

.message .box3 .outter .nav li span i.bottom {
    position: absolute;
    width: 145px;
    height: 1px;
    background-color: #1258aa;
    display: none;
}


.dishow {
    transform: translate(100%);
    opacity: 0;
}

.po {
    position: relative;
    overflow: hidden;
    height: 30.5em;
}

.are-13-5 {
    position: absolute;
}

.youhua {
    display: none !important
}




.foot {
    width: 100%;
    overflow: hidden;
    background: #21232A;
}

.foot-1 {
    width: 260px;
    overflow: hidden;
    float: left;
    margin-top: 60px;
    margin-right: 50px;
    margin-bottom: 40px;
}

.foot-1 p {
    font-size: 18px;
    color: white;
}

.foot-1 ul {
    margin-top: 20px;
}

.foot-1 ul li {
    float: left;
    color: #a9b0b4;
    width: 110px;
    padding-bottom: 10px;
}

.foot-1 ul li:hover {
    color:white
}
.foot-2 {
    float: left;
    width: 260px;
    overflow: hidden;
    margin-top: 60px;
}

.foot-2-1 {
    background: url(/tags/static/images/are-16.png) no-repeat center left;
    font-size:14px;
    color: #a9b0b4;
    padding-left: 38px;
}

.foot-2-1 p {
    font-size: 20px;
    line-height: 100%;
}

.foot-2-2 {
    color: #a9b0b4;
    padding-left: 30px;
    margin-top: 30px;
}

.foot-2-2 p {
    padding-left: 4px;
}

.foot-3 {
    width: 1200px;
    margin: 0px auto;
    border-top: 1px solid #2a2a2d;
    font-size:12px;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}

.foot-3-1 {
    float: left;
    color: #a9b0b4;
    background: url(/tags/static/images/are-17.png) no-repeat center left;
    padding-left: 20px;
    padding-right: 20px;
}

.foot-3-2 {
    font-size:14px;
    color: #a9b0b4;
}

.foot-3-2 ul {
}

.foot-3-2 ul li {
    float: left;
    padding-right: 14px;
   
}
.foot-3-2 ul li a{
    color:#a9b0b4;
     font-size:12px;
}
.foot-3-2 ul li a:hover{
    color:#dbe4e8;
}

.foot-4 {
    width: 100%;
    text-align: center;
    font-size:14px;
    color: #a9b0b4;
    background: #17191E;
    padding: 15px;
}
.foot-4 a{
    color:#a9b0b4;
}

.transact {
    margin: 0 auto;
    width: 1200px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.transact-title h2 {
    margin: 15px 0;
    display: inline-block;
    font-weight: normal;
    font-size: 20px;
}

.foot-10 {
    width: 219px;
    overflow: hidden;
    float: left;
    margin-top: 60px;
    margin-right: 50px;
    margin-bottom: 40px;
}

.foot-10 p {
    font-size: 18px;
    color: white;
}

.foot-10 ul {
    margin-top: 20px;
}

.foot-10 ul li {
    float: left;
    color: #a9b0b4;
    width: 130px;
    padding-bottom: 10px;
}

.foot-10 ul li:hover {
    color: white;
}

.transact-title span {
    margin: 17px 0;
    float: right;
    width: 50px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    border: 1px solid #8d949e;
    font-size:14px;
    color: #8d949e;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.transact-main {
    width: 100%;
}

.transact-main li {
    line-height: 25px;
    margin-right: 20px;
    display: inline-block;
    font-size: 13px;
}

.transact-main a {
    color: #979695;
    transition: all 0.3s;
}

.transact-main a:hover {
    color: #317EE7;
}

.transact-footer {
    margin-top: 10px;
    padding-top: 15px;
    line-height: 20px;
    border-top: 1px solid #e2e2e2;
    font-size: 13px;
    color: #979695;
}


.ytx-customer-evaluation {
    padding-top: 70px;
    text-align: center;
    line-height: 1;
    padding-bottom: 25px;
    overflow: hidden
}

.ytx-customer-evaluation ul {
    white-space: nowrap;
    transition: all .4s
}

.ytx-customer-evaluation .list {
    display: inline-block;
    margin-left: -5px;
	margin-top:25px;
}

.ytx-customer-evaluation .list:first-child {
    margin-left: 0
}

.ytx-customer-evaluation .title {
    font-size: 28px;
    color: #343434;
    margin-bottom: 21px;
	font-weight:normal;
}

.ytx-customer-evaluation .sub-title {
    font-size: 16px;
    color: #888;
    margin-bottom: 80px
}

.ytx-customer-evaluation .content {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.ytx-customer-evaluation .center {
    overflow: hidden
}

.ytx-customer-evaluation .content .left, .ytx-customer-evaluation .content .right {
    position: absolute;
    left: -96px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 27px rgba(52, 52, 52, .09);
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

.ytx-customer-evaluation .content .left img:last-child, .ytx-customer-evaluation .content .right img:last-child {
    display: none
}

.ytx-customer-evaluation .content .left:hover img:last-child, .ytx-customer-evaluation .content .right:hover img:last-child {
    display: block
}

.ytx-customer-evaluation .content .left:hover img:first-child, .ytx-customer-evaluation .content .right:hover img:first-child {
    display: none
}

.ytx-customer-evaluation .content .right {
    left: auto;
    right: -96px
}

.ytx-customer-evaluation .content .left img, .ytx-customer-evaluation .content .right img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.ytx-customer-evaluation .content .right img {
    transform: rotate(180deg) translate(50%, 50%)
}

.ytx-customer-evaluation .list-item {
    width: 370px;
    display: inline-block
}

.ytx-customer-evaluation .list-item:nth-child(3n+2) {
    margin: 0 40px
}

.ytx-customer-evaluation .list-item .bg {
    display: inline-block;
    width: 100%;
    height: 285px;
    background: url(/tags/static/images/ytx-customer-evaluation-bg1.png);
    padding: 40px 24px 0;
    box-sizing: border-box
}

.ytx-customer-evaluation .list-item .bg-title {
    font-size: 16px;
    font-weight: normal;
    color: #343434;
    text-align: left;
    margin-bottom: 26px;
	padding-left:10px;
	padding-top:10px;
}

.ytx-customer-evaluation .list-item .star {
    width:60px;height:25px;    background-position-x: -388px;
    background-position-y: -660px;
    float: right;
	margin-right:20px;
}

.ytx-customer-evaluation .list-item .description {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    text-align: left;
    white-space: normal;
	padding-left:10px;
	padding-right:10px;
	letter-spacing:0.5px;
}

.ytx-customer-evaluation .list-item .img {
    text-align: left;
    padding-bottom: 27px
}

.ytx-customer-evaluation .list-item .img img {
    box-shadow: 0 0 27px rgba(52, 52, 52, .27);
    border-radius: 50%;
    margin-left: 13px;
	width:50px;
	height:50px;
}

.ytx-customer-evaluation .list-item .star img {
   
}
.khpj-img li{
    display:inline-block;
    width: 13%;
    padding: 5px;
    margin: 10px;
}
.khpj-img li img{
    width:100%;
}
.khpj-img li p{
    margin-top:10px;
    height: 20px;
    overflow: hidden;
}
.cooperation {
    padding-top: 50px
}

.cooperation .title {
    margin-top: 60px;
    margin-top: 0 \0;
    opacity: 0;
    opacity: 1 \0;
    transition: all .8s
}

.cooperation.active .title {
    transform: translateY(-110px);
    opacity: 1
}

.cooperation .sub_title {
    margin-bottom: 55px;
    opacity: 0;
    opacity: 1 \0;
    transition: all .8s 1s
}

.cooperation.active .sub_title {
    transform: translateY(-110px);
    opacity: 1
}

.cooperation .content {
    width: 1200px;
    margin: 0 auto;
    opacity: 0;
    opacity: 1 \0;
    transition: all .8s 1s
}

.cooperation.active .content {
    transform: translateY(-110px);
    opacity: 1
}

.cooperation .tabs {
    position: relative;
    width: 100%;
    height: 300px
}

.cooperation .content ul {
    position: absolute;
    overflow: hidden;
    width: 100%;
    opacity: 0
}

.cooperation .content ul.active {
    opacity: 1
}

.cooperation .content li {
    display: inline-block;
    float: left;
    width: 240px;
    height: 150px;
    line-height: 150px;
    text-align: center
}

.cooperation .content li img {
    max-width: 90%;
    vertical-align: middle
}

.cooperation .icon {
    width: 60px;
    margin: 30px auto 0
}

.cooperation .icon .btn {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #d7d7d7;
    margin-right: 10px;
    cursor: pointer
}

.cooperation .icon .btn:last-child {
    margin-right: 0
}

.cooperation .icon .btn.active {
    background-color: #00a2e9
}

.data {
    position: relative;
    margin-top: 60px;
    background-image: url(/tags/static/images/pic_11.jpg);
    background-size: cover;
    opacity: 0;
    opacity: 1 \0;
    transition: all .8s
}

.data.active {
    transform: translateY(-60px);
    opacity: 1
}

.data .content {
    width: 1200px;
    margin: 0 auto;
    padding: 190px 0
}

.data .content li {
    display: inline-block;
    width: 33%;
    color: #fff;
    text-align: center
}

.data .content li:nth-child(-n+3) {
    margin-bottom: 120px
}

@font-face {
    font-family: flipflop;
    src: url(../font/FLIPFLOP.TTF)
}

.data .content li .number {
    font-size: 110px;
    font-family: flipflop
}

.data .content li .text {
    font-size: 24px
}

.dynamic {
    height: 980px;
    line-height: 1
}

.dynamic > .title {
    margin-top: 0 \0;
    opacity: 1;
    opacity: 1 \0;
    transition: all .8s
}

.dynamic.active > .title {
}

.dynamic .sub_title {
    margin-bottom: 57px;
    margin-top: 21px;
    margin-top: 0 \0;
    opacity: 1;
    opacity: 1 \0;
    transition: all .8s 1s
}

.dynamic.active .sub_title {
}

.dynamic .content {
    width: 1200px;
    margin: 60px auto 0;
    margin-top: 0 \0;
    opacity: 1;
    opacity: 1 \0;
    transition: all .8s 2s
}

.dynamic.active .content {
    opacity: 1
}

.dynamic .content .lists {
    width: 780px;
    font-size: 20px;
    margin: 0 auto;
    color: #222;
    width: 835px
}

.dynamic .content .lists li {
    display: inline-block;
    margin-right: 46px;
    height: 46px;
    line-height: 46px;
    cursor: pointer;
    width: 124px;
    background-color: #d1e0ff;
    color: #69f;
    text-align: center
}

.dynamic .content .lists li:last-child {
    margin-right: 0
}

.dynamic .content .lists li.active, .dynamic .content .lists li:hover {
    color: #fff;
    background-color: #69f
}

.dynamic .tabs {
    position: relative;
    width: 100%;
    margin-top: 50px
}

.dynamic .tabs ul {
    position: relative
}

.dynamic .tabs li {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    width: 100%
}

.dynamic .tabs li.active {
    display: inline-block
}

.dynamic .tabs li > div {
    position: relative;
    display: inline-block;
    float: left;
    width: 32%;
    height: 460px
}

.dynamic .tabs li .pic {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.dynamic .tabs li .left:hover .pic img, .dynamic .tabs li .center:hover .pic img {
    transform: scale(1.1)
}

.dynamic .tabs li .left:hover .blog .img, .dynamic .tabs li .center:hover .blog .img {
    transform: translateX(20px)
}

.dynamic .tabs li .left img, .dynamic .tabs li .center img {
    width: 100%;
    height: 100%;
    transition: all .3s
}

.dynamic .tabs ul li {
    overflow: hidden
}

.dynamic .tabs .blog {
    position: absolute;
    bottom: 0;
    padding: 20px;
    background-color: rgba(0, 0, 0, .51);
    color: #fff;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box
}

.dynamic .tabs .blog .blog_title {
    float: left;
    width: 260px
}

.dynamic .tabs .blog .img {
    float: right;
    margin: 10px 20px 0 0;
    transition: all .5s
}

.dynamic .tabs li > div:nth-child(2) {
    margin: 0 10px 0 5px
}

.dynamic .tabs li .right .article {
    height: 147px;
    background-color: #f6f6f6;
    padding: 20px 30px;
    box-sizing: border-box
}

.dynamic .tabs li .right .article:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    transform: scale(1.01)
}

.dynamic .tabs li .right .article:hover .text p {
    color: #00a2e9
}

.dynamic .tabs li .right .article:hover .text img {
    transform: translateX(20px)
}

.dynamic .tabs li .right .article > div {
    float: left
}

.dynamic .tabs li .right .article:nth-child(2) {
    margin: 10px 0
}

.dynamic .tabs li .right .article .text {
    width: 215px;
    margin-left: 22px;
    padding-left: 22px;
    border-left: 1px solid #cacaca;
    height: 105px;
    font-size: 18px;
    color: #333
}

.dynamic .tabs li .right .article .text a {
    text-decoration: none;
    color: #333
}

.dynamic .tabs li .right .article:hover .text a {
    color: #00a2e9
}

.dynamic .tabs li .right .article .text img {
    margin-top: 42px;
    transition: all .5s
}

.dynamic .tabs li .right .article .date {
    height: 90px
}

.dynamic .tabs li .right .article .date .day {
    position: relative;
    display: block;
    font-size: 40px;
    color: #333
}

.dynamic .tabs li .right .article .date .day:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 30px;
    bottom: 0;
    background-color: #707070
}

.dynamic .tabs li .right .article .year {
    display: inline-block;
    margin-top: 10px
}

.contt {
    width: 100%;
    float: left
}

.contt > div {
    width: 100%;
    display: none
}

.hovercol ul.col2 {
    width: 45%;
    height: 500px;
    float: left;
    margin: 0 5% 0 0;
    margin-top: 70px
}

.hovercol li {
    width: 100%;
    padding-bottom: 9px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    float: left
}

.hovercol li.active1 {
    height: 136px
}

.hovercol li .title {
    display: block;
    height: 1.8em;
    overflow: hidden;
    margin-bottom: .2em;
    font-size: 15px
}

.hovercol li .att {
    float: right
}

.hovercol li .description {
    display: none;
    margin-bottom: .4em
}

.hovercol li .catlist {
    display: none
}

.hovercol li .attention {
    float: right
}

.hovercol dl {
    width: 290px;
    float: right
}

.hovercol .img {
    display: none;
    padding-right: 10px
}

.hovercol .desc {
    display: table-cell;
    vertical-align: top;
    width: 100%
}

.hovercol .img img {
    display: block
}

.hovercol li.active1 .att {
    display: none
}

.hovercol li.active1 .title {
}

.hovercol ul li.active1 .title {
    font-weight: 700;
    max-height: 3.6em
}

.hovercol li.active1 .img {
    display: table-cell
}

.hovercol li.active1 .desc {
    height: 121px;
    vertical-align: middle
}

.hovercol li.active .catlist {
    display: block
}

.hovercol li.active1 .description {
    display: block
}

.li_1.num1 {
    background: #69f
}

.num1 {
    background-position: 0 -111px
}

.li_1 {
    display: inline-block;
    width: 16px;
    padding: 0 2px 0 0;
    height: 18px;
    line-height: 18px;
    text-align: center;
    margin-right: .5em;
    background: #bbb;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    border-radius: 2px
}

.font12 {
    font-size:14px
}

.ccc {
    color: #ccc
}

.line18em {
    line-height: 1.8em
}

.c44476c {
    color: #44476c
}

.font13 {
    font-size: 13px
}

.line15em {
    line-height: 1.5em
}

.c999 {
    color: #999
}

.font26 {
    font-size: 26px
}

.contact {
    background-color: #f8f8f8;
    height: 474px
}

.contact .content {
    width: 1200px;
    margin: 0 auto;
    padding: 85px 30px 100px;
    background-color: #f8f8f8;
    overflow: hidden
}

.contact .title {
    font-size: 34px;
    color: #1b1b1b
}

.contact .en_title {
    color: #acacac;
    font-size: 22px;
    margin-top: 10px
}

.contact .left {
    float: left
}

.contact .left .top {
    height: 223px
}

.contact .left .top > div {
    display: inline-block;
    float: left
}

.contact .left .top > div:nth-child(2) {
    width: 500px;
    margin-left: 100px;
    margin-top: 3px
}

.contact .left .company {
    font-size: 20px;
    color: #000;
    margin-bottom: 55px
}

.contact .left span, .contact .left .address {
    margin-bottom: 25px;
    font-size: 16px;
    color: #494949
}

.contact .left .message {
    overflow: hidden
}

.contact .left .message span:nth-child(2n) {
    float: right
}

.contact .left .message span:nth-child(2n+1) {
    float: left
}

.contact .left ul {
    margin-top: 20px;
    display: block;
    font-size: 16px
}

.contact .left ul li {
    display: inline-block;
    margin-right: 10px
}

.contact .left ul li:last-child {
    margin-right: 0
}

.contact .right {
    float: right
}

.contact .right > div {
    display: inline-block;
    float: left
}

.contact .right div {
    display: inline-block
}

.contact .concern {
    display: block;
    font-size: 20px;
    margin-bottom: 30px
}

.contact span {
    display: block
}

.contact .concern + img {
    width: 110px
}

.contact .right .text {
    height: 138px;
    margin-top: 40px;
    color: #1b1b1b;
    font-size: 16px
}

.contact .right .QR_Code {
    vertical-align: middle;
    width: 120px;
    margin: 0 20px
}

.contact .content + p {
    color: #4f4f4f;
    font-size: 16px;
    background-color: #f0f0f0;
    text-align: center;
    height: 80px;
    border-top: 1px solid #f0f0f0;
    line-height: 80px
}

.frame {
    position: fixed;
    width: 895px;
    height: 465px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #00a2e9;
    padding: 20px;
    z-index: 999;
    display: none
}

.frame .content {
    border: 1px dashed #def3fc;
    height: 100%;
    width: 100%;
    padding: 25px 35px 35px;
    box-sizing: border-box
}

.frame .content .title {
    margin-bottom: 30px
}

.frame .content .title > div {
    display: inline-block
}

.frame .content .title .logo {
    vertical-align: middle
}

.frame .content .title .text {
    font-size: 50px;
    color: #fff;
    vertical-align: middle;
    border-left: 1px solid #fff;
    margin-left: 30px;
    padding-left: 30px;
    letter-spacing: 5px
}

.frame .message .input {
    display: inline-block;
    float: left;
    position: relative;
    width: 390px;
    height: 60px;
    margin-bottom: 20px
}

.frame .message .input.other {
    width: 813px
}

.frame .message .input input::-webkit-input-placeholder {
    color: #fff
}

.frame .message .input input::-moz-placeholder {
    color: #fff
}

.frame .message .input input:-ms-input-placeholder {
    color: #fff
}

.frame .message .input img {
    position: absolute;
    left: 20px
}

.frame .message .input .company + img {
    top: 16px
}

.frame .message .input .name + img {
    top: 17px
}

.frame .message .input .telphone + img {
    top: 19px
}

.frame .message .input .email + img {
    top: 21px
}

.frame .message .input .verify_code + img {
    top: 17px
}

.frame .message .input img.verify {
    top: 13px;
    left: initial;
    right: 20px
}

.frame .message .input input {
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: transparent;
    padding-left: 50px;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff
}

.frame .message .input .remark {
    padding-left: 20px
}

.frame .message .input span {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: red;
    font-size: 24px;
    text-align: center;
    line-height: 60px;
    border-radius: 5px;
    cursor: pointer
}

.frame .message .input:nth-child(2), .frame .message .input:nth-child(4), .frame .message .input:nth-child(7), .frame .message .input:nth-child(9) {
    margin-left: 30px
}

    .outter {
        position: relative;
        top: -40px
    }







